SpECTRE Documentation Coverage Report
Current view: top level - Evolution - NumericInitialData.hpp Hit Total Coverage
Commit: fbcce2ed065a8e48da2f38009a84bbfbc0c260ee Lines: 1 2 50.0 %
Date: 2025-11-14 20:55:50
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 "Evolution/Protocols.hpp"
       7             : #include "Utilities/ProtocolHelpers.hpp"
       8             : 
       9             : namespace evolution {
      10             : 
      11             : /// Use in place of an analytic solution or analytic data to start an evolution
      12             : /// with numeric initial data loaded from a data file.
      13           1 : struct NumericInitialData : tt::ConformsTo<protocols::NumericInitialData> {};
      14             : 
      15             : }  // namespace evolution

Generated by: LCOV version 1.14