Go to the documentation of this file.
25 class ShapeFunction2D;
36 template<
typename F = Real>
56 const Real factor = 1.0,
57 const bool all =
false);
void operator()(concepts::ElementMatrix< F > &em, const concepts::Array< F > &jacobian, T *coeff, const ShapeFunction2D< Real > &v, const ShapeFunction2D< Real > &u, const Real factor=1.0, const bool all=false)
Application operator.
concepts::Array< F > sumfact_
Intermediate matrix for sum factorization.
2D hp-FEM for H1-conforming elements.
Collecting the data of a 2D shape function in one class.
Sum factorization for an element matrix.
double Real
Type normally used for a floating point number.
Basic namespace for Concepts-2.