H1extensionTest.hh

Go to the documentation of this file.
1 
8 #ifndef testH1extension_hh
9 #define testH1extension_hh
10 
11 #include "basics/testcase.hh"
12 #include "basics/typedefs.hh"
13 #include "toolbox/array.hh"
14 
15 namespace test {
16 
17  // ******************************************************* H1extensionTest **
18 
23  class H1extensionTest : public TestCase {
24  public:
25  virtual ~H1extensionTest() {}
26  virtual void run();
27 
29 
30 
33  void testSquare(const uint l);
37  void testRing(const uint l);
39  };
40 
41 } // namespace test
42 
43 #endif // testH1extension_hh
Base class for tests.
Definition: testcase.hh:92
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Unit tests.
Definition: testcase.hh:66
void testSquare(const uint l)
Test the extension from boundary of a square, which is subdivided l times.
void testRing(const uint l)
Test the extension from boundary of a ring, which is subdivided l times.
Test the H1 extensionoperator of the class hp2D::H1Extension.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich