sumfact.hh
static bool timings()
Returns true if the class is able to do timings.
static void setTimings(concepts::InOutParameters *timings)
Sets the class to store the timing values in.
void operator()(concepts::ElementMatrix< F > &em, const concepts::Array< F > &jacobian, T *coeff, const ShapeFunction3D< Real > &u, const ShapeFunction3D< Real > &v)
Application operator.
std::complex< Real > Cmplx
Type for a complex number. It also depends on the setting of Real.
Definition: typedefs.hh:39
Collecting the data of a 3D shape function in one class.
Definition: shapeFunction3d.hh:28