dune-grid 2.9.0
|
Specialization of the StructuredGridFactory for YaspGrid. More...
#include <dune/grid/yaspgrid/structuredyaspgridfactory.hh>
Static Public Member Functions | |
static std::unique_ptr< GridType > | createCubeGrid (const FieldVector< ctype, dimworld > &lowerLeft, const FieldVector< ctype, dimworld > &upperRight, const std::array< unsigned int, dim > &elements) |
Create a structured cube grid. More... | |
static std::unique_ptr< GridType > | createSimplexGrid (const FieldVector< ctype, dimworld > &lowerLeft, const FieldVector< ctype, dimworld > &upperRight, const std::array< unsigned int, dim > &elements) |
Create a structured simplex grid. More... | |
Specialization of the StructuredGridFactory for YaspGrid.
This allows a YaspGrid to be constructed using the StructuredGridFactory just like the unstructured Grids. There are two limitations:
|
inlinestatic |
Create a structured cube grid.
lowerLeft | Lower left corner of the grid |
upperRight | Upper right corner of the grid |
elements | Number of elements in each coordinate direction |
|
inlinestatic |