#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) |
|
std::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 |
|
◆ ctype
◆ Grid
◆ StructuredGrid() [1/3]
◆ StructuredGrid() [2/3]
◆ StructuredGrid() [3/3]
◆ getGrid() [1/2]
◆ getGrid() [2/2]
◆ getSharedPtr()
◆ operator*() [1/2]
◆ operator*() [2/2]
◆ operator->() [1/2]
◆ operator->() [2/2]
◆ dimworld
The documentation for this class was generated from the following file: