SpECTRE Documentation Coverage Report
Current view: top level - Evolution/DgSubcell/Tags - DataForRdmpTci.hpp Hit Total Coverage
Commit: 9ddc33268b29014a4956c8f0c24ca90b397463e1 Lines: 1 3 33.3 %
Date: 2024-04-26 20:00:04
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 "DataStructures/DataBox/Tag.hpp"
       7             : #include "Evolution/DgSubcell/RdmpTciData.hpp"
       8             : 
       9             : namespace evolution::dg::subcell::Tags {
      10             : /// The data for the RDMP troubled-cell indicator.
      11           1 : struct DataForRdmpTci : db::SimpleTag {
      12           0 :   using type = RdmpTciData;
      13             : };
      14             : }  // namespace evolution::dg::subcell::Tags

Generated by: LCOV version 1.14