9#include <kernel/space/element_base.hpp> 
   10#include <kernel/space/dof_assignment_base.hpp> 
   11#include <kernel/space/dof_mapping_common.hpp> 
   12#include <kernel/space/lagrange3/dof_traits.hpp> 
   13#include <kernel/space/lagrange3/evaluator.hpp> 
   14#include <kernel/space/lagrange3/node_functional.hpp> 
   36      template<
typename Trafo_>
 
   61          typename TrafoEvaluator_,
 
   62          typename DataType_ = 
typename TrafoEvaluator_::DataType>
 
   83          typename DataType_ = 
Real>
 
   94          typename DataType_ = 
Real>
 
Finite-Element base class.
Dof-Assignment class wrapper template.
DofAssignmentUniform< Element, shape_dim_, DataType_, Lagrange3::DofTraits, ShapeType > Type
Dof-Assignment type.
Space evaluator class wrapper template.
TrafoEvaluator_::EvalPolicy EvalPolicy
evaluation policy
StandardScalarEvalTraits< EvalPolicy, num_loc_dofs, DataType_ > Traits
space evaluation traits
static constexpr int num_loc_dofs
number of local dofs := number of vertices per cell
Lagrange3::Evaluator< Element, TrafoEvaluator_, Traits > Type
space evaluator type
Node-Functional class wrapper template.
Lagrange3::NodeFunctional< Element, FaceType, DataType_ > Type
node functional type
Standard Lagrange-3 Finite-Element space class template.
static constexpr int local_degree
Local Polynomial degree count.
TrafoType::MeshType MeshType
mesh type
Index get_num_dofs() const
Returns the number of dofs.
ElementBase< Trafo_ > BaseClass
base-class typedef
virtual ~Element()
virtual destructor
Element(TrafoType &trafo)
Constructor.
Trafo_ TrafoType
transformation type
static String name()
Returns the name of the element.
DofMappingUniform< Element, Lagrange3::DofTraits, ShapeType > DofMappingType
Dof-Mapping class.
static constexpr bool have_node_func
node functionals available
TrafoType::ShapeType ShapeType
shape type
Lagrange-3 Element Evaluator class template declaration.
Standard scalar evaluator traits class template.
String class implementation.
double Real
Real data type.
std::uint64_t Index
Index data type.
Face traits tag struct template.