|
LIMEX plugin
|
Evaluate using (algebraic) L2 norm. More...
#include <time_extrapolation.h>
Public Member Functions | |
| bool | update (SmartPtr< TVector > vUpdate, number alpha2, SmartPtr< TVector > vFine, SmartPtr< TVector > vCoarse) |
| compute update vUpdate = vFine + alpha * (vFine- vCoarse) AND estimate error | alpha * (vFine- vCoarse)| | |
Public Member Functions inherited from ug::ISubDiagErrorEst< TVector > | |
| number | get_current_estimate () |
| get estimate | |
| void | reset_estimate () |
| virtual std::string | config_string () const |
Protected Types | |
| typedef ISubDiagErrorEst< TVector > | base_type |
Additional Inherited Members | |
Protected Attributes inherited from ug::ISubDiagErrorEst< TVector > | |
| number | m_est |
Evaluate using (algebraic) L2 norm.
|
inlinevirtual |
compute update vUpdate = vFine + alpha * (vFine- vCoarse) AND estimate error | alpha * (vFine- vCoarse)|
Implements ug::ISubDiagErrorEst< TVector >.