SpECTRE Documentation Coverage Report
Current view: top level - Evolution/Systems/Ccz4/Solutions - Factory.hpp Hit Total Coverage
Commit: 107e15b340886ae54549b1baa4bfc92e676f667e Lines: 1 2 50.0 %
Date: 2026-09-17 16:38:56
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/Systems/Ccz4/Ccz4WrappedGr.hpp"
       7             : #include "PointwiseFunctions/AnalyticSolutions/GeneralRelativity/HighSpinKerrPuncture.hpp"
       8             : #include "PointwiseFunctions/AnalyticSolutions/GeneralRelativity/KerrSchild.hpp"
       9             : #include "PointwiseFunctions/AnalyticSolutions/GeneralRelativity/Minkowski.hpp"
      10             : #include "PointwiseFunctions/AnalyticSolutions/GeneralRelativity/TrumpetSchwarzschild.hpp"
      11             : #include "Utilities/TMPL.hpp"
      12             : 
      13             : namespace Ccz4::Solutions {
      14             : /// \brief List of all Ccz4 analytic solutions
      15             : /// Right now it only makes sense to do TrumpetSchwarzschild,
      16             : /// HighSpinKerrPuncture, or time-independent solutions because we can either
      17             : /// use 1+log slicing with Gamma-driver or not evolve the gauge at all. We will
      18             : /// allow analytic lapse and shift in the future.
      19           1 : using all_solutions =
      20             :     tmpl::list<Ccz4WrappedGr<gr::Solutions::HighSpinKerrPuncture>,
      21             :                Ccz4WrappedGr<gr::Solutions::KerrSchild>,
      22             :                Ccz4WrappedGr<gr::Solutions::Minkowski<3>>,
      23             :                Ccz4WrappedGr<gr::Solutions::TrumpetSchwarzschild>>;
      24             : }  // namespace Ccz4::Solutions

Generated by: LCOV version 1.14