Class documentation of Concepts

Loading...
Searching...
No Matches
estimator::HP_Refinement< F, dim > Class Template Referenceabstract

#include <refinement.hh>

Inheritance diagram for estimator::HP_Refinement< F, dim >:
estimator::Refinement< F > concepts::OutputOperator estimator::AprioriVertex< F, dim > estimator::BuergRefinement< F > estimator::Prediction< F, dim >

Public Member Functions

virtual void apply (concepts::SpaceOnCells< F > &space)
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const =0
 Returns information in an output stream.
 

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>
virtual estimator::HP_Refinement< F, dim >::~HP_Refinement ( )
inlinevirtual

Definition at line 62 of file refinement.hh.

Member Function Documentation

◆ apply()

template<class F = Real, ushort dim = 2>
virtual void estimator::HP_Refinement< F, dim >::apply ( concepts::SpaceOnCells< F > &  space)
inlinevirtual

Implements estimator::Refinement< F >.

Definition at line 64 of file refinement.hh.

◆ info()

template<class F = Real>
virtual std::ostream & estimator::Refinement< F >::info ( std::ostream &  os) const
protectedpure virtualinherited

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Implemented in estimator::BuergRefinement< F >, estimator::Prediction< F, dim >, and estimator::AprioriVertex< F, dim >.

Member Data Documentation

◆ adjusts_

template<class F = Real, ushort dim = 2>
concepts::HashMap<concepts::AdaptiveAdjustP<dim> > estimator::HP_Refinement< F, dim >::adjusts_
protected

Definition at line 87 of file refinement.hh.


The documentation for this class was generated from the following file: