** More...
#include <estimator.hh>
Public Types | |
| typedef HashMap< Real >::iterator | iterator |
| typedef HashMap< Real >::const_iterator | const_iterator |
| typedef concepts::Realtype< F >::type | G |
| typedef F | value_type |
Public Member Functions | |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| uint | nelm () const |
| const Real | operator() (uint key) const |
| virtual LocalEstimator< F > * | clone () const =0 |
| Virtual copy constructor. | |
| virtual F | operator() (const Connector &cntr, const Real p, const Real t=0.0) const |
| virtual F | operator() (const Connector &cntr, const Real2d &p, const Real t=0.0) const |
| virtual F | operator() (const Connector &cntr, const Real3d &p, const Real t=0.0) const |
| const Real | getGlobal () const |
| virtual F | operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const |
| virtual F | operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const |
| virtual F | operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const |
| virtual F | operator() (const ElementWithCell< concepts::Realtype< F >::type > &elm, const Real p, const Real t=0.0) const=0 |
| virtual F | operator() (const ElementWithCell< concepts::Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
| virtual F | operator() (const ElementWithCell< concepts::Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
| virtual const F & | dflt_value () const |
| Gives default value. | |
| virtual F & | dflt_value () |
| Gives default value. | |
Protected Member Functions | |
| LocalEstimator (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 | |
| concepts::HashMap< Real > | locError_ |
| const concepts::SpaceOnCells< F > & | spc_ |
| const concepts::Vector< F > & | sol_ |
| Real | globError_ |
**
** ** Abstract Class representing Error Estimators of local kind. As local kind one means element wise error indicators.
Definition at line 91 of file estimator.hh.
| typedef HashMap<Real>::const_iterator concepts::LocalEstimator< F >::const_iterator |
Definition at line 96 of file estimator.hh.
|
inherited |
Definition at line 45 of file piecewiseFormula.hh.
| typedef HashMap<Real>::iterator concepts::LocalEstimator< F >::iterator |
Definition at line 95 of file estimator.hh.
|
inherited |
Definition at line 37 of file elementFormula.hh.
|
inlineprotected |
Definition at line 145 of file estimator.hh.
|
inline |
Definition at line 100 of file estimator.hh.
|
inline |
Definition at line 104 of file estimator.hh.
|
pure virtual |
Virtual copy constructor.
Implements concepts::PiecewiseFormulaBase< F >.
Implemented in concepts::ExplicitResidual< F >.
|
inlinevirtualinherited |
Gives default value.
Definition at line 83 of file piecewiseFormula.hh.
|
inlinevirtualinherited |
Gives default value.
Definition at line 81 of file piecewiseFormula.hh.
|
inline |
Definition at line 108 of file estimator.hh.
|
inline |
Definition at line 112 of file estimator.hh.
|
inlineinherited |
Definition at line 22 of file estimator.hh.
|
protectedpure virtual |
Returns information in an output stream.
Implements concepts::Estimator< F >.
Implemented in concepts::ExplicitResidual< F >.
|
inline |
Definition at line 116 of file estimator.hh.
|
inlinevirtual |
Gives the value in an particular cell on a particular point
| cell | topological cell |
| p | physical coordinates |
| t | time |
Implements concepts::PiecewiseFormulaBase< F >.
Definition at line 132 of file estimator.hh.
|
inlinevirtual |
Implements concepts::PiecewiseFormulaBase< F >.
Definition at line 135 of file estimator.hh.
|
inlinevirtual |
Implements concepts::PiecewiseFormulaBase< F >.
Definition at line 138 of file estimator.hh.
|
pure virtualinherited |
|
pure virtualinherited |
|
pure virtualinherited |
|
inlinevirtualinherited |
Definition at line 52 of file piecewiseFormula.hh.
|
inlinevirtualinherited |
Definition at line 57 of file piecewiseFormula.hh.
|
inlinevirtualinherited |
Definition at line 63 of file piecewiseFormula.hh.
|
inline |
Return the error on given local element, that belongs to the input key.
Definition at line 123 of file estimator.hh.
|
protectedinherited |
Definition at line 37 of file estimator.hh.
|
protected |
Definition at line 151 of file estimator.hh.
|
protectedinherited |
Definition at line 35 of file estimator.hh.
|
protectedinherited |
Definition at line 33 of file estimator.hh.