|
SpECTRE
v2025.08.19
|
A tag for indicating that a halt was called by a trigger associated with PhaseChanges.
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 PhaseChanges.
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.