DUNE-FEM (unstable)
basisfunctionsets.hh
105 typedef Dune::Fem::DefaultBasisFunctionSet< EntityType, ShapeFunctionSetType > BasisFunctionSetType;
116 template< class... Args, std::enable_if_t< std::is_constructible< ShapeFunctionSetsType, Args &&... >::value, int > = 0 >
143 int order ( const EntityType &entity ) const { return shapeFunctionSets().order( entity.type() ); }
interface class representing a family of basis function sets
Definition: basisfunctionsets.hh:24
int order(const EntityType &entity) const
return order for given grid part entity
ImplementationDefined BasisFunctionSetType
basis function set
Definition: basisfunctionsets.hh:27
BasisFunctionSets & operator=(const BasisFunctionSets &)=delete
assignment constructor
BasisFunctionSets(const BasisFunctionSets &)=delete
copy constructor
ImplementationDefined EntityType
entity type
Definition: basisfunctionsets.hh:29
BasisFunctionSetType basisFunctionSet(const EntityType &entity) const
return basis function set for given entity
BasisFunctionSets(BasisFunctionSets &&)
move constructor
Definition: default.hh:124
generate a set of default basis function sets from given set of shape function sets
Definition: basisfunctionsets.hh:83
int order(const EntityType &entity) const
return maximum order
Definition: basisfunctionsets.hh:143
GridPart GridPartType
grid part type
Definition: basisfunctionsets.hh:88
int order() const
return maximum order
Definition: basisfunctionsets.hh:140
Dune::Fem::DefaultBasisFunctionSet< EntityType, ShapeFunctionSetType > BasisFunctionSetType
entity type
Definition: basisfunctionsets.hh:105
BasisFunctionSetType basisFunctionSet(const EntityType &entity) const
return basis function set for given entity
Definition: basisfunctionsets.hh:146
ShapeFunctionSets ShapeFunctionSetsType
shape function sets type
Definition: basisfunctionsets.hh:91
GridPartType::template Codim< codimension >::EntityType EntityType
entity type
Definition: basisfunctionsets.hh:102
ShapeFunctionSetsType::ShapeFunctionSetType ShapeFunctionSetType
shape function set type
Definition: basisfunctionsets.hh:93
interface class representing a family of shape function sets
Definition: shapefunctionsets.hh:33
Documentation related stuff.
STL namespace.
Dummy struct used for documentation purposes.
Definition: documentation.hh:42
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 13, 23:29, 2024)