#include <marking.hh>
Public Member Functions | |
template<class F = concepts::Real> | |
MVMarking (const concepts::LocalEstimator< F > &estimator, concepts::Real sigma=0.75) | |
const concepts::Set< uint > & | marks () const |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Protected Attributes | |
concepts::Set< uint > | mark_ |
Mean value marking strategy.
Given local a posteriori estimates , of a domain partition . The mean value is computed as
.
Now given a choose value all elements $K\in\mathcal{P}$ are marked for refinement for which
.
Definition at line 151 of file marking.hh.
|
inline |
Constructor. @param estimator a local a posteriori error estimator @param sigma the choose value
Definition at line 159 of file marking.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 178 of file marking.hh.
|
inlineinherited |
Definition at line 17 of file marking.hh.
|
protectedinherited |
Definition at line 19 of file marking.hh.