Plugins
|
Abstract class for the cost of a limex stage. More...
#include <limex_integrator.hpp>
Public Member Functions | |
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. More... | |
virtual | ~ILimexCostStrategy () |
destructor More... | |
Abstract class for the cost of a limex stage.
The LimexTimeIntegrator requires a model for computing the cost per stage.
|
inlinevirtual |
destructor
|
pure virtual |
provides the cost for all 0...nstages stages.
Implemented in ug::LimexNonlinearCost, and ug::LimexDefaultCost.