SpECTRE Documentation Coverage Report
Current view: top level - ParallelAlgorithms/Amr - Tags.hpp Hit Total Coverage
Commit: f23e75c235cae5144b8ac7ce01280be5b8cd2c8a Lines: 0 4 0.0 %
Date: 2024-09-07 06:21:00
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 "Options/String.hpp"
       9             : 
      10             : /// Options for AMR
      11             : namespace amr::OptionTags {
      12             : 
      13           0 : struct AmrGroup {
      14           0 :   static std::string name() { return "Amr"; }
      15           0 :   static constexpr Options::String help =
      16             :       "Options for adaptive mesh refinement (AMR)";
      17             : };
      18             : 
      19             : }  // namespace amr::OptionTags

Generated by: LCOV version 1.14