testLinearForm.hh

Go to the documentation of this file.
1 
8 #ifndef testLinForm1D_hh
9 #define testLinForm1D_hh
10 
11 #include "basics/testsuite.hh"
12 #include "basics/typedefs.hh"
13 
14 namespace test {
15 
16  // ******************************************************* TestLinearForm1D **
17 
18  class TestLinearForm1D : public TestCase {
19  public:
20  virtual ~TestLinearForm1D();
21  virtual void run();
22 
24 
25  void testRiesz1d();
28  void testRiesz2d();
30  void testNeumann();
40  };
41 
42 } // namespace test
43 
44 #endif // testLinForm1D_hh
void testRiesz2d()
Tests for Riesz linear form on cells with coordinates in 2D .
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 testPointEvaluationLeft()
Test the linear form PointEvaluation (left part)
void testRiesz1d()
Tests for Riesz linear form on cells with coordinates in 1D.
void testNeumann()
Tests for Neumann linear form.
void testPointEvaluationRight()
Test the linear form PointEvaluation (right part)
void testGradLinearForm1d()
Test the linear form GradLinearForm.
void testGradInterp_Grad1d()
Test the linear form LinearFormGradInterp_Grad (on 1D cells).
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich