concepts::Estimator< F > Class Template Referenceabstract
#include <estimator.hh>
Inheritance diagram for concepts::Estimator< 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 >
|
inlineprotected |
Definition at line 28 of file estimator.hh.
Member Function Documentation
◆ getGlobal()
template<typename F >
|
inline |
Definition at line 22 of file estimator.hh.
◆ info()
template<typename F >
|
protectedpure virtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Implemented in concepts::LocalEstimator< F >, hp2D::ImplicitEquilibratedA0< F >, hp2D::ExplicitResidual2D< F >, hp1D::ExplicitResidual1D< F >, and concepts::ExplicitResidual< F >.
Member Data Documentation
◆ globError_
template<typename F >
|
protected |
Definition at line 37 of file estimator.hh.
◆ sol_
template<typename F >
|
protected |
Definition at line 35 of file estimator.hh.
◆ spc_
template<typename F >
|
protected |
Definition at line 33 of file estimator.hh.
The documentation for this class was generated from the following file:
- estimator/estimator.hh