|
dune-grid
2.2.0
|
Some simple static information for a given GridType. More...
#include <dune/grid/io/file/dgfparser/dgfparser.hh>
Static Public Member Functions | |
| static int | refineStepsForHalf () |
| number of globalRefine steps needed to refuce h by 0.5 | |
| static double | refineWeight () |
Some simple static information for a given GridType.
| static int Dune::DGFGridInfo< GridType >::refineStepsForHalf | ( | ) | [static] |
number of globalRefine steps needed to refuce h by 0.5
Referenced by Dune::DGFGridInfo< GeometryGrid< HostGrid, CoordFunction, Allocator > >::refineStepsForHalf().
| static double Dune::DGFGridInfo< GridType >::refineWeight | ( | ) | [static] |
relation between volume of children to volume of father. If this is not a constant the return value is -1
1.7.6.1