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 >:
estimator::Refinement< Real > concepts::OutputOperator

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

Definition at line 62 of file refinement.hh.

Member Function Documentation

◆ apply() [1/2]

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

Definition at line 64 of file refinement.hh.

◆ apply() [2/2]

virtual void estimator::Refinement< Real >::apply ( concepts::SpaceOnCells< Real > &  space)
pure virtualinherited

◆ info()

virtual std::ostream& estimator::Refinement< Real >::info ( std::ostream &  os) const
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>
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:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich