dune-grid
2.1.1
|
Namespaces | |
namespace | Expr |
Classes | |
class | BasicBlock |
class | VertexBlock |
class | SimplexGenerationBlock |
class | SimplexBlock |
class | CubeBlock |
class | BoundaryDomBlock |
class | BoundarySegBlock |
class | DimBlock |
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: 1. name: The name of the grid ( later returned by the method grid.name() ). 2. refinementedge: parameter to specify the refinement edge in simplices. Valid values are arbitrary (which is the default value) and longest which marks the longest edge/face of each simplex to be the refinement edge. See also the examplegrid5.dgf file for examples. More... | |
struct | IntervalBlock |
struct | PeriodicFaceTransformationBlock |
class | ProjectionBlock |
class | UGGridParameterBlock |
Grid parameters for UGGrid. More... | |
class | YaspGridParameterBlock |
Grid parameters for YaspGridThe YaspGridParameter class is in charge of passing parameters specific to YaspGrid to the grid construction. Current parameters are: 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) |
void Dune::dgf::makeupcase | ( | std::string & | s | ) | [inline] |
std::ostream& Dune::dgf::operator<< | ( | std::ostream & | out, |
const IntervalBlock::Interval & | interval | ||
) | [inline] |
std::ostream& Dune::dgf::operator<< | ( | std::ostream & | out, |
const PeriodicFaceTransformationBlock::AffineTransformation & | trafo | ||
) | [inline] |
std::ostream & Dune::dgf::operator<< | ( | std::ostream & | out, |
const ProjectionBlock::Token & | token | ||
) |