|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
Classes |
Public Types |
Public Member Functions |
Protected Types |
Protected Member Functions |
Protected Attributes |
List of all members
Dune::Fem::EntityGeometryStorageImpl< Entity, storeGeometry > Class Template Reference
implementation of entity and geometry storage for basis function set and local functions More...
#include <dune/fem/storage/entitygeometry.hh>
Inheritance diagram for Dune::Fem::EntityGeometryStorageImpl< Entity, storeGeometry >:

Classes | |
| struct | Empty |
Public Types | |
| typedef Entity | EntityType |
| entity type | |
| typedef EntityType::Geometry | Geometry |
| type of geometry | |
| 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 | |
| EntityGeometryStorageImpl () | |
| constructor | |
| EntityGeometryStorageImpl (const EntityType &entity) | |
| constructor | |
| EntityGeometryStorageImpl (const EntityGeometryStorageImpl &other) | |
| copy constructor | |
| EntityGeometryStorageImpl & | operator= (const EntityGeometryStorageImpl &other) |
| assignment operator | |
| 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 | |
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 | |
| EntityStorageType | entity_ |
| GeometryStorageType | geometry_ |
Detailed Description
template<class Entity, bool storeGeometry = true>
class Dune::Fem::EntityGeometryStorageImpl< Entity, storeGeometry >
class Dune::Fem::EntityGeometryStorageImpl< Entity, storeGeometry >
implementation of entity and geometry storage for basis function set and local functions
- Template Parameters
-
Entity entity type storeGeometry if true, geometry is also stored
- Note
- EntityGeometryStorageImpl must be a copyable object.
Member Typedef Documentation
◆ ctype
template<class Entity , bool storeGeometry = true>
| typedef Geometry::ctype Dune::Fem::EntityGeometryStorageImpl< Entity, storeGeometry >::ctype |
type of coordinate field
◆ EntityStorageType
template<class Entity , bool storeGeometry = true>
|
protected |
◆ EntityType
template<class Entity , bool storeGeometry = true>
| typedef Entity Dune::Fem::EntityGeometryStorageImpl< Entity, storeGeometry >::EntityType |
entity type
◆ Geometry
template<class Entity , bool storeGeometry = true>
| typedef EntityType::Geometry Dune::Fem::EntityGeometryStorageImpl< Entity, storeGeometry >::Geometry |
type of geometry
◆ GeometryStorageType
template<class Entity , bool storeGeometry = true>
|
protected |
◆ ReferenceElementType
template<class Entity , bool storeGeometry = true>
| typedef std::decay_t< decltype( Dune::ReferenceElements< ctype, Geometry::coorddimension >:: general( std::declval< const Dune::GeometryType & >() ) ) > Dune::Fem::EntityGeometryStorageImpl< Entity, storeGeometry >::ReferenceElementType |
type of reference element
Constructor & Destructor Documentation
◆ EntityGeometryStorageImpl() [1/3]
template<class Entity , bool storeGeometry = true>
|
inline |
constructor
◆ EntityGeometryStorageImpl() [2/3]
template<class Entity , bool storeGeometry = true>
|
inlineexplicit |
constructor
◆ EntityGeometryStorageImpl() [3/3]
template<class Entity , bool storeGeometry = true>
|
inline |
copy constructor
Member Function Documentation
◆ bind()
template<class Entity , bool storeGeometry = true>
|
inline |
set new entity object and geometry if enabled
◆ copyGeometry()
template<class Entity , bool storeGeometry = true>
|
inlineprotected |
◆ entity()
template<class Entity , bool storeGeometry = true>
|
inline |
return entity
◆ geometry()
template<class Entity , bool storeGeometry = true>
|
inline |
return geometry
◆ operator=()
template<class Entity , bool storeGeometry = true>
|
inline |
assignment operator
◆ referenceElement()
template<class Entity , bool storeGeometry = true>
|
inline |
return reference element
◆ type()
template<class Entity , bool storeGeometry = true>
|
inline |
return geometry type
◆ unbind()
template<class Entity , bool storeGeometry = true>
|
inline |
release entity and geometry object
◆ valid()
template<class Entity , bool storeGeometry = true>
|
inline |
return true if entity pointer is set
Member Data Documentation
◆ entity_
template<class Entity , bool storeGeometry = true>
|
protected |
◆ geometry_
template<class Entity , bool storeGeometry = true>
|
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