estimator::MVMarking Class Reference
Mean value marking strategy. More...
#include <marking.hh>
Public Member Functions | |
const concepts::Set< uint > & | marks () const |
template<class F = concepts::Real> | |
MVMarking (const concepts::LocalEstimator< F > &estimator, concepts::Real sigma=0.75) | |
Constructor. More... | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Protected Attributes | |
concepts::Set< uint > | mark_ |
Private Attributes | |
concepts::Real | oEta_2_ |
concepts::Real | sigma_ |
Detailed Description
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.
Constructor & Destructor Documentation
◆ MVMarking()
|
inline |
Constructor.
@param estimator a local a posteriori error estimator @param sigma the choose value
Definition at line 159 of file marking.hh.
Member Function Documentation
◆ info()
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 178 of file marking.hh.
◆ marks()
|
inlineinherited |
Definition at line 17 of file marking.hh.
Member Data Documentation
◆ mark_
|
protectedinherited |
Definition at line 19 of file marking.hh.
◆ oEta_2_
|
private |
Definition at line 185 of file marking.hh.
◆ sigma_
|
private |
Definition at line 187 of file marking.hh.
The documentation for this class was generated from the following file:
- estimator/marking.hh