SpECTRE Documentation Coverage Report
Current view: top level - Evolution/Systems/Burgers - Tags.hpp Hit Total Coverage
Commit: aabde07399ba7837e5db64eedfd0a21f31f96922 Lines: 1 5 20.0 %
Date: 2024-04-26 02:38:13
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 "DataStructures/DataBox/Tag.hpp"
       9             : #include "DataStructures/DataVector.hpp"  // IWYU pragma: keep
      10             : #include "DataStructures/Tensor/TypeAliases.hpp"
      11             : 
      12             : namespace Burgers {
      13             : namespace Tags {
      14           0 : struct U : db::SimpleTag {
      15           0 :   using type = Scalar<DataVector>;
      16             : };
      17             : 
      18             : /// The characteristic speeds
      19           1 : struct CharacteristicSpeeds : db::SimpleTag {
      20           0 :   using type = std::array<DataVector, 1>;
      21             : };
      22             : }  // namespace Tags
      23             : }  // namespace Burgers

Generated by: LCOV version 1.14