SpECTRE  v2024.04.12
AlwaysReadyPostprocessor< T > Struct Template Reference

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)
 

Detailed Description

template<typename T>
struct AlwaysReadyPostprocessor< T >

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.


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