#include <refinement.hh>
Public Types | |
enum | Mode { H = 0 , P = 1 } |
Public Member Functions | |
Prediction (const concepts::SpaceOnCells< F > &space, enum Mode mode=P, const Real hdec=sqrt(4.0), const Real pdec=sqrt(0.4), const Real nRdec=1.0) | |
void | buildRefinement (const Marking &mark, const concepts::LocalEstimator< F > &estimator) |
virtual void | apply (concepts::SpaceOnCells< F > &space) |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Protected Attributes | |
concepts::HashMap< concepts::AdaptiveAdjustP< dim > > | adjusts_ |
Prediction hp - adaptive refinement strategy, proposed by Melenk and Wohlmuth.
Currently just isotropic refinement, i.e.
Definition at line 99 of file refinement.hh.
enum estimator::Prediction::Mode |
Definition at line 107 of file refinement.hh.
|
inline |
Constructor for the prediction refinement strategy
space | |
mark | |
estimator | |
hdec | value for error decay supposed for h refinement |
pdec | value for error decay supposed for p-refinement pval |
nRdec | decay value for error change if no refinement is applied |
default values may set by the ones given in the paper of Melenk/Wolmuth, i.e.
Definition at line 122 of file refinement.hh.
|
inlinevirtual |
Definition at line 183 of file refinement.hh.
|
inlinevirtual |
Reimplemented from estimator::HP_Refinement< F, dim >.
Definition at line 237 of file refinement.hh.
|
inline |
Definition at line 187 of file refinement.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Implements estimator::Refinement< F >.
Definition at line 282 of file refinement.hh.
|
protectedinherited |
Definition at line 87 of file refinement.hh.