SpECTRE
v2024.09.29
|
A wrapper adding an always-true is_ready
function for a RunEventsAndDenseTriggers
postprocessor. This allows structs designed as mutate_apply arguments to be used without modification.
More...
#include <RunEventsAndDenseTriggers.hpp>
Static Public Member Functions | |
template<typename DbTagsList , typename... InboxTags, typename Metavariables , typename ArrayIndex , typename ParallelComponent > | |
static bool | is_ready (const gsl::not_null< db::DataBox< DbTagsList > * >, const gsl::not_null< tuples::TaggedTuple< InboxTags... > * >, Parallel::GlobalCache< Metavariables > &, const ArrayIndex &, const ParallelComponent *const) |
A wrapper adding an always-true is_ready
function for a RunEventsAndDenseTriggers
postprocessor. This allows structs designed as mutate_apply arguments to be used without modification.