9#include <kernel/trafo/mapping_base.hpp> 
   10#include <kernel/trafo/isosphere/evaluator.hpp> 
   33      template<
typename Mesh_>
 
   43        typedef typename MeshType::VertexSetType::CoordType 
CoordType;
 
   48        static_assert(MeshType::shape_dim < MeshType::world_dim, 
"mesh must be sub-dimensional for IsoSphere trafo mapping");
 
   50        static_assert(MeshType::shape_dim <= 2, 
"only Simplex<1> and Simplex<2> shapes are allowed (yet)");
 
   56          typename CoordType_ = 
Real>
 
Iso-Sphere trafo evaluator class template.
Trafo evaluator class template.
Trafo::IsoSphere::Evaluator< Mapping, EvalPolicy > Type
evaluator type
Trafo::StandardEvalPolicy< Shape_, CoordType_, MeshType::world_dim > EvalPolicy
evaluation policy
Iso-Sphere transformation mapping class template.
Mapping(MeshType &mesh)
Constructor.
MeshType::ShapeType ShapeType
shape type
MeshType::VertexSetType::CoordType CoordType
data type
MappingBase< Mesh_ > BaseClass
base-class typedef
Trafo-Mapping base class.
double Real
Real data type.
Standard evaluation policy class template.