SpECTRE  2021.08.02
Triggers::SlabCompares Class Reference

Trigger based on a comparison with the slab number. More...

#include <SlabCompares.hpp>

Classes

struct  Comparison
 
struct  Value
 

Public Types

using options = tmpl::list< Comparison, Value >
 
using argument_tags = tmpl::list< Tags::TimeStepId >
 

Public Member Functions

 SlabCompares (const Options::Comparator comparator, const uint64_t slab_number) noexcept
 
bool operator() (const TimeStepId &time_step_id) const noexcept
 
void pup (PUP::er &p) noexcept
 
- Public Member Functions inherited from Trigger
 WRAPPED_PUPable_abstract (Trigger)
 
template<typename DbTags >
bool is_triggered (const db::DataBox< DbTags > &box) noexcept
 

Static Public Attributes

static constexpr Options::String help
 

Detailed Description

Trigger based on a comparison with the slab number.

Member Data Documentation

◆ help

constexpr Options::String Triggers::SlabCompares::help
staticconstexpr
Initial value:
{
"Trigger based on a comparison with the slab number."}