Numerical C++ Library Concepts
TWiki Guest (guest)
Logout
Numerical C++ Library Concepts
IT Services
ISG Blog
IntraMATH
Contact
Login
Keyword or person
News
About us
People
People
Publications
Gallery
Applications
Installation
How to get started
Tutorials
Class documentation
ETH Zurich
D-MATH
wiki@math
Concepts
testFrmfElmFrm.hh
Go to the documentation of this file.
1
8
#ifndef frmfelmfrmtest_hh
9
#define frmfelmfrmtest_hh
10
11
#include "
basics/testcase.hh
"
12
13
14
namespace
test
{
15
16
// ********************************************************** FrmfElmFrm Test
17
22
class
FrmfElmFrmTest
:
public
TestCase
{
23
public
:
24
virtual
~FrmfElmFrmTest
() {}
25
virtual
void
run
();
26
28
29
void
testIdenticalSpace_onSquares
();
30
void
testNonKonvexCells_CircleWHole
(
concepts::Real2d
x0);
31
void
testProjectionPeriodicCase
();
32
33
void
testRefinement2D
();
34
35
37
};
38
39
}
// namespace test
40
41
#endif // frmfelmfrmtest_hh
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
concepts::Point< Real, 2 >
testcase.hh
test::FrmfElmFrmTest::testIdenticalSpace_onSquares
void testIdenticalSpace_onSquares()
test::FrmfElmFrmTest::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test
Unit tests.
Definition:
testcase.hh:66
test::FrmfElmFrmTest::testRefinement2D
void testRefinement2D()
test::FrmfElmFrmTest::~FrmfElmFrmTest
virtual ~FrmfElmFrmTest()
Definition:
testFrmfElmFrm.hh:24
test::FrmfElmFrmTest::testNonKonvexCells_CircleWHole
void testNonKonvexCells_CircleWHole(concepts::Real2d x0)
test::FrmfElmFrmTest::testProjectionPeriodicCase
void testProjectionPeriodicCase()
test::FrmfElmFrmTest
Tests for generating functions of edge meshes.
Definition:
testFrmfElmFrm.hh:22
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich