#include <dune/pdelab/boilerplate/pdelab.hh>
|
| | 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< Grid > | getSharedPtr () |
| |
| Grid & | getGrid () |
| |
| const Grid & | getGrid () const |
| |
| Grid & | operator* () |
| |
| Grid * | operator-> () |
| |
| const Grid & | operator* () const |
| |
| const Grid * | operator-> () const |
| |
|
| static const int | dimworld = Grid::dimensionworld |
| |
The documentation for this class was generated from the following file: