dune-pdelab  2.0.0
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::PDELab::StructuredGrid< YaspGrid< dim > > Class Template Reference

#include <dune/pdelab/boilerplate/pdelab.hh>

Public Types

typedef YaspGrid< dimGrid
 
typedef Grid::ctype ctype
 

Public Member Functions

 StructuredGrid (Dune::GeometryType::BasicType meshtype, unsigned int cells, int overlap=1)
 
 StructuredGrid (Dune::GeometryType::BasicType meshtype, array< double, dimworld > lower_left, array< double, dimworld > upper_right, array< unsigned int, dim > cells, int overlap=1)
 
 StructuredGrid (Dune::GeometryType::BasicType meshtype, array< double, dimworld > lower_left, array< double, dimworld > upper_right, array< unsigned int, dim > cells, array< bool, dim > periodic, int overlap=1)
 
Dune::shared_ptr< GridgetSharedPtr ()
 
GridgetGrid ()
 
const GridgetGrid () const
 
Gridoperator* ()
 
Gridoperator-> ()
 
const Gridoperator* () const
 
const Gridoperator-> () const
 

Static Public Attributes

static const int dimworld = Grid::dimensionworld
 

Member Typedef Documentation

template<int dim>
typedef Grid::ctype Dune::PDELab::StructuredGrid< YaspGrid< dim > >::ctype
template<int dim>
typedef YaspGrid<dim> Dune::PDELab::StructuredGrid< YaspGrid< dim > >::Grid

Constructor & Destructor Documentation

template<int dim>
Dune::PDELab::StructuredGrid< YaspGrid< dim > >::StructuredGrid ( Dune::GeometryType::BasicType  meshtype,
unsigned int  cells,
int  overlap = 1 
)
inline
template<int dim>
Dune::PDELab::StructuredGrid< YaspGrid< dim > >::StructuredGrid ( Dune::GeometryType::BasicType  meshtype,
array< double, dimworld lower_left,
array< double, dimworld upper_right,
array< unsigned int, dim cells,
int  overlap = 1 
)
inline
template<int dim>
Dune::PDELab::StructuredGrid< YaspGrid< dim > >::StructuredGrid ( Dune::GeometryType::BasicType  meshtype,
array< double, dimworld lower_left,
array< double, dimworld upper_right,
array< unsigned int, dim cells,
array< bool, dim periodic,
int  overlap = 1 
)
inline

Member Function Documentation

template<int dim>
Grid& Dune::PDELab::StructuredGrid< YaspGrid< dim > >::getGrid ( )
inline
template<int dim>
const Grid& Dune::PDELab::StructuredGrid< YaspGrid< dim > >::getGrid ( ) const
inline
template<int dim>
Dune::shared_ptr<Grid> Dune::PDELab::StructuredGrid< YaspGrid< dim > >::getSharedPtr ( )
inline
template<int dim>
Grid& Dune::PDELab::StructuredGrid< YaspGrid< dim > >::operator* ( )
inline
template<int dim>
const Grid& Dune::PDELab::StructuredGrid< YaspGrid< dim > >::operator* ( ) const
inline
template<int dim>
Grid* Dune::PDELab::StructuredGrid< YaspGrid< dim > >::operator-> ( )
inline
template<int dim>
const Grid* Dune::PDELab::StructuredGrid< YaspGrid< dim > >::operator-> ( ) const
inline

Member Data Documentation

template<int dim>
const int Dune::PDELab::StructuredGrid< YaspGrid< dim > >::dimworld = Grid::dimensionworld
static

The documentation for this class was generated from the following file: