sgrid.hh File Reference
Detailed Description
This file documents the DUNE grid interface. We use the special implementation for simple structured grid to illustrate the different classes and their members.
#include <limits>
#include <vector>
#include <stack>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/finitestack.hh>
#include <dune/grid/common/capabilities.hh>
#include <dune/common/bigunsignedint.hh>
#include <dune/common/collectivecommunication.hh>
#include <dune/grid/common/grid.hh>
#include <dune/grid/sgrid/numbering.hh>
#include <dune/grid/common/indexidset.hh>
#include "sgrid/sgrid.cc"
Go to the source code of this file.
|
Namespaces |
namespace | Dune |
namespace | Dune::Capabilities |
Classes |
class | Dune::SGeometry< mydim, cdim, GridImp > |
class | Dune::SGeometry< 0, cdim, GridImp > |
| specialization for dim=0, this is a vertex More...
|
class | Dune::SEntityBase< codim, dim, GridImp > |
class | Dune::SEntity< codim, dim, GridImp > |
class | Dune::SEntity< 0, dim, GridImp > |
class | Dune::SEntity< dim, dim, GridImp > |
struct | Dune::SHierarchicStackElem |
class | Dune::SIntersectionIterator< GridImp > |
class | Dune::SEntityPointer< codim, GridImp > |
class | Dune::SLevelIterator< codim, pitype, GridImp > |
struct | Dune::SGridLevelIndexSetTypes< GridImp > |
| implementation of index set More...
|
struct | Dune::SGridLevelIndexSetTypes< GridImp >::Codim< cd > |
| The types. More...
|
struct | Dune::SGridLeafIndexSetTypes< GridImp >::Codim< cd > |
| The types. More...
|
class | Dune::SGridGlobalIdSet< GridImp > |
| persistent, globally unique Ids More...
|
class | Dune::SGrid< dim, dimworld > |
| [ provides Dune::Grid ] More...
|
struct | Dune::Capabilities::hasEntity< SGrid< dim, dimw >, cdim > |
| SGrid has entities for all codimension. More...
|
struct | Dune::Capabilities::isLevelwiseConforming< SGrid< dim, dimw > > |
| SGrid is levelwise conforming. More...
|
struct | Dune::Capabilities::isLeafwiseConforming< SGrid< dim, dimw > > |
| SGrid is leafwise conforming. More...
|
struct | Dune::Capabilities::IsUnstructured< SGrid< dim, dimw > > |
| SGrid does not support unstructured grids. More...
|
struct | Dune::Capabilities::hasHangingNodes< SGrid< dim, dimw > > |
| SGrid does not support hanging nodes. More...
|
Typedefs |
typedef double | Dune::sgrid_ctype |