|
dune-grid
2.2.0
|
#include <dune/grid/io/file/dgfparser/dgfalu.hh>
Public Types | |
| typedef G | Grid |
| typedef MPIHelper::MPICommunicator | MPICommunicatorType |
| typedef Grid::template Codim < 0 >::Entity | Element |
| typedef Grid::template Codim < dimension >::Entity | Vertex |
| typedef Dune::GridFactory< Grid > | GridFactory |
Public Member Functions | |
| DGFBaseFactory () | |
| DGFBaseFactory (MPICommunicatorType comm) | |
| Grid * | grid () const |
| template<class Intersection > | |
| bool | wasInserted (const Intersection &intersection) const |
| template<class GG , template< class > class II> | |
| int | boundaryId (const Intersection< GG, II > &intersection) const |
| template<class GG , template< class > class II> | |
| const DGFBoundaryParameter::type & | boundaryParameter (const Intersection< GG, II > &intersection) const |
| template<int codim> | |
| int | numParameters () const |
| bool | haveBoundaryParameters () const |
| std::vector< double > & | parameter (const Element &element) |
| std::vector< double > & | parameter (const Vertex &vertex) |
Static Public Attributes | |
| static const int | dimension = Grid::dimension |
Protected Member Functions | |
| bool | generateALUGrid (const ALUGridElementType eltype, std::istream &file, MPICommunicatorType communicator, const std::string &filename) |
| bool | generateALU2dGrid (const ALUGridElementType eltype, std::istream &file, MPICommunicatorType communicator, const std::string &filename) |
Static Protected Member Functions | |
| static Grid * | callDirectly (const char *gridname, const int rank, const char *filename, MPICommunicatorType communicator) |
| static bool | fileExists (const char *fileName) |
| static int | rank (MPICommunicatorType MPICOMM) |
| static int | size (MPICommunicatorType MPICOMM) |
Protected Attributes | |
| Grid * | grid_ |
| GridFactory | factory_ |
| DuneGridFormatParser | dgf_ |
| typedef Grid::template Codim<0>::Entity Dune::DGFBaseFactory< G >::Element |
| typedef G Dune::DGFBaseFactory< G >::Grid |
| typedef Dune::GridFactory<Grid> Dune::DGFBaseFactory< G >::GridFactory |
| typedef MPIHelper::MPICommunicator Dune::DGFBaseFactory< G >::MPICommunicatorType |
Reimplemented in Dune::DGFGridFactory< ALUGrid< 2, dimw, eltype, refinementtype, Comm > >, Dune::DGFGridFactory< ALUCubeGrid< 2, dimw > >, Dune::DGFGridFactory< ALUSimplexGrid< 2, dimw > >, Dune::DGFGridFactory< ALUConformGrid< 2, dimw > >, and Dune::DGFGridFactory< ALUGrid< 3, 3, eltype, refinementtype, Comm > >.
| typedef Grid::template Codim<dimension>::Entity Dune::DGFBaseFactory< G >::Vertex |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
protected |
|
protected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestaticprotected |
|
inlinestaticprotected |
Referenced by Dune::DGFBaseFactory< ALUCubeGrid< 2, dimw > >::size().
|
inline |
|
protected |
Referenced by Dune::DGFBaseFactory< ALUCubeGrid< 2, dimw > >::boundaryId(), Dune::DGFBaseFactory< ALUCubeGrid< 2, dimw > >::boundaryParameter(), Dune::DGFBaseFactory< ALUCubeGrid< 2, dimw > >::haveBoundaryParameters(), Dune::DGFBaseFactory< ALUCubeGrid< 2, dimw > >::numParameters(), and Dune::DGFBaseFactory< ALUCubeGrid< 2, dimw > >::parameter().
|
static |
Reimplemented in Dune::DGFGridFactory< ALUGrid< 2, dimw, eltype, refinementtype, Comm > >, Dune::DGFGridFactory< ALUCubeGrid< 2, dimw > >, Dune::DGFGridFactory< ALUSimplexGrid< 2, dimw > >, and Dune::DGFGridFactory< ALUConformGrid< 2, dimw > >.
Referenced by Dune::DGFBaseFactory< ALUCubeGrid< 2, dimw > >::boundaryId(), Dune::DGFBaseFactory< ALUCubeGrid< 2, dimw > >::boundaryParameter(), and Dune::DGFBaseFactory< ALUCubeGrid< 2, dimw > >::numParameters().
|
protected |
|
protected |
Referenced by Dune::DGFBaseFactory< ALUCubeGrid< 2, dimw > >::grid().
1.8.1