Go to the documentation of this file.
9 #ifndef hp2DedgeBoundariesTest_hh
10 #define hp2DedgeBoundariesTest_hh
47 uint l = 0, uint p = 1);
49 std::unique_ptr<hp2Dedge::Space>
spc_;
54 #endif // hp2DedgeBoundariesTest_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testDirichletCoefficients()
Tests the Dirichlet coefficients for square.
2D hp-FEM for H1-conforming elements.
Tests the Dirichlet boundaries.
void setSpace_(concepts::Mesh2 &msh, concepts::BoundaryConditions *bc=0, uint l=0, uint p=1)
Builds the space.
An abstract class for 2D meshes.
virtual ~BoundariesTest()
std::unique_ptr< hp2Dedge::Space > spc_
Space.
double Real
Type normally used for a floating point number.