|
LIMEX plugin
|
Evaluate using (algebraic) infinity 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)| | |
| void | set_offset (int offset) |
| void | set_stride (int delta) |
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 |
Protected Attributes | |
| int | m_stride |
| int | m_offset |
Protected Attributes inherited from ug::ISubDiagErrorEst< TVector > | |
| number | m_est |
Evaluate using (algebraic) infinity norm.
Optional: provide component offset o and stride s, such that vector is evaluated at vec[o+k*s]
|
inlinevirtual |
compute update vUpdate = vFine + alpha * (vFine- vCoarse) AND estimate error | alpha * (vFine- vCoarse)|
Implements ug::ISubDiagErrorEst< TVector >.