SpECTRE Documentation Coverage Report
Current view: top level - PointwiseFunctions/AnalyticSolutions/Burgers - Factory.hpp Hit Total Coverage
Commit: 22d59f0ec25cca6837adf897838d802980351e0d Lines: 1 2 50.0 %
Date: 2024-04-27 04:42:14
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/AnalyticSolutions/Burgers/Bump.hpp"
       7             : #include "PointwiseFunctions/AnalyticSolutions/Burgers/Linear.hpp"
       8             : #include "PointwiseFunctions/AnalyticSolutions/Burgers/Step.hpp"
       9             : #include "Utilities/TMPL.hpp"
      10             : 
      11             : namespace Burgers::Solutions {
      12             : /// \brief List of all analytic solutions
      13           1 : using all_solutions = tmpl::list<Bump, Linear, Step>;
      14             : }  // namespace Burgers::Solutions

Generated by: LCOV version 1.14