#include <dune/foamgrid/dgffoam.hh>
|
| DGFGridFactory (std::istream &input, MPICommunicatorType comm=MPIHelper::getCommunicator()) |
| constructor taking istream
|
|
| DGFGridFactory (const std::string &filename, MPICommunicatorType comm=MPIHelper::getCommunicator()) |
| constructor taking filename
|
|
Grid * | grid () |
| return grid
|
|
template<class GG , class II > |
bool | wasInserted (const Dune::Intersection< GG, II > &intersection) const |
| please doc me
|
|
template<class GG , class II > |
int | boundaryId (const Dune::Intersection< GG, II > &intersection) const |
| will return boundary segment index
|
|
template<int codim> |
int | numParameters () const |
| return number of parameters
|
|
template<class Entity > |
int | numParameters (const Entity &) const |
| return number of parameters
|
|
std::vector< double > & | parameter (const typename Grid::template Codim< 0 >::Entity &element) |
| return parameter for codim 0 entity
|
|
std::vector< double > & | parameter (const typename Grid::template Codim< dimension >::Entity &vertex) |
| return parameter for vertex
|
|
bool | haveBoundaryParameters () const |
| FoamGrid does not support boundary parameters.
|
|
template<class GG , class II > |
const DGFBoundaryParameter::type & | boundaryParameter (const Dune::Intersection< GG, II > &intersection) const |
| return invalid value
|
|
◆ 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 >
typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< FoamGrid< dim, dimworld, ctype > >::MPICommunicatorType |
◆ 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: