Plugins
ug::LimexDefaultCost Class Reference

Cost is identical to (summation over) number of steps. More...

#include <limex_integrator.hpp>

+ Inheritance diagram for ug::LimexDefaultCost:

Public Member Functions

 LimexDefaultCost ()
 
void update_cost (std::vector< number > &m_costA, const std::vector< size_t > &m_vSteps, const size_t nstages)
 provides the cost for all 0...nstages stages. More...
 
- Public Member Functions inherited from ug::ILimexCostStrategy
virtual ~ILimexCostStrategy ()
 destructor More...
 

Detailed Description

Cost is identical to (summation over) number of steps.

Constructor & Destructor Documentation

◆ LimexDefaultCost()

ug::LimexDefaultCost::LimexDefaultCost ( )
inline

Member Function Documentation

◆ update_cost()

void ug::LimexDefaultCost::update_cost ( std::vector< number > &  costA,
const std::vector< size_t > &  vSteps,
const size_t  nstages 
)
inlinevirtual

provides the cost for all 0...nstages stages.

Implements ug::ILimexCostStrategy.

References UG_ASSERT, and UG_LOG.


The documentation for this class was generated from the following file: