|
|
| ChangeFixedLtsRatio (std::vector< std::unique_ptr< StepChooser< StepChooserUse::LtsStep > > > step_choosers, const uint64_t delay_change, std::optional< std::vector< std::string > > regions, const Options::Context &context={}) |
|
template<typename DbTags, typename Metavariables, typename ArrayIndex, typename ParallelComponent> |
| void | operator() (const gsl::not_null< db::DataBox< DbTags > * > box, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &array_index, const ParallelComponent *const, const ObservationValue &) const |
|
template<typename Metavariables, typename ArrayIndex, typename Component> |
| bool | is_ready (Parallel::GlobalCache< Metavariables > &, const ArrayIndex &, const Component *const) const |
| bool | needs_evolved_variables () const override |
| | Whether the event uses anything depending on the evolved_variables. If this returns false, anything depending on the evolved variables may have an incorrect value when the event is run.
|
|
void | pup (PUP::er &p) override |
| std::unordered_map< std::type_index, StepperErrorTolerances > | tolerances () const override |
| | A map from the type of a variables tag to the tolerances for that variable.
|
|
| Event (CkMigrateMessage *msg) |
|
| WRAPPED_PUPable_abstract (Event) |
|
template<typename ComputeTagsList, typename DataBoxType, typename Metavariables, typename ArrayIndex, typename ComponentPointer> |
| void | run (const gsl::not_null< ObservationBox< ComputeTagsList, DataBoxType > * > box, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &array_index, const ComponentPointer, const ObservationValue &observation_value) const |
|
template<typename DbTags, typename Metavariables, typename ArrayIndex, typename ComponentPointer> |
| bool | is_ready (const db::DataBox< DbTags > &box, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &array_index, const ComponentPointer) const |