#include <buergDoerfler.hh>
Public Member Functions | |
BuergRefinement (Real theta=0.35) | |
virtual | ~BuergRefinement () |
Destructor. | |
void | buildRefinement (const Marking< F > &mark, const LocalEstimator< F > &estimator) |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
virtual void | apply (concepts::SpaceOnCells< F > &space) |
Protected Attributes | |
concepts::HashMap< concepts::AdaptiveAdjustP< dim > > | adjusts_ |
Actual refinement hp rule that generalizes dörflers bulk marking.
Definition at line 385 of file buergDoerfler.hh.
estimator::BuergRefinement< F >::BuergRefinement | ( | Real | theta = 0.35 | ) |
Constructor
|
inlinevirtualinherited |
Implements estimator::Refinement< F >.
Definition at line 64 of file refinement.hh.
|
virtual |
Returns information in an output stream.
Implements estimator::Refinement< F >.
|
protectedinherited |
Definition at line 87 of file refinement.hh.