Dune Core Modules (2.11.0)
Dune::FoamGridEntity< codim, dimgrid, GridImp > Class Template Reference
The implementation of entities in a FoamGrid. More...
#include <dune/foamgrid/foamgrid/foamgridentity.hh>
Public Types | |
| typedef GridImp::template Codim< codim >::EntitySeed | EntitySeed |
| The type of the EntitySeed interface class. | |
Public Member Functions | |
| FoamGridEntity (const FoamGridEntityImp< dimgrid-codim, dimgrid, dimworld, ctype > *target) | |
| Constructor for an entity in a given grid level. | |
| FoamGridEntity (const FoamGridEntity &original) | |
| Copy constructor. | |
| FoamGridEntity () | |
| Default constructor. | |
| FoamGridEntity & | operator= (const FoamGridEntity &original) |
| int | level () const |
| level of this element | |
| PartitionType | partitionType () const |
| The partition type for parallel computing. | |
| template<int cc> | |
| int | count () const |
| Geometry | geometry () const |
| geometry of this entity | |
| EntitySeed | seed () const |
| Create EntitySeed. | |
| void | setToTarget (const FoamGridEntityImp< dimgrid-codim, dimgrid, dimworld, ctype > *target) |
| bool | equals (const Dune::FoamGridEntity< codim, dimgrid, GridImp > &other) const |
| equality | |
| GeometryType | type () const |
| return the entity's type | |
| unsigned int | subEntities (unsigned int codim) const |
| Number of subentities for a given codimension. More... | |
Detailed Description
template<int codim, int dimgrid, class GridImp>
class Dune::FoamGridEntity< codim, dimgrid, GridImp >
class Dune::FoamGridEntity< codim, dimgrid, GridImp >
The implementation of entities in a FoamGrid.
Member Function Documentation
◆ count()
template<int codim, int dimgrid, class GridImp >
template<int cc>
|
inline |
Intra-element access to entities of codimension cc > codim. Return number of entities with codimension cc.
◆ operator=()
template<int codim, int dimgrid, class GridImp >
|
inline |
◆ setToTarget()
template<int codim, int dimgrid, class GridImp >
|
inline |
◆ subEntities()
|
inlineinherited |
Number of subentities for a given codimension.
- Parameters
-
codim codimension to obtain number of subentities for
- Note
- The codimension is specified with respect to the grid dimension.
- Unless the geometry type is None, this method is redundant and the same information can be obtained from the corresponding reference element.
The documentation for this class was generated from the following file:
- dune/foamgrid/foamgrid/foamgridentity.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden & Uni Heidelberg |
generated with Hugo v0.111.3
(Feb 14, 23:39, 2026)