onedgrid.hh File Reference
Detailed Description
The OneDGrid class.
#include <vector>
#include <dune/common/misc.hh>
#include <dune/grid/common/capabilities.hh>
#include <dune/common/collectivecommunication.hh>
#include <dune/grid/common/grid.hh>
#include "onedgrid/onedgridentity.hh"
#include "onedgrid/onedgridentitypointer.hh"
#include "onedgrid/onedgridgeometry.hh"
#include "onedgrid/onedintersectionit.hh"
#include "onedgrid/onedgridleveliterator.hh"
#include "onedgrid/onedgridleafiterator.hh"
#include "onedgrid/onedgridhieriterator.hh"
#include "onedgrid/onedgridindexsets.hh"
Go to the source code of this file.
Namespaces | |
namespace | Dune |
namespace | Dune::Capabilities |
Classes | |
class | Dune::OneDGrid |
[ provides Dune::Grid ] Onedimensional adaptive grid
This implementation of the grid interface provides one-dimensional grids only. No matter what the values of dim and dimworld may be, you'll always get a 1D-grid in a 1D-world. Unlike SGrid, however, which can also be instantiated in 1D, the OneDGrid is nonuniform and provides local mesh refinement and coarsening. More... | |
struct | Dune::Capabilities::hasEntity< OneDGrid, cdim > |
OneDGrid has entities for all codimension. More... | |
struct | Dune::Capabilities::isParallel< OneDGrid > |
OneDGrid is not parallel. More... | |
struct | Dune::Capabilities::isLevelwiseConforming< OneDGrid > |
OneDGrid is levelwise conforming. More... | |
struct | Dune::Capabilities::isLeafwiseConforming< OneDGrid > |
OneDGrid is leafwise conforming. More... | |
struct | Dune::Capabilities::hasHangingNodes< OneDGrid > |
OneDGrid does not support hanging nodes. More... |