|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Static Public Attributes |
Protected Types |
Protected Member Functions |
Protected Attributes |
List of all members
Dune::Fem::BasisFunctionSetStorage< Entity, ShapeFunctionSet > Class Template Reference
#include <dune/fem/space/basisfunctionset/default.hh>
Inheritance diagram for Dune::Fem::BasisFunctionSetStorage< Entity, ShapeFunctionSet >:

Public Types | |
| typedef BaseType::EntityType | EntityType |
| entity type | |
| typedef BaseType::Geometry | Geometry |
| type of geometry | |
| typedef ShapeFunctionSet | ShapeFunctionSetType |
| shape function set type | |
| typedef Geometry::ctype | ctype |
| type of coordinate field | |
| typedef std::decay_t< decltype(Dune::ReferenceElements< ctype, Geometry::coorddimension >::general(std::declval< const Dune::GeometryType & >())) > | ReferenceElementType |
| type of reference element | |
Public Member Functions | |
| BasisFunctionSetStorage () | |
| constructor | |
| BasisFunctionSetStorage (const EntityType &entity, const ShapeFunctionSet &shapeFunctionSet=ShapeFunctionSet()) | |
| constructor | |
| BasisFunctionSetStorage (const BasisFunctionSetStorage &other) | |
| BasisFunctionSetStorage & | operator= (const BasisFunctionSetStorage &other) |
| const ShapeFunctionSetType & | shapeFunctionSet () const |
| return shape function set | |
| int | order () const |
| return order of basis function set | |
| std::size_t | size () const |
| return size of basis function set | |
| const Entity & | entity () const |
| return entity | |
| bool | valid () const |
| return true if entity pointer is set | |
| const Geometry & | geometry () const |
| return geometry | |
| Dune::GeometryType | type () const |
| return geometry type | |
| const ReferenceElementType & | referenceElement () const |
| return reference element | |
| void | bind (const EntityType &entity) |
| set new entity object and geometry if enabled | |
| void | unbind () |
| release entity and geometry object | |
Static Public Attributes | |
| static constexpr bool | codegenShapeFunctionSet = detail::IsCodegenShapeFunctionSet< ShapeFunctionSetType >::value |
| static const int | pointSetId = detail::SelectPointSetId< ShapeFunctionSetType >::value |
Protected Types | |
| typedef std::optional< EntityType > | EntityStorageType |
| typedef std::conditional< storeGeometry, std::optional< Geometry >, Empty >::type | GeometryStorageType |
Protected Member Functions | |
| void | copyGeometry (const EntityGeometryStorageImpl &other) |
Protected Attributes | |
| ShapeFunctionSetType | shapeFunctionSet_ |
| EntityStorageType | entity_ |
| GeometryStorageType | geometry_ |
Member Typedef Documentation
◆ ctype
template<class Entity , bool storeGeometry = true>
|
inherited |
type of coordinate field
◆ EntityStorageType
template<class Entity , bool storeGeometry = true>
|
protectedinherited |
◆ EntityType
template<class Entity , class ShapeFunctionSet >
| typedef BaseType::EntityType Dune::Fem::BasisFunctionSetStorage< Entity, ShapeFunctionSet >::EntityType |
entity type
◆ Geometry
template<class Entity , class ShapeFunctionSet >
| typedef BaseType::Geometry Dune::Fem::BasisFunctionSetStorage< Entity, ShapeFunctionSet >::Geometry |
type of geometry
◆ GeometryStorageType
template<class Entity , bool storeGeometry = true>
|
protectedinherited |
◆ ReferenceElementType
template<class Entity , bool storeGeometry = true>
|
inherited |
type of reference element
◆ ShapeFunctionSetType
template<class Entity , class ShapeFunctionSet >
| typedef ShapeFunctionSet Dune::Fem::BasisFunctionSetStorage< Entity, ShapeFunctionSet >::ShapeFunctionSetType |
shape function set type
Constructor & Destructor Documentation
◆ BasisFunctionSetStorage() [1/3]
template<class Entity , class ShapeFunctionSet >
|
inline |
constructor
◆ BasisFunctionSetStorage() [2/3]
template<class Entity , class ShapeFunctionSet >
|
inlineexplicit |
constructor
◆ BasisFunctionSetStorage() [3/3]
template<class Entity , class ShapeFunctionSet >
|
inline |
Member Function Documentation
◆ bind()
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
set new entity object and geometry if enabled
◆ copyGeometry()
template<class Entity , bool storeGeometry = true>
|
inlineprotectedinherited |
◆ entity()
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
return entity
◆ geometry()
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
return geometry
◆ operator=()
template<class Entity , class ShapeFunctionSet >
|
inline |
◆ order()
template<class Entity , class ShapeFunctionSet >
|
inline |
return order of basis function set
◆ referenceElement()
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
return reference element
◆ shapeFunctionSet()
template<class Entity , class ShapeFunctionSet >
|
inline |
return shape function set
◆ size()
template<class Entity , class ShapeFunctionSet >
|
inline |
return size of basis function set
◆ type()
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
return geometry type
◆ unbind()
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
release entity and geometry object
◆ valid()
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
return true if entity pointer is set
Member Data Documentation
◆ codegenShapeFunctionSet
template<class Entity , class ShapeFunctionSet >
|
staticconstexpr |
◆ entity_
template<class Entity , bool storeGeometry = true>
|
protectedinherited |
◆ geometry_
template<class Entity , bool storeGeometry = true>
|
protectedinherited |
◆ pointSetId
template<class Entity , class ShapeFunctionSet >
|
static |
◆ shapeFunctionSet_
template<class Entity , class ShapeFunctionSet >
|
protected |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8