#include <dune/foamgrid/dgffoam.hh>
◆ Grid
template<int dim, int dimworld, class ctype >
typedef FoamGrid< dim, dimworld, ctype > Dune::DGFGridFactory< FoamGrid< dim, dimworld, ctype > >::Grid |
◆ MPICommunicatorType
template<int dim, int dimworld, class ctype >
◆ DGFGridFactory() [1/2]
template<int dim, int dimworld, class ctype >
Dune::DGFGridFactory< FoamGrid< dim, dimworld, ctype > >::DGFGridFactory |
( |
std::istream & |
input, |
|
|
MPICommunicatorType |
comm = MPIHelper::getCommunicator() |
|
) |
| |
|
inlineexplicit |
constructor taking istream
◆ DGFGridFactory() [2/2]
template<int dim, int dimworld, class ctype >
Dune::DGFGridFactory< FoamGrid< dim, dimworld, ctype > >::DGFGridFactory |
( |
const std::string & |
filename, |
|
|
MPICommunicatorType |
comm = MPIHelper::getCommunicator() |
|
) |
| |
|
inlineexplicit |
constructor taking filename
◆ boundaryId()
template<int dim, int dimworld, class ctype >
template<class GG , class II >
int Dune::DGFGridFactory< FoamGrid< dim, dimworld, ctype > >::boundaryId |
( |
const Dune::Intersection< GG, II > & |
intersection | ) |
const |
|
inline |
will return boundary segment index
◆ boundaryParameter()
template<int dim, int dimworld, class ctype >
template<class GG , class II >
const DGFBoundaryParameter::type& Dune::DGFGridFactory< FoamGrid< dim, dimworld, ctype > >::boundaryParameter |
( |
const Dune::Intersection< GG, II > & |
intersection | ) |
const |
|
inline |
◆ grid()
template<int dim, int dimworld, class ctype >
Grid* Dune::DGFGridFactory< FoamGrid< dim, dimworld, ctype > >::grid |
( |
| ) |
|
|
inline |
◆ haveBoundaryParameters()
template<int dim, int dimworld, class ctype >
bool Dune::DGFGridFactory< FoamGrid< dim, dimworld, ctype > >::haveBoundaryParameters |
( |
| ) |
const |
|
inline |
FoamGrid does not support boundary parameters.
◆ numParameters() [1/2]
template<int dim, int dimworld, class ctype >
template<int codim>
int Dune::DGFGridFactory< FoamGrid< dim, dimworld, ctype > >::numParameters |
( |
| ) |
const |
|
inline |
return number of parameters
◆ numParameters() [2/2]
template<int dim, int dimworld, class ctype >
template<class Entity >
int Dune::DGFGridFactory< FoamGrid< dim, dimworld, ctype > >::numParameters |
( |
const Entity & |
| ) |
const |
|
inline |
return number of parameters
◆ parameter() [1/2]
template<int dim, int dimworld, class ctype >
std::vector< double >& Dune::DGFGridFactory< FoamGrid< dim, dimworld, ctype > >::parameter |
( |
const typename Grid::template Codim< 0 >::Entity & |
element | ) |
|
|
inline |
return parameter for codim 0 entity
◆ parameter() [2/2]
template<int dim, int dimworld, class ctype >
std::vector< double >& Dune::DGFGridFactory< FoamGrid< dim, dimworld, ctype > >::parameter |
( |
const typename Grid::template Codim< dimension >::Entity & |
vertex | ) |
|
|
inline |
return parameter for vertex
◆ wasInserted()
template<int dim, int dimworld, class ctype >
template<class GG , class II >
bool Dune::DGFGridFactory< FoamGrid< dim, dimworld, ctype > >::wasInserted |
( |
const Dune::Intersection< GG, II > & |
intersection | ) |
const |
|
inline |
◆ dimension
template<int dim, int dimworld, class ctype >
const int Dune::DGFGridFactory< FoamGrid< dim, dimworld, ctype > >::dimension = dim |
|
static |
◆ dimensionWorld
template<int dim, int dimworld, class ctype >
const int Dune::DGFGridFactory< FoamGrid< dim, dimworld, ctype > >::dimensionWorld = dimworld |
|
static |
The documentation for this struct was generated from the following files: