dune-grid  2.4
Static Public Member Functions | List of all members
Dune::DGFGridInfo< GridType > Struct Template Reference

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 More...
 
static double refineWeight ()
 

Detailed Description

template<class GridType>
struct Dune::DGFGridInfo< GridType >

Some simple static information for a given GridType.

Member Function Documentation

template<class GridType >
static int Dune::DGFGridInfo< GridType >::refineStepsForHalf ( )
static
template<class GridType >
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

Referenced by Dune::DGFGridInfo< IdentityGrid< HostGrid > >::refineWeight().


The documentation for this struct was generated from the following file: