|
dune-grid
2.4.1
|
#include <algorithm>#include <cstddef>#include <functional>#include <limits>#include <map>#include <ostream>#include <string>#include <vector>#include <dune/common/classname.hh>#include <dune/common/exceptions.hh>#include <dune/common/forloop.hh>#include <dune/common/fvector.hh>#include <dune/geometry/type.hh>#include <dune/geometry/referenceelements.hh>#include <dune/geometry/multilineargeometry.hh>#include <dune/grid/common/mcmgmapper.hh>Go to the source code of this file.
Classes | |
| struct | Dune::EntityInfo< ctype > |
| Structure to hold statistical information about one type of entity. More... | |
| struct | Dune::GridViewInfoGTCompare |
| Comparison object to sort GeometryType by majorly dimension. More... | |
| struct | Dune::GridViewInfo< ctype > |
| structure to hold information about a certain GridView. More... | |
Namespaces | |
| Dune | |
| Include standard header files. | |
Functions | |
| template<class GV > | |
| void | Dune::fillGridViewInfoSerial (const GV &gv, GridViewInfo< typename GV::ctype > &gridViewInfo) |
| fill a GridViewInfo structure from a serial grid More... | |
1.8.11