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/p2bubble/dof_traits.hpp>
13#include <kernel/space/p2bubble/evaluator.hpp>
14#include <kernel/space/p2bubble/node_functional.hpp>
37 template<
typename Trafo_>
62 typename TrafoEvaluator_,
63 typename DataType_ =
typename TrafoEvaluator_::DataType>
84 typename DataType_ =
Real>
95 typename DataType_ =
Real>
Finite-Element base class.
Dof-Assignment class wrapper template.
DofAssignmentUniform< Element, shape_dim_, DataType_, DofTraits, ShapeType > Type
Dof-Assignment type.
Space evaluator class wrapper template.
P2Bubble::Evaluator< Element, TrafoEvaluator_, Traits > Type
space evaluator type
TrafoEvaluator_::EvalPolicy EvalPolicy
evaluation policy
static constexpr int num_loc_dofs
number of local dofs := number of vertices per cell
StandardScalarEvalTraits< EvalPolicy, num_loc_dofs, DataType_ > Traits
space evaluation traits
Node-Functional class wrapper template.
P2Bubble::NodeFunctional< Element, ShapeType, FaceType, DataType_ > Type
node functional type
P2-Bubble Finite-Element space class template.
static constexpr int local_degree
Local Polynomial degree count.
virtual ~Element()
virtual destructor
TrafoType::MeshType MeshType
mesh type
Trafo_ TrafoType
transformation type
ElementBase< Trafo_ > BaseClass
base-class typedef
DofMappingUniform< Element, P2Bubble::DofTraits, ShapeType > DofMappingType
Dof-Mapping class.
Index get_num_dofs() const
Returns the number of dofs.
static constexpr bool have_node_func
node functionals available
TrafoType::ShapeType ShapeType
shape type
Element(TrafoType &trafo)
Constructor.
static String name()
Returns the name of the element.
P2-Bubble 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.