|
| | SingleTypeSizeCache (const GridImp &grid, bool isSimplex, bool isCube, bool notWorry=false) |
| |
| void | reset () |
| | reset all cached sizes More...
|
| |
| int | size (int level, int codim) const |
| | Return number of grid entities of a given codim on a given level in this process. More...
|
| |
| int | size (int level, GeometryType type) const |
| | Return number of entities per level and geometry type in this process. More...
|
| |
| int | size (int codim) const |
| | Return number of leaf entities of a given codim in this process. More...
|
| |
| int | size (const GeometryType type) const |
| | Return number of leaf entities per geometry type in this process. More...
|
| |
template<class GridImp>
struct Dune::SingleTypeSizeCache< GridImp >
organizes the caching of sizes for one grid and one GeometryType