dune-grid  2.6-git
Namespaces | Classes | Functions
Dune::dgf Namespace Reference

Namespaces

 Expr
 

Classes

class  BasicBlock
 
class  BoundaryDomBlock
 
class  BoundarySegBlock
 
class  CubeBlock
 
class  DimBlock
 
struct  Domain
 
struct  DomainData
 
class  GeneralBlock
 
class  GridParameterBlock
 Common Grid parametersFor each grid implementation there is a set of parameters that can be passed via the GridParameter block to the momment of grid construction. Currently implemented common parameters are:

. More...
 
struct  IntervalBlock
 
struct  PeriodicFaceTransformationBlock
 
struct  PolygonBlock
 
struct  PolyhedronBlock
 
class  ProjectionBlock
 
class  SimplexBlock
 
class  SimplexGenerationBlock
 
struct  UGGridParameterBlock
 
class  VertexBlock
 
class  YaspGridParameterBlock
 Grid parameters for YaspGridThe YaspGridParameter class is in charge of passing parameters specific to YaspGrid to the grid construction. Current parameters are:

  1. overlap defining the overlap of the grid (default value is zero)

See the examplegrid5.dgf file for an example. More...

 

Functions

void makeupcase (std ::string &s)
 
std::ostream & operator<< (std::ostream &out, const IntervalBlock::Interval &interval)
 
std::ostream & operator<< (std::ostream &out, const PeriodicFaceTransformationBlock::AffineTransformation &trafo)
 
std::ostream & operator<< (std::ostream &out, const ProjectionBlock::Token &token)
 

Function Documentation

◆ makeupcase()

void Dune::dgf::makeupcase ( std ::string &  s)
inline

◆ operator<<() [1/3]

std::ostream& Dune::dgf::operator<< ( std::ostream &  out,
const PeriodicFaceTransformationBlock::AffineTransformation trafo 
)
inline

◆ operator<<() [2/3]

std::ostream& Dune::dgf::operator<< ( std::ostream &  out,
const IntervalBlock::Interval interval 
)
inline

◆ operator<<() [3/3]

std::ostream & Dune::dgf::operator<< ( std::ostream &  out,
const ProjectionBlock::Token &  token 
)