|
|
Result | is_triggered (const bool is_ready, const bool is_triggered, const double next_check) const noexcept |
| |
|
bool | is_ready (const bool is_ready) const noexcept |
| |
|
template<typename DbTags > |
| Result | is_triggered (const db::DataBox< DbTags > &box) const noexcept |
| | Check whether the trigger fires.
|
| |
|
template<typename DbTags > |
| bool | is_ready (const db::DataBox< DbTags > &box) const noexcept |
| | Check whether all data required to evaluate the trigger is available. The trigger is not responsible for checking whether dense output of the evolved variables is possible, but may need to check things such as the availability of FunctionOfTime data.
|
| |