Class documentation of Concepts

Loading...
Searching...
No Matches
estimator::Refinement< F > Class Template Referenceabstract

#include <refinement.hh>

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

Public Member Functions

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

Protected Member Functions

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

Detailed Description

template<class F = Real>
class estimator::Refinement< F >

Abstract class for all refinement strategies in arbitray dimension.

Definition at line 30 of file refinement.hh.

Member Function Documentation

◆ info()

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

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

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


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