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