MFEM  v4.2.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
mfem::ShapeEvaluator_base< FE, IR, TP, real_t > Class Template Reference

Shape evaluators – values of basis functions on the reference element. More...

#include <tevaluator.hpp>

Inheritance diagram for mfem::ShapeEvaluator_base< FE, IR, TP, real_t >:
[legend]

Detailed Description

template<class FE, class IR, bool TP, typename real_t>
class mfem::ShapeEvaluator_base< FE, IR, TP, real_t >

Shape evaluators – values of basis functions on the reference element.

Template Parameters
FEsome form of TFiniteElement, probably got from TMesh::FE_type
IRsome form of TIntegrationRule
TPtensor product or not
real_tdata type for mesh nodes, solution basis, mesh basis

Definition at line 33 of file tevaluator.hpp.


The documentation for this class was generated from the following file: