SpECTRE
v2024.12.16
|
A tag for indicating that a halt was called by a trigger associated with PhaseChange
s.
More...
#include <PhaseControlTags.hpp>
Public Types | |
using | type = bool |
using | combine_method = funcl::Or<> |
using | main_combine_method = combine_method |
A tag for indicating that a halt was called by a trigger associated with PhaseChange
s.
This is needed to disambiguate different quiescence conditions in the main chare. It is automatically included in PhaseControl::get_phase_change_tags
, so shouldn't be explicitly included in the phase_change_tags_and_combines
in derived classes of PhaseChange
.