|
dune-grid 2.10
|
Different resources needed by all grid implementations. More...
#include <iostream>#include <string>#include <vector>#include <dune/common/fvector.hh>#include <dune/common/typetraits.hh>#include <dune/common/typeutilities.hh>#include <dune/geometry/type.hh>#include <dune/grid/common/gridenums.hh>#include <dune/grid/common/exceptions.hh>#include <dune/grid/common/capabilities.hh>#include <dune/grid/common/datahandleif.hh>#include <dune/grid/common/gridview.hh>#include <dune/grid/common/defaultgridview.hh>#include <dune/grid/common/entityseed.hh>#include <dune/common/bartonnackmanifcheck.hh>#include "geometry.hh"#include "entity.hh"#include "intersection.hh"#include "intersectioniterator.hh"#include "entityiterator.hh"#include "indexidset.hh"Go to the source code of this file.
Namespaces | |
| namespace | Dune |
| Include standard header files. | |
| namespace | Dune::Capabilities |
| Contains all capabilities classes. | |
Functions | |
| template<int dim, int dimworld, class ct , class GridFamily > | |
| Grid< dim, dimworld, ct, GridFamily >::LevelGridView | Dune::levelGridView (const Grid< dim, dimworld, ct, GridFamily > &grid, int level) |
| level grid view for the given grid and level. | |
| template<int dim, int dimworld, class ct , class GridFamily > | |
| Grid< dim, dimworld, ct, GridFamily >::LeafGridView | Dune::leafGridView (const Grid< dim, dimworld, ct, GridFamily > &grid) |
| leaf grid view for the given grid | |
Different resources needed by all grid implementations.