Go to the documentation of this file.
6 #ifndef integralTest_hh
7 #define integralTest_hh
49 template<
typename F,
typename G>
57 #endif // integralTest_hh
void element()
Test for a single element.
2D hp-FEM for H1-conforming elements.
F integrate(concepts::Mesh2 &msh, const concepts::ElementFormula< F, G > &frm)
Returns the integral of a element formula over a space.
void ring()
Test for piecewise defined formula at a ring.
An abstract class for 2D meshes.
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void FEintegral()
Test for a single element.
void circle()
Test for a mesh of a circle (area, moments)
double Real
Type normally used for a floating point number.
Basic namespace for Concepts-2.