Class documentation of Concepts

Loading...
Searching...
No Matches
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
14namespace test {
15
16 // ******************************************************* TestLinearForm1D **
17
18 class TestLinearForm1D : public TestCase {
19 public:
20 virtual ~TestLinearForm1D();
21 virtual void run();
22
24
25
40 };
41
42} // namespace test
43
44#endif // testLinForm1D_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testRiesz1d()
Tests for Riesz linear form on cells with coordinates in 1D.
void testPointEvaluationRight()
Test the linear form PointEvaluation (right part)
void testRiesz2d()
Tests for Riesz linear form on cells with coordinates in 2D .
void testPointEvaluationLeft()
Test the linear form PointEvaluation (left part)
void testNeumann()
Tests for Neumann linear form.
void testGradInterp_Grad1d()
Test the linear form LinearFormGradInterp_Grad (on 1D cells).
void testGradLinearForm1d()
Test the linear form GradLinearForm.