Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
GeometricEstimator< GridType > Class Template Reference

Error estimator which marks an element for refinement if it fulfills a geometric condition. More...

#include <dune/fufem/estimators/geometricmarking.hh>

Static Public Member Functions

static void estimate (GridType &grid, bool(*refinementCondition)(const Dune::FieldVector< double, dim > &pos))
 
template<class BlockVectorType >
static void estimate (GridType &grid, bool(*refinementCondition)(const Dune::FieldVector< double, dimworld > &pos), const BlockVectorType &deformation)
 

Detailed Description

template<class GridType>
class GeometricEstimator< GridType >

Error estimator which marks an element for refinement if it fulfills a geometric condition.

Member Function Documentation

◆ estimate() [1/2]

template<class GridType >
static void GeometricEstimator< GridType >::estimate ( GridType &  grid,
bool(*)(const Dune::FieldVector< double, dim > &pos)  refinementCondition 
)
inlinestatic

◆ estimate() [2/2]

template<class GridType >
template<class BlockVectorType >
static void GeometricEstimator< GridType >::estimate ( GridType &  grid,
bool(*)(const Dune::FieldVector< double, dimworld > &pos)  refinementCondition,
const BlockVectorType &  deformation 
)
inlinestatic

The documentation for this class was generated from the following file: