SpECTRE Documentation Coverage Report
Current view: top level - Time/OptionTags - InitialSlabSize.hpp Hit Total Coverage
Commit: 965048f86d23c819715b3af1ca3f880c8145d4bb Lines: 1 6 16.7 %
Date: 2024-05-16 17:00:40
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 initial slab size
      13           1 : struct InitialSlabSize {
      14           0 :   using type = double;
      15           0 :   static constexpr Options::String help = "The initial slab size";
      16           0 :   static type lower_bound() { return 0.; }
      17           0 :   using group = evolution::OptionTags::Group;
      18             : };
      19             : }  // namespace OptionTags

Generated by: LCOV version 1.14