dune-fem 2.8.0
Loading...
Searching...
No Matches
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

namespace  Dune
 
namespace  Dune::Fem
 
namespace  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
 
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)