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 
12 namespace test {
13 
14  // ********************************************************** BEMSpaceTest **
15 
24  class BEMSpaceTest : public TestCase {
25  public:
28  virtual ~BEMSpaceTest();
29  virtual void run();
30 
32 
33  void testMeshes();
36  void testLinear3d();
38  void testDirac3d();
48  private:
50  };
51 
52 } // namespace test
53 
54 #endif // bemSpaceTest_hh
concepts::Import2dMesh msh1
Tests the meshes used for the tests of the spaces.
Definition: spaceTest.hh:49
void testLinear3d()
Tests bem::Linear3d<Real>
Base class for tests.
Definition: testcase.hh:92
BEMSpaceTest()
Reads in the meshes.
concepts::Import2dMesh msh2
Tests the meshes used for the tests of the spaces.
Definition: spaceTest.hh:49
Unit tests.
Definition: testcase.hh:66
void testAdaptConst3d000()
Tests bem::AdaptConst3d000<Real>
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testMeshes()
Tests the meshes used for the tests of the spaces.
void testAdaptConst3d002()
Tests bem::AdaptConst3d002<Real>
void testAdaptConst3d001()
Tests bem::AdaptConst3d001<Real>
Tests BEM spaces.
Definition: spaceTest.hh:24
void testDirac3d()
Tests bem::Dirac3d<Real>
virtual ~BEMSpaceTest()
void testConstant3d()
Tests bem::Constant3d<Real.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich