SpECTRE Documentation Coverage Report
Current view: top level - Domain/Amr/Tags - Flags.hpp Hit Total Coverage
Commit: 9f349d3c09e1c03107f00c2135ca40e209d3b84c Lines: 2 4 50.0 %
Date: 2023-06-09 21:05:06
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 <array>
       7             : #include <cstddef>
       8             : 
       9             : #include "DataStructures/DataBox/Tag.hpp"
      10             : #include "Domain/Amr/Flag.hpp"
      11             : 
      12           1 : namespace amr::Tags {
      13             : /// amr::Flag%s for an Element.
      14             : template <size_t VolumeDim>
      15           1 : struct Flags : db::SimpleTag {
      16           0 :   using type = std::array<amr::Flag, VolumeDim>;
      17             : };
      18             : 
      19             : }  // namespace amr::Tags

Generated by: LCOV version 1.14