#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 


![\[ \overline\eta^2 = \frac{1}{\#\mathcal{P}} \sum\limits_{K\in\mathcal{P}} \eta_K^2 \]](form_294.png)
.
Now given a choose value 
![\[ \eta_K^2 \geq \sigma \overline\eta \]](form_296.png)
.
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.