SpECTRE Documentation Coverage Report
Current view: top level - PointwiseFunctions/AnalyticData/GhScalarTensor - Factory.hpp Hit Total Coverage
Commit: 965048f86d23c819715b3af1ca3f880c8145d4bb Lines: 1 3 33.3 %
Date: 2024-05-16 17:00:40
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 "PointwiseFunctions/AnalyticData/ScalarTensor/KerrSphericalHarmonic.hpp"
       7             : #include "PointwiseFunctions/AnalyticSolutions/GeneralRelativity/WrappedGr.hpp"
       8             : #include "Utilities/TMPL.hpp"
       9             : 
      10             : /// ScalarTensor solutions wrapped for GH
      11           0 : namespace gh::ScalarTensor::AnalyticData {
      12             : 
      13             : /// \brief List of all analytic solutions
      14           1 : using all_analytic_data = tmpl::list<gh::Solutions::WrappedGr<
      15             :     ::ScalarTensor::AnalyticData::KerrSphericalHarmonic>>;
      16             : 
      17             : }  // namespace gh::ScalarTensor::AnalyticData

Generated by: LCOV version 1.14