SpECTRE Documentation Coverage Report
Current view: top level - Elliptic/Systems/Xcts/BoundaryConditions - Factory.hpp Hit Total Coverage
Commit: aabde07399ba7837e5db64eedfd0a21f31f96922 Lines: 0 2 0.0 %
Date: 2024-04-26 02:38:13
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 "Elliptic/BoundaryConditions/AnalyticSolution.hpp"
       7             : #include "Elliptic/Systems/Xcts/BoundaryConditions/ApparentHorizon.hpp"
       8             : #include "Elliptic/Systems/Xcts/BoundaryConditions/Flatness.hpp"
       9             : #include "Elliptic/Systems/Xcts/BoundaryConditions/Robin.hpp"
      10             : #include "Utilities/TMPL.hpp"
      11             : 
      12             : namespace Xcts::BoundaryConditions {
      13             : template <typename System>
      14           0 : using standard_boundary_conditions =
      15             :     tmpl::list<elliptic::BoundaryConditions::AnalyticSolution<System>,
      16             :                Flatness<System::enabled_equations>,
      17             :                Robin<System::enabled_equations>,
      18             :                ApparentHorizon<System::conformal_geometry>>;
      19             : }

Generated by: LCOV version 1.14