concepts::Estimator< F > Class Template Referenceabstract

#include <estimator.hh>

Inheritance diagram for concepts::Estimator< F >:
concepts::OutputOperator concepts::LocalEstimator< F > concepts::ExplicitResidual< F > hp2D::ImplicitEquilibratedA0< F > hp1D::ExplicitResidual1D< F > hp2D::ExplicitResidual2D< 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. More...
 

Protected Attributes

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

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

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:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich