#include <finished_conditions.hpp>
◆ TemporalFinishedCondition()
ug::TemporalFinishedCondition::TemporalFinishedCondition |
( |
number |
end_time, |
|
|
number |
max_step_size, |
|
|
number |
relative_precision_bound |
|
) |
| |
|
inline |
◆ check_finished()
bool ug::TemporalFinishedCondition::check_finished |
( |
number |
time, |
|
|
int |
step |
|
) |
| |
|
inlinevirtual |
◆ set_max_step_size()
void ug::TemporalFinishedCondition::set_max_step_size |
( |
number |
max_step_size | ) |
|
|
inline |
◆ m_end_time
number ug::TemporalFinishedCondition::m_end_time |
|
private |
◆ m_max_step_size
number ug::TemporalFinishedCondition::m_max_step_size |
|
private |
◆ m_relative_precision_bound
number ug::TemporalFinishedCondition::m_relative_precision_bound |
|
private |
The documentation for this class was generated from the following file: