SpECTRE  v2026.04.01
Loading...
Searching...
No Matches
elliptic::Triggers Namespace Reference

Triggers for elliptic executables. More...

Classes

class  EveryNIterations
 Trigger every N iterations of the solver identifid by the Label, after a given offset. More...
class  HasConverged
 Trigger when the solver identified by the Label has converged. More...

Typedefs

template<typename Label>
using all_triggers

Detailed Description

Triggers for elliptic executables.

Typedef Documentation

◆ all_triggers

template<typename Label>
using elliptic::Triggers::all_triggers
Initial value:
tmpl::push_front<::Triggers::logical_triggers, EveryNIterations<Label>,
Trigger when the solver identified by the Label has converged.
Definition HasConverged.hpp:19