SpECTRE Documentation Coverage Report
Current view: top level - Time/OptionTags - LocalTimeStepping.hpp Hit Total Coverage
Commit: c3e43f8d41800b0ecefb9d1393f1de1d5a280c8f Lines: 1 5 20.0 %
Date: 2026-07-24 22:09:25
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 "Evolution/Tags.hpp"
       7             : #include "Options/String.hpp"
       8             : #include "Time/LtsMode.hpp"
       9             : 
      10             : namespace OptionTags {
      11             : /// \ingroup OptionTagsGroup
      12             : /// \ingroup TimeGroup
      13             : /// \brief Local time-stepping mode for the evolution
      14           1 : struct LocalTimeStepping {
      15           0 :   using type = ::LtsMode;
      16           0 :   static constexpr Options::String help =
      17             :       "Local time-stepping mode for the evolution";
      18           0 :   using group = evolution::OptionTags::Group;
      19             : };
      20             : }  // namespace OptionTags

Generated by: LCOV version 1.14