A function to mark element for refinement or coarsening.
#include <dune/grid/common/rangegenerators.hh>Go to the source code of this file.
Namespaces | |
| namespace | Dumux |
Functions | |
| template<class Grid, class Indicator> | |
| bool | Dumux::markElements (Grid &grid, const Indicator &indicator, bool verbose=true) |
| A function to mark element for refinement or coarsening. | |