dune-pdelab 2.7-git
|
#include <dune/pdelab/boilerplate/pdelab.hh>
Public Types | |
typedef T | Grid |
typedef T::ctype | ctype |
Public Member Functions | |
StructuredGrid (Dune::GeometryType::BasicType meshtype, unsigned int cells) | |
StructuredGrid (Dune::GeometryType::BasicType meshtype, std::array< double, dimworld > lower_left, std::array< double, dimworld > upper_right, std::array< unsigned int, dim > cells) | |
std::shared_ptr< T > | getSharedPtr () |
T & | getGrid () |
const T & | getGrid () const |
T & | operator* () |
T * | operator-> () |
const T & | operator* () const |
const T * | operator-> () const |
Static Public Attributes | |
static const int | dim = T::dimension |
static const int | dimworld = T::dimensionworld |
typedef T::ctype Dune::PDELab::StructuredGrid< T >::ctype |
typedef T Dune::PDELab::StructuredGrid< T >::Grid |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
static |