|
LIMEX plugin
|
Evaluate difference between two functions (w.r.t various norms) More...
#include <time_extrapolation.h>
Public Types | |
| typedef ISubDiagErrorEst< TVector > | base_type |
| typedef GridFunction< TDomain, TAlgebra > | grid_function_type |
| typedef IComponentSpace< grid_function_type > | subspace_type |
| typedef CompositeSpace< grid_function_type > | composite_type |
Public Member Functions | |
| void | add (SmartPtr< subspace_type > spSubspace) |
| void | add (SmartPtr< composite_type > spCompositeSpace) |
| bool | update (SmartPtr< TVector > vUpdate, number alpha, SmartPtr< TVector > vFine, SmartPtr< TVector > vCoarse) |
| compute update vUpdate = vFine + alpha * (vFine- vCoarse) AND estimate error | alpha * (vFine- vCoarse)| | |
| std::string | config_string () const |
| print config string | |
Public Member Functions inherited from ug::ISubDiagErrorEst< TAlgebra::vector_type > | |
| number | get_current_estimate () |
| get estimate | |
| void | reset_estimate () |
Protected Types | |
| typedef TAlgebra::vector_type | TVector |
Protected Attributes | |
| std::vector< SmartPtr< subspace_type > > | m_spSubspaces |
Protected Attributes inherited from ug::ISubDiagErrorEst< TAlgebra::vector_type > | |
| number | m_est |
Evaluate difference between two functions (w.r.t various norms)
|
inlinevirtual |
print config string
Reimplemented from ug::ISubDiagErrorEst< TAlgebra::vector_type >.
|
inlinevirtual |
compute update vUpdate = vFine + alpha * (vFine- vCoarse) AND estimate error | alpha * (vFine- vCoarse)|
Implements ug::ISubDiagErrorEst< TAlgebra::vector_type >.