SpECTRE Documentation Coverage Report
Current view: top level - Time/OptionTags - InitialTime.hpp Hit Total Coverage
Commit: ce61833d69a3cff0efc657f4fdb7d49c1242773c Lines: 1 6 16.7 %
Date: 2025-02-07 02:28:45
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             : 
       9             : namespace OptionTags {
      10             : /// \ingroup OptionTagsGroup
      11             : /// \ingroup TimeGroup
      12             : /// \brief The time at which to start the simulation
      13           1 : struct InitialTime {
      14           0 :   using type = double;
      15           0 :   static constexpr Options::String help = {
      16             :       "The time at which the evolution is started."};
      17           0 :   static type suggested_value() { return 0.0; }
      18           0 :   using group = evolution::OptionTags::Group;
      19             : };
      20             : }  // namespace OptionTags

Generated by: LCOV version 1.14