SpECTRE  v2024.04.12
elliptic::Triggers::HasConverged< Label > Class Template Reference

Trigger when the solver identified by the Label has converged. More...

#include <HasConverged.hpp>

Public Types

using options = tmpl::list<>
 
using argument_tags = tmpl::list< Convergence::Tags::HasConverged< Label > >
 

Public Member Functions

bool operator() (const Convergence::HasConverged &has_converged) const
 
- Public Member Functions inherited from Trigger
 WRAPPED_PUPable_abstract (Trigger)
 
template<typename DbTags >
bool is_triggered (const db::DataBox< DbTags > &box) const
 

Static Public Attributes

static constexpr Options::String help
 

Detailed Description

template<typename Label>
class elliptic::Triggers::HasConverged< Label >

Trigger when the solver identified by the Label has converged.

Member Data Documentation

◆ help

template<typename Label >
constexpr Options::String elliptic::Triggers::HasConverged< Label >::help
staticconstexpr
Initial value:
{
"Trigger when the solver has converged."}

The documentation for this class was generated from the following file: