dune-grid  2.1.1
Classes | Namespaces | Typedefs | Functions | Variables
sgrid.hh File Reference

Go to the source code of this file.

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, EntityImp >
class  Dune::SEntity< codim, dim, GridImp >
class  Dune::SEntity< 0, dim, GridImp >
struct  Dune::SEntity< 0, dim, GridImp >::Codim< cd >
struct  Dune::SHierarchicStackElem
class  Dune::SHierarchicIterator< GridImp >
class  Dune::SIntersectionIterator< GridImp >
class  Dune::SIntersection< GridImp >
class  Dune::AutoPtrStack< T >
 a stack of pointers with auto destruction if the stack is destructed More...
class  Dune::SEntityPointer< codim, GridImp >
class  Dune::SLevelIterator< codim, pitype, GridImp >
class  Dune::SGridLevelIndexSet< GridImp >
 implementation of index set More...
class  Dune::SGridLeafIndexSet< GridImp >
class  Dune::SGridGlobalIdSet< GridImp >
 persistent, globally unique Ids More...
struct  Dune::SGridFamily< dim, dimworld, ctype >
class  Dune::SGrid< dim, dimworld, _ctype >
 [ provides Dune::Grid ] More...
struct  Dune::Capabilities::hasSingleGeometryType< SGrid< dim, dimw > >
 SGrid has only one geometry type for codim 0 entities. More...
struct  Dune::Capabilities::isCartesian< SGrid< dim, dimw > >
 SGrid is a Cartesian 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...

Namespaces

namespace  Dune
namespace  Dune::Capabilities
 

Contains all capabilities classes.


Typedefs

typedef double Dune::sgrid_ctype

Functions

template<int mydim, int cdim, class GridImp >
std::ostream & Dune::operator<< (std::ostream &s, SGeometry< mydim, cdim, GridImp > &e)

Variables

const int Dune::sgrid_dim_bits = 24
const int Dune::sgrid_level_bits = 6
const int Dune::sgrid_codim_bits = 4

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.