estimator::HP_Refinement< F, dim > Class Template Referenceabstract
Abstract Class for h refinement only, i.e. More...
#include <refinement.hh>
Inheritance diagram for estimator::HP_Refinement< F, dim >:
Public Member Functions | |
virtual void | apply (concepts::SpaceOnCells< F > &space) |
virtual void | apply (concepts::SpaceOnCells< Real > &space)=0 |
virtual | ~HP_Refinement () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const=0 |
Returns information in an output stream. More... | |
Protected Attributes | |
concepts::HashMap< concepts::AdaptiveAdjustP< dim > > | adjusts_ |
Detailed Description
template<class F = Real, ushort dim = 2>
class estimator::HP_Refinement< F, dim >
Abstract Class for h refinement only, i.e.
bisection in each direction or half splitting in one direction.
Definition at line 59 of file refinement.hh.
Constructor & Destructor Documentation
◆ ~HP_Refinement()
template<class F = Real, ushort dim = 2>
|
inlinevirtual |
Definition at line 62 of file refinement.hh.
Member Function Documentation
◆ apply() [1/2]
template<class F = Real, ushort dim = 2>
|
inlinevirtual |
Definition at line 64 of file refinement.hh.
◆ apply() [2/2]
|
pure virtualinherited |
Implemented in estimator::HP_Refinement< Real, 2 >.
◆ info()
|
protectedpure virtualinherited |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Implemented in estimator::AprioriVertex< F, dim >, estimator::Prediction< F, dim >, and estimator::BuergRefinement< F >.
Member Data Documentation
◆ adjusts_
template<class F = Real, ushort dim = 2>
|
protected |
Definition at line 87 of file refinement.hh.
The documentation for this class was generated from the following file:
- estimator/refinement.hh