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/cai_dou_san_she_ye/dof_traits.hpp>
13#include <kernel/space/cai_dou_san_she_ye/evaluator.hpp>
14#include <kernel/space/cai_dou_san_she_ye/node_functional.hpp>
23 namespace CaiDouSanSheYe
40 template<
typename Trafo_>
62 typename TrafoEvaluator_,
63 typename DataType_ =
typename TrafoEvaluator_::DataType>
87 typename DataType_ =
Real>
98 typename DataType_ =
Real>
103 static constexpr int codim = ShapeType::dimension - shape_dim_;
131 return this->
get_mesh().get_num_entities(ShapeType::dimension - 1) + this->
get_mesh().get_num_elements();
137 return "CaiDouSanSheYe";
Dof-Assignment class wrapper template.
DofAssignmentUniform< Element, shape_dim_, DataType_, DofTraits, ShapeType > Type
Dof-Assignment type.
Space evaluator class wrapper template.
CaiDouSanSheYe::Evaluator< Element, TrafoEvaluator_, Traits > Type
space evaluator type
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 facets per cell
Node-Functional class wrapper template.
CaiDouSanSheYe::NodeFunctional< Element, ShapeType, codim, DataType_ > Type
node functional type
static constexpr int codim
co-dimension
Cai-Douglas-Santos-Sheen-Ye element class template.
Trafo_ TrafoType
transformation type
Element(TrafoType &trafo)
Constructor.
TrafoType::ShapeType ShapeType
shape type
static constexpr bool have_node_func
node functionals available
static String name()
Returns the name of the element.
static constexpr int local_degree
Local Polynomial degree count.
Index get_num_dofs() const
Returns the number of dofs.
ElementBase< Trafo_ > BaseClass
base-class typedef
virtual ~Element()
virtual destructor
TrafoType::MeshType MeshType
mesh type
DofMappingUniform< Element, CaiDouSanSheYe::DofTraits, ShapeType > DofMappingType
Dof-Mapping class.
Cai-Douglas-Santos-Sheen-Ye Element Evaluator class template declaration.
Finite-Element base class.
MeshType & get_mesh()
Returns a reference to the underlying mesh.
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.