dune-fem  2.8-git
Namespaces | Functions
doerfler.hh File Reference
#include <cstddef>
#include <algorithm>
#include <dune/grid/common/rangegenerators.hh>
#include <dune/fem/function/common/rangegenerators.hh>
#include <dune/fem/function/common/discretefunction.hh>
#include <dune/fem/marking/default.hh>

Go to the source code of this file.

Namespaces

 Dune
 
 Dune::Fem
 
 Dune::Fem::GridAdaptation
 

Functions

template<class Grid , class Indicator >
static std::pair< int, int > Dune::Fem::GridAdaptation::doerflerMarking (Grid &grid, const Indicator &indicator, const double theta, int maxLevel=-1)
 doerflerMarking More...
 
template<class Grid , class Indicator >
static std::pair< int, int > Dune::Fem::GridAdaptation::layeredDoerflerMarking (Grid &grid, const Indicator &indicator, const double tolerance, int maxLevel=-1, double nu=0.05)