#include <dune/pdelab/boilerplate/pdelab.hh>
|
| 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< 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]
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 |
◆ 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: