dune-grid 2.9.0
|
#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/fvector.hh>
#include <dune/common/hybridutilities.hh>
#include <dune/geometry/multilineargeometry.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/geometry/type.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 | |
namespace | 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... | |