#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.
|
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
|
|
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) |
|