#include <dune/alugrid/common/structuredgridfactory.hh>
|
static SharedPtrType | createCubeGrid (const std::string &filename, MPICommunicatorType mpiComm=MPIHelper ::getCommunicator()) |
|
static SharedPtrType | createCubeGrid (std::istream &input, const std::string &name, MPICommunicatorType mpiComm=MPIHelper ::getCommunicator()) |
|
template<class int_t > |
static SharedPtrType | createSimplexGrid (const FieldVector< ctype, dimworld > &lowerLeft, const FieldVector< ctype, dimworld > &upperRight, const std::array< int_t, dim > &elements, MPICommunicatorType mpiComm=MPIHelper ::getCommunicator()) |
|
template<class int_t > |
static SharedPtrType | createCubeGrid (const FieldVector< ctype, dimworld > &lowerLeft, const FieldVector< ctype, dimworld > &upperRight, const std::array< int_t, dim > &elements, MPICommunicatorType mpiComm=MPIHelper ::getCommunicator()) |
|
|
template<int codim, class Entity > |
int | subEntities (const Entity &entity) const |
|
◆ CollectiveCommunication
◆ ctype
◆ Grid
◆ MPICommunicatorType
◆ SharedPtrType
◆ This
◆ createCubeGrid() [1/3]
template<class int_t >
static SharedPtrType Dune::StructuredGridFactory< ALUGrid< dim, dimworld, eltype, refineType, Comm > >::createCubeGrid |
( |
const FieldVector< ctype, dimworld > & |
lowerLeft, |
|
|
const FieldVector< ctype, dimworld > & |
upperRight, |
|
|
const std::array< int_t, dim > & |
elements, |
|
|
MPICommunicatorType |
mpiComm = MPIHelper :: getCommunicator() |
|
) |
| |
|
inlinestatic |
◆ createCubeGrid() [2/3]
◆ createCubeGrid() [3/3]
◆ createCubeGridImpl()
template<class int_t >
static SharedPtrType Dune::StructuredGridFactory< ALUGrid< dim, dimworld, eltype, refineType, Comm > >::createCubeGridImpl |
( |
const FieldVector< ctype, dimworld > & |
lowerLeft, |
|
|
const FieldVector< ctype, dimworld > & |
upperRight, |
|
|
const std::array< int_t, dim > & |
elements, |
|
|
const CollectiveCommunication & |
comm, |
|
|
const std::string & |
name |
|
) |
| |
|
inlinestaticprotected |
◆ createSimplexGrid()
template<class int_t >
static SharedPtrType Dune::StructuredGridFactory< ALUGrid< dim, dimworld, eltype, refineType, Comm > >::createSimplexGrid |
( |
const FieldVector< ctype, dimworld > & |
lowerLeft, |
|
|
const FieldVector< ctype, dimworld > & |
upperRight, |
|
|
const std::array< int_t, dim > & |
elements, |
|
|
MPICommunicatorType |
mpiComm = MPIHelper :: getCommunicator() |
|
) |
| |
|
inlinestatic |
◆ subEntities()
template<int codim, class Entity >
The documentation for this class was generated from the following file: