9#include <kernel/shape.hpp>
10#include <kernel/eval_tags.hpp>
11#include <kernel/util/tiny_algebra.hpp>
12#include <kernel/util/math.hpp>
41 typename DataType_ =
Real,
42 int image_dim_ = Shape_::dimension>
49 static constexpr int domain_dim = Shape_::dimension > 0 ? Shape_::dimension : 1;
Tiny Matrix class template.
Tiny Tensor3 class template.
Tiny Vector class template.
double Real
Real data type.
Standard evaluation policy class template.
Tiny::Vector< DataType, image_dim > ImagePointType
image point type
DataType_ DataType
data type
Tiny::Vector< DataType, image_dim > NormalVectorType
normal vector type (only for facet trafo)
static constexpr int domain_dim
domain dimension
Tiny::Tensor3< DataType, image_dim, domain_dim, domain_dim > HessianTensorType
hessian tensor type
static constexpr int image_dim
image dimension
Tiny::Vector< DataType, domain_dim > DomainPointType
domain point type
Tiny::Matrix< DataType, domain_dim, image_dim > JacobianInverseType
inverse jacobian matrix type
Tiny::Tensor3< DataType, image_dim, domain_dim, domain_dim > HessianInverseType
inverse hessian tensor type /TODO: this is wrong?
Tiny::Matrix< DataType, image_dim, domain_dim > JacobianMatrixType
jacobian matrix type
DataType JacobianDeterminantType
jacobian determinant type
Shape_ ShapeType
shape type