SpECTRE  2021.08.02
DenseTrigger::Result Struct Reference

Result type for the is_triggered method. More...

#include <DenseTrigger.hpp>

Public Attributes

bool is_triggered
 
double next_check
 

Detailed Description

Result type for the is_triggered method.

This indicates whether the trigger has fired and the next time the trigger should be checked. The consumer is not required to wait until the requested time before testing the trigger again.