estimator.hh
Go to the documentation of this file.
47 // Estimator1D(const concepts::SpaceOnCells<F>& spc,const concepts::Vector<F>& sol):Estimator<F>(spc,sol){};
63 // Estimator2D(const concepts::SpaceOnCells<F>& spc,const concepts::Vector<F>& sol):Estimator<F>(spc,sol){};
78 // Estimator3D(const concepts::SpaceOnCells<F>& spc,const concepts::Vector<F>& sol):Estimator<F>(spc,sol){};
145 LocalEstimator(const concepts::SpaceOnCells<F>& spc, const concepts::Vector<F>& sol):Estimator<F>(spc,sol){};
Piecewise defined function on a number of cells.
Definition: piecewiseFormula.hh:43
virtual F operator()(const Connector &cntr, const Real2d &p, const Real t=0.0) const
Definition: estimator.hh:135
LocalEstimator(const concepts::SpaceOnCells< F > &spc, const concepts::Vector< F > &sol)
Definition: estimator.hh:145
virtual F operator()(const Connector &cntr, const Real3d &p, const Real t=0.0) const
Definition: estimator.hh:138
Estimator(const concepts::SpaceOnCells< F > &spc, const concepts::Vector< F > &sol)
Definition: estimator.hh:28
#define conceptsAssert(cond, exc)
Assert that a certain condition is fulfilled.
Definition: exceptions.hh:394
Definition: estimator.hh:19
HashMap< Real >::const_iterator const_iterator
Definition: estimator.hh:96
virtual F operator()(const Connector &cntr, const Real p, const Real t=0.0) const
Gives the value in an particular cell on a particular point.
Definition: estimator.hh:132
const Real operator()(uint key) const
Return the error on given local element, that belongs to the input key.
Definition: estimator.hh:123
Definition: hashMap.hh:19
virtual std::ostream & info(std::ostream &os) const =0
Returns information in an output stream.
virtual std::ostream & info(std::ostream &os) const =0
Returns information in an output stream.