|
LIMEX plugin
|
Abstract class for the cost of a limex stage. More...
#include <limex_integrator.hpp>
Public Member Functions | |
| virtual | ~ILimexCostStrategy () |
| destructor | |
| virtual void | update_cost (std::vector< number > &costA, const std::vector< size_t > &vSteps, const size_t nstages)=0 |
| provides the cost for all 0...nstages stages. | |
Abstract class for the cost of a limex stage.
The LimexTimeIntegrator requires a model for computing the cost per stage.
|
pure virtual |
provides the cost for all 0...nstages stages.
Implemented in ug::LimexDefaultCost, and ug::LimexNonlinearCost.