|
LIMEX plugin
|
For. More...
#include <limex_integrator.hpp>
Public Member Functions | |
| void | update_cost (std::vector< number > &m_costA, const std::vector< size_t > &nSteps, const size_t nstages) |
| provides the cost for all 0...nstages stages. | |
Public Member Functions inherited from ug::ILimexCostStrategy | |
| virtual | ~ILimexCostStrategy () |
| destructor | |
Protected Attributes | |
| double | m_cAssemble |
| double | m_cMatAdd |
| ! Cost for matrix assembly | |
| double | m_cSolution |
| ! Cost for J=A+B | |
| int | m_useGamma |
| ! Cost for solving Jx=b | |
For.
|
inlinevirtual |
provides the cost for all 0...nstages stages.
Implements ug::ILimexCostStrategy.