Dune::SizeCache< GridImp > Class Template Reference
#include <sizecache.hh>
Detailed Description
template<class GridImp>
class Dune::SizeCache< GridImp >
oranizes the caching of sizes for one grid Public Member Functions | |
int | size (int level, int codim) const |
Number of grid entities per level and codim because lbegin and lend are none const, and we need this methods counting the entities on each level, you know. | |
int | size (int level, int codim, GeometryType type) const |
number of entities per level, codim and geometry type in this process | |
int | size (int codim) const |
number of leaf entities per codim in this process | |
int | size (int codim, GeometryType type) const |
number of leaf entities per codim and geometry type in this process | |
int | ghostSize (int codim) const |
number of leaf entities per codim and geometry type in this process | |
int | ghostSize (int level, int codim) const |
number of leaf entities per codim and geometry type in this process |
The documentation for this class was generated from the following file: