Dune Core Modules (2.5.0)
Construct structured cube and simplex grids in unstructured grid managers. More...
#include <dune/grid/utility/structuredgridfactory.hh>
Static Public Member Functions | |
static std::shared_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::shared_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... | |
Detailed Description
class Dune::StructuredGridFactory< GridType >
Construct structured cube and simplex grids in unstructured grid managers.
Member Function Documentation
◆ createCubeGrid()
|
inlinestatic |
Create a structured cube grid.
If the grid dimension is less than the world dimension, the coefficients (dim+1,...,dimworld) in the vertex coordinates are set to the corresponding values of the lowerLeft input argument.
- Parameters
-
lowerLeft Lower left corner of the grid upperRight Upper right corner of the grid elements Number of elements in each coordinate direction
References Dune::GridFactory< GridType >::createGrid(), Dune::GeometryType::cube, and Dune::GridFactory< GridType >::insertElement().
◆ createSimplexGrid()
|
inlinestatic |
Create a structured simplex grid.
This works in all dimensions. The Coxeter-Freudenthal-Kuhn triangulation is used, which splits each cube into dim! (i.e., dim faculty) simplices. See Allgower and Georg, 'Numerical Path Following' for a description.
If the grid dimension is less than the world dimension, the coefficients (dim+1,...,dimworld) in the vertex coordinates are set to the corresponding values of the lowerLeft input argument.
- Parameters
-
lowerLeft Lower left corner of the grid upperRight Upper right corner of the grid elements Number of elements in each coordinate direction
References Dune::GridFactory< GridType >::createGrid(), Dune::GridFactory< GridType >::insertElement(), and Dune::GeometryType::simplex.
The documentation for this class was generated from the following file:
- dune/grid/utility/structuredgridfactory.hh