cellConditionTest.hh

Go to the documentation of this file.
1 
8 #ifndef cellconditiontest_hh
9 #define cellconditiontest_hh
10 
11 #include "basics/testcase.hh"
12 #include "basics/typedefs.hh"
14 
15 namespace test {
16 
17  // ***************************************************** CellConditionTest **
18 
23  class CellConditionTest : public TestCase {
24  public:
25  virtual ~CellConditionTest() {}
26  virtual void run();
27 
29 
30 
32  void testQuad();
34  private:
41  void testQuadCondition_(const concepts::CellCondition* cc, const uint dim,
42  const uint l = 0, const uint p = 1);
43  };
44 
45 } // namespace test
46 
47 #endif // cellconditiontest_hh
48 
void testQuad()
Tests different cell conditions in one quad.
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Base class for tests.
Definition: testcase.hh:92
void testQuadCondition_(const concepts::CellCondition *cc, const uint dim, const uint l=0, const uint p=1)
Test for one condition in the quad cc Cell condition dim number of dof, the space should have l numbe...
Unit tests.
Definition: testcase.hh:66
Test cell conditions for FE space hp2D::hpAdaptiveSpaceH1.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich