|
dune-geometry 2.10
|
Wrap each Refinement implementation to get a consistent interface. More...

Classes | |
| struct | Codim |
| The Codim struct inherited from the Refinement implementation. More... | |
Public Types | |
| typedef Codim< dimension >::SubEntityIterator | VertexIterator |
| The VertexIterator of the Refinement. | |
| typedef Codim< 0 >::SubEntityIterator | ElementIterator |
| The ElementIterator of the Refinement. | |
| typedef RefinementImp::Traits< topologyId, CoordType, coerceToId, dimension_ >::Imp | RefinementImp |
Static Public Member Functions | |
| static int | nVertices (Dune::RefinementIntervals tag) |
| Get the number of Vertices. | |
| static VertexIterator | vBegin (Dune::RefinementIntervals tag) |
| Get a VertexIterator. | |
| static VertexIterator | vEnd (Dune::RefinementIntervals tag) |
| Get a VertexIterator. | |
| static int | nElements (Dune::RefinementIntervals tag) |
| Get the number of Elements. | |
| static ElementIterator | eBegin (Dune::RefinementIntervals tag) |
| Get an ElementIterator. | |
| static ElementIterator | eEnd (Dune::RefinementIntervals tag) |
| Get an ElementIterator. | |
Public Attributes | |
| typedef | CoordVector |
| The CoordVector of the Refinement. | |
| typedef | IndexVector |
| The IndexVector of the Refinement. | |
Wrap each Refinement implementation to get a consistent interface.
| topologyId | The topology id of the element to refine |
| CoordType | The C++ type of the coordinates |
| coerceToId | The topology id of the subelements |
| dimension | The dimension of the refinement. |
| typedef Codim<0>::SubEntityIterator Dune::StaticRefinement< topologyId, CoordType, coerceToId, dimension_ >::ElementIterator |
The ElementIterator of the Refinement.
| typedef RefinementImp::Traits<topologyId,CoordType,coerceToId,dimension_>::Imp Dune::StaticRefinement< topologyId, CoordType, coerceToId, dimension_ >::RefinementImp |
| typedef Codim<dimension>::SubEntityIterator Dune::StaticRefinement< topologyId, CoordType, coerceToId, dimension_ >::VertexIterator |
The VertexIterator of the Refinement.
|
inlinestatic |
Get an ElementIterator.
| tag | RefinementIntervals object returned by either refinementIntervals() or refinementLevels() |
|
inlinestatic |
Get an ElementIterator.
| tag | RefinementIntervals object returned by either refinementIntervals() or refinementLevels() |
|
inlinestatic |
Get the number of Elements.
| tag | RefinementIntervals object returned by either refinementIntervals() or refinementLevels() |
|
inlinestatic |
Get the number of Vertices.
| tag | RefinementIntervals object returned by either refinementIntervals() or refinementLevels() |
|
inlinestatic |
Get a VertexIterator.
| tag | RefinementIntervals object returned by either refinementIntervals() or refinementLevels() |
|
inlinestatic |
Get a VertexIterator.
| tag | RefinementIntervals object returned by either refinementIntervals() or refinementLevels() |
| typedef Dune::StaticRefinement< topologyId, CoordType, coerceToId, dimension_ >::CoordVector |
The CoordVector of the Refinement.
This is always a typedef to a FieldVector
| typedef Dune::StaticRefinement< topologyId, CoordType, coerceToId, dimension_ >::IndexVector |
The IndexVector of the Refinement.
This is always a typedef to a FieldVector