Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::Estimator< F > Class Template Referenceabstract
Inheritance diagram for concepts::Estimator< F >:
concepts::OutputOperator concepts::LocalEstimator< F > concepts::ExplicitResidual< F >

Public Member Functions

const Real getGlobal () const
 

Protected Member Functions

 Estimator (const concepts::SpaceOnCells< F > &spc, const concepts::Vector< F > &sol)
 
virtual std::ostream & info (std::ostream &os) const =0
 Returns information in an output stream.
 

Protected Attributes

const concepts::SpaceOnCells< F > & spc_
 
const concepts::Vector< F > & sol_
 
Real globError_
 

Detailed Description

template<typename F>
class concepts::Estimator< F >

Definition at line 19 of file estimator.hh.

Constructor & Destructor Documentation

◆ Estimator()

template<typename F >
concepts::Estimator< F >::Estimator ( const concepts::SpaceOnCells< F > &  spc,
const concepts::Vector< F > &  sol 
)
inlineprotected

Definition at line 28 of file estimator.hh.

Member Function Documentation

◆ getGlobal()

template<typename F >
const Real concepts::Estimator< F >::getGlobal ( ) const
inline

Definition at line 22 of file estimator.hh.

◆ info()

template<typename F >
virtual std::ostream & concepts::Estimator< F >::info ( std::ostream &  os) const
protectedpure virtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Implemented in concepts::ExplicitResidual< F >, and concepts::LocalEstimator< F >.

Member Data Documentation

◆ globError_

template<typename F >
Real concepts::Estimator< F >::globError_
protected

Definition at line 37 of file estimator.hh.

◆ sol_

template<typename F >
const concepts::Vector<F>& concepts::Estimator< F >::sol_
protected

Definition at line 35 of file estimator.hh.

◆ spc_

template<typename F >
const concepts::SpaceOnCells<F>& concepts::Estimator< F >::spc_
protected

Definition at line 33 of file estimator.hh.


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