exactEstimator.hh
Go to the documentation of this file.
concepts::Sequence< const concepts::ElementFormula< F > * > norm_apprx_fs_
Definition: exactEstimator.hh:119
Definition: buergDoerfler.hh:18
void addErrorContr(const concepts::ElementFormula< G > *efrm, const concepts::ElementFormula< H > *afrm, Real s=1.0, const concepts::ElementFormula< F > *w=0)
Sets individual norm contributions up to now everything in L2 norm.
Definition: exactEstimator.hh:64
ExactEstimator(const concepts::SpaceOnCells< F > &spc, const concepts::Vector< F > &sol)
Constructur of the exact error estimator.
Definition: exactEstimator.hh:41
Real L2product(const ElementWithCell< G > &elm, const ElementFormula< F, G > &u, const ElementFormula< Real > *c=0, const Real t=0.0, IntegrationCell::intFormType form=IntegrationCell::ZERO)
Returns the L2 product or with c weighted L2 product of an element formula u over the cell belonging ...
Definition: integral.hh:214
#define conceptsAssert(cond, exc)
Assert that a certain condition is fulfilled.
Definition: exceptions.hh:394
Abstract class representing the explicit residual a posteriori error estimator.
Definition: exactEstimator.hh:30
virtual std::ostream & info(std::ostream &os) const
Definition: exactEstimator.hh:109
Interface for a formula defined element by element.
Definition: elementFormula.hh:35
Sequence with operations, output operator, and method of the particular element types.
Definition: sequence.hh:39
virtual const Cell & cell() const =0
Returns the cell on which the element is built.
concepts::Sequence< Real > norm_s_
Definition: exactEstimator.hh:121
concepts::Sequence< const concepts::ElementFormula< F > * > norm_exact_fs_
Definition: exactEstimator.hh:118
virtual ExactEstimator< F > * clone() const
Definition: exactEstimator.hh:105
concepts::Sequence< const concepts::ElementFormula< F > * > norm_ws_
Definition: exactEstimator.hh:120