SpECTRE Documentation Coverage Report
Current view: top level - Time/Triggers - TimeTriggers.hpp Hit Total Coverage
Commit: 3c072f0ce967e2e56649d3fa12aa2a0e4fe2a42e Lines: 1 2 50.0 %
Date: 2024-04-23 20:50:18
Legend: Lines: hit not hit

          Line data    Source code
       1           0 : // Distributed under the MIT License.
       2             : // See LICENSE.txt for details.
       3             : 
       4             : #pragma once
       5             : 
       6             : #include "Time/Triggers/NearTimes.hpp"
       7             : #include "Time/Triggers/OnSubsteps.hpp"
       8             : #include "Time/Triggers/SlabCompares.hpp"
       9             : #include "Time/Triggers/Slabs.hpp"
      10             : #include "Time/Triggers/TimeCompares.hpp"
      11             : #include "Time/Triggers/Times.hpp"
      12             : #include "Utilities/TMPL.hpp"
      13             : 
      14             : namespace Triggers {
      15             : /// \ingroup EventsAndTriggersGroup
      16             : /// Typelist of Time triggers
      17           1 : using time_triggers =
      18             :     tmpl::list<NearTimes, OnSubsteps, SlabCompares, Slabs, TimeCompares, Times>;
      19             : }  // namespace Triggers

Generated by: LCOV version 1.14