dune-pdelab 2.7-git
Loading...
Searching...
No Matches
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, std::array< double, dimworld > lower_left, std::array< double, dimworld > upper_right, std::array< unsigned int, dim > cells, int overlap=1)
 
 StructuredGrid (Dune::GeometryType::BasicType meshtype, std::array< double, dimworld > lower_left, std::array< double, dimworld > upper_right, std::array< unsigned int, dim > cells, std::array< bool, dim > periodic, int overlap=1)
 
std::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

◆ ctype

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

◆ Grid

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

Constructor & Destructor Documentation

◆ StructuredGrid() [1/3]

template<int dim>
Dune::PDELab::StructuredGrid< YaspGrid< dim > >::StructuredGrid ( Dune::GeometryType::BasicType  meshtype,
unsigned int  cells,
int  overlap = 1 
)
inline

◆ StructuredGrid() [2/3]

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

◆ StructuredGrid() [3/3]

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

Member Function Documentation

◆ getGrid() [1/2]

template<int dim>
Grid & Dune::PDELab::StructuredGrid< YaspGrid< dim > >::getGrid ( )
inline

◆ getGrid() [2/2]

template<int dim>
const Grid & Dune::PDELab::StructuredGrid< YaspGrid< dim > >::getGrid ( ) const
inline

◆ getSharedPtr()

template<int dim>
std::shared_ptr< Grid > Dune::PDELab::StructuredGrid< YaspGrid< dim > >::getSharedPtr ( )
inline

◆ operator*() [1/2]

template<int dim>
Grid & Dune::PDELab::StructuredGrid< YaspGrid< dim > >::operator* ( )
inline

◆ operator*() [2/2]

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

◆ operator->() [1/2]

template<int dim>
Grid * Dune::PDELab::StructuredGrid< YaspGrid< dim > >::operator-> ( )
inline

◆ operator->() [2/2]

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

Member Data Documentation

◆ dimworld

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: