dune-fem
2.8-git
|
#include <array>
#include <memory>
#include <dune/geometry/referenceelements.hh>
#include <dune/fem/gridpart/common/gridpart.hh>
#include <dune/fem/function/localfunction/const.hh>
Go to the source code of this file.
Classes | |
struct | Dune::Fem::GridAdaptation::Marker |
Namespaces | |
Dune | |
Dune::Fem | |
Dune::Fem::GridAdaptation | |
Functions | |
template<class Grid , class Indicator > | |
static std::pair< int, int > | Dune::Fem::GridAdaptation::mark (Grid &grid, Indicator &indicator, const double refineTolerance, const double coarsenTolerance, int minLevel=0, int maxLevel=-1, const bool markNeighbors=false) |