|
LIMEX plugin
|
Interface for sub-diagonal error estimator (w.r.t time in Aitken-Neville scheme) More...
#include <time_extrapolation.h>
Public Member Functions | |
| virtual bool | update (SmartPtr< TVector > vUpdate, number alpha2, SmartPtr< TVector > vFine, SmartPtr< TVector > vCoarse)=0 |
| compute update vUpdate = vFine + alpha * (vFine- vCoarse) AND estimate error | alpha * (vFine- vCoarse)| | |
| number | get_current_estimate () |
| get estimate | |
| void | reset_estimate () |
| virtual std::string | config_string () const |
Protected Attributes | |
| number | m_est |
Interface for sub-diagonal error estimator (w.r.t time in Aitken-Neville scheme)
Given u_fine and u_coarse,
|
inlinevirtual |
|
pure virtual |
compute update vUpdate = vFine + alpha * (vFine- vCoarse) AND estimate error | alpha * (vFine- vCoarse)|
Implemented in ug::CompositeGridFunctionEstimator< TDomain, TAlgebra >, ug::GridFunctionEstimator< TDomain, TAlgebra >, ug::Norm2Estimator< TVector >, ug::NormInfEstimator< TVector >, ug::NormRelEstimator< TVector >, and ug::ScaledGridFunctionEstimator< TDomain, TAlgebra >.