dune-foamgrid
2.7-git
|
The FoamGrid class. More...
#include <array>
#include <list>
#include <set>
#include <map>
#include <tuple>
#include <utility>
#include <type_traits>
#include <dune/common/version.hh>
#include <dune/common/parallel/communication.hh>
#include <dune/common/stdstreams.hh>
#include <dune/grid/common/capabilities.hh>
#include <dune/grid/common/grid.hh>
#include "foamgrid/foamgridvertex.hh"
#include "foamgrid/foamgridedge.hh"
#include "foamgrid/foamgridelements.hh"
#include "foamgrid/foamgridgeometry.hh"
#include "foamgrid/foamgridentity.hh"
#include "foamgrid/foamgridentityseed.hh"
#include "foamgrid/foamgridintersectioniterators.hh"
#include "foamgrid/foamgridleveliterator.hh"
#include "foamgrid/foamgridleafiterator.hh"
#include "foamgrid/foamgridhierarchiciterator.hh"
#include "foamgrid/foamgridindexsets.hh"
#include <dune/foamgrid/foamgrid/foamgrid.cc>
#include <dune/foamgrid/foamgrid/foamgridfactory.hh>
Go to the source code of this file.
Classes | |
struct | Dune::FoamGridFamily< dimgrid, dimworld, ctype > |
Encapsulates loads of types exported by FoamGrid. More... | |
class | Dune::FoamGrid< dimgrid, dimworld, ct > |
An implementation of the Dune grid interface: a 1- or 2-dimensional simplicial grid in an n-dimensional world. More... | |
struct | Dune::Capabilities::hasEntity< FoamGrid< dimgrid, dimworld, ctype >, codim > |
True if the grid implements entities of a given codim. More... | |
struct | Dune::Capabilities::isLevelwiseConforming< FoamGrid< dimgrid, dimworld, ctype > > |
struct | Dune::Capabilities::isLeafwiseConforming< FoamGrid< dimgrid, dimworld, ctype > > |
Namespaces | |
Dune | |
Dune::Capabilities | |
The FoamGrid class.