spaceL2Test.hh

Go to the documentation of this file.
1 
6 #ifndef spaceL2Test_hh
7 #define spaceL2Test_hh
8 
9 #include "basics/testcase.hh"
10 #include "basics/typedefs.hh"
11 
12 using concepts::Real;
13 
14 namespace test {
15 
16  // **************************************************** SpaceL2Test **
17 
21  class SpaceL2Test : public TestCase {
22  public:
23  virtual ~SpaceL2Test() {}
24  virtual void run();
25 
27 
28 
30  void dirichlet();
31 
33  void testRiesz();
35  };
36 
37 } // namespace test
38 
39 #endif
Base class for tests.
Definition: testcase.hh:92
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void dirichlet()
Test for dirichlet boundary.
Unit tests.
Definition: testcase.hh:66
virtual ~SpaceL2Test()
Definition: spaceL2Test.hh:23
void testRiesz()
Test for the Riesz representation.
Tests the L2 space hpAdaptiveSpaceL2.
Definition: spaceL2Test.hh:21
double Real
Type normally used for a floating point number.
Definition: typedefs.hh:36
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich