Class documentation of Concepts

Loading...
Searching...
No Matches
spaceTest.hh
Go to the documentation of this file.
1
7#ifndef bemSpaceTest_hh
8#define bemSpaceTest_hh
9
10#include "basics/testcase.hh"
11
12namespace test {
13
14 // ********************************************************** BEMSpaceTest **
15
24 class BEMSpaceTest : public TestCase {
25 public:
28 virtual ~BEMSpaceTest();
29 virtual void run();
30
32
33
34 void testMeshes();
48 private:
49 concepts::Import2dMesh msh1, msh2;
50 };
51
52} // namespace test
53
54#endif // bemSpaceTest_hh
void testMeshes()
Tests the meshes used for the tests of the spaces.
void testLinear3d()
Tests bem::Linear3d<Real>
void testAdaptConst3d002()
Tests bem::AdaptConst3d002<Real>
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testConstant3d()
Tests bem::Constant3d<Real.
void testAdaptConst3d000()
Tests bem::AdaptConst3d000<Real>
BEMSpaceTest()
Reads in the meshes.
void testAdaptConst3d001()
Tests bem::AdaptConst3d001<Real>
void testDirac3d()
Tests bem::Dirac3d<Real>