9#include <kernel/space/element_base.hpp> 
   10#include <kernel/space/dof_mapping_common.hpp> 
   11#include <kernel/space/dof_assignment_common.hpp> 
   12#include <kernel/space/argyris/dof_traits.hpp> 
   13#include <kernel/space/argyris/evaluator.hpp> 
   14#include <kernel/space/argyris/node_functional.hpp> 
   38      template<
typename Trafo_>
 
   52        static constexpr int num_vert_dofs = 6;
 
   53        static constexpr int num_edge_dofs = 1;
 
   63          typename TrafoEvaluator_,
 
   64          typename DataType_ = 
typename TrafoEvaluator_::DataType>
 
   88          typename DataType_ = 
Real>
 
   99          typename DataType_ = 
Real>
 
  128            Index(num_vert_dofs) * this->
get_mesh().get_num_entities(0) +
 
Dof-Assignment class wrapper template.
DofAssignmentUniform< Element, shape_dim_, DataType_, Argyris::DofTraits, ShapeType > Type
Dof-Assignment type.
Space evaluator class wrapper template.
Argyris::Evaluator< Element, TrafoEvaluator_, Traits > Type
space evaluator type
TrafoEvaluator_::EvalPolicy EvalPolicy
evaluation policy
static constexpr int num_loc_dofs
number of local dofs
StandardScalarEvalTraits< EvalPolicy, num_loc_dofs, DataType_ > Traits
space evaluation traits
Node-Functional class wrapper template.
Argyris element class template.
DofMappingUniform< Element, Argyris::DofTraits, ShapeType > DofMappingType
Dof-Mapping class.
static constexpr int local_degree
Local Polynomial degree count.
Trafo_ TrafoType
transformation type
TrafoType::MeshType MeshType
mesh type
TrafoType::ShapeType ShapeType
shape type
Element(TrafoType &trafo)
Constructor.
static String name()
Returns the name of the element.
ElementBase< Trafo_ > BaseClass
base-class typedef
Index get_num_dofs() const
Returns the number of dofs.
static constexpr bool have_node_func
node functionals available
virtual ~Element()
virtual destructor
Argyris 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.