SpECTRE Documentation Coverage Report
Current view: top level - Evolution/Imex/Tags - OptionGroup.hpp Hit Total Coverage
Commit: 965048f86d23c819715b3af1ca3f880c8145d4bb Lines: 1 5 20.0 %
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 <string>
       7             : 
       8             : #include "Evolution/Tags.hpp"
       9             : #include "Options/String.hpp"
      10             : 
      11             : namespace imex::OptionTags {
      12             : /// Option group for IMEX options
      13           1 : struct Group {
      14           0 :   static std::string name() { return "Imex"; }
      15           0 :   static constexpr Options::String help{"Options for IMEX evolution"};
      16           0 :   using group = evolution::OptionTags::Group;
      17             : };
      18             : }  // namespace imex::OptionTags

Generated by: LCOV version 1.14