9#include <kernel/trafo/evaluator_base.hpp> 
   22    template<
typename Mesh_>
 
   48        typename DataType_ = 
Real>
 
  117        return this == &other;
 
Trafo evaluator class template.
typedef Type
evaluator type
Trafo-Mapping base class.
MeshType & get_mesh()
Returns a reference to the underlying mesh.
MeshType & _mesh
mesh reference
static constexpr int world_dim
our image/world dimension
MappingBase(const MappingBase &)
deleted copy-constructor
MeshType::ShapeType ShapeType
shape type
MappingBase(MeshType &mesh)
Constructor.
static constexpr int num_coeff
bool operator==(const MappingBase &other) const
Comparison operator.
static constexpr int num_coeff_facet
Number of coefficients of the reference transformation for faces.
MappingBase & operator=(const MappingBase &)
deleted assignment-operator
const MeshType & get_mesh() const
Returns a reference to the underlying mesh.
double Real
Real data type.