dune-grid 2.9.0
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

◆ refineStepsForHalf()

template<class GridType >
static int Dune::DGFGridInfo< GridType >::refineStepsForHalf ( )
static

number of globalRefine steps needed to refuce h by 0.5

◆ refineWeight()

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


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