SpECTRE Documentation Coverage Report
Current view: top level - Evolution/Systems/NewtonianEuler/BoundaryCorrections - Factory.hpp Hit Total Coverage
Commit: de0084593a37be7727c6c4da0be2184b0f8d9ed4 Lines: 1 3 33.3 %
Date: 2025-11-04 23:26:01
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 <cstddef>
       7             : 
       8             : #include "Evolution/Systems/NewtonianEuler/BoundaryCorrections/Hll.hpp"
       9             : #include "Evolution/Systems/NewtonianEuler/BoundaryCorrections/Hllc.hpp"
      10             : #include "Evolution/Systems/NewtonianEuler/BoundaryCorrections/Rusanov.hpp"
      11             : #include "Utilities/TMPL.hpp"
      12             : 
      13           1 : namespace NewtonianEuler::BoundaryCorrections {
      14             : template <size_t Dim>
      15           0 : using standard_boundary_corrections =
      16             :     tmpl::list<Hll<Dim>, Hllc<Dim>, Rusanov<Dim>>;
      17             : }  // namespace NewtonianEuler::BoundaryCorrections

Generated by: LCOV version 1.14