SpECTRE Documentation Coverage Report
Current view: top level - Evolution/Systems/Ccz4/BoundaryConditions - Factory.hpp Hit Total Coverage
Commit: c428a3e2e0ca78fe0364ec1b0e0493c627d428d4 Lines: 1 2 50.0 %
Date: 2026-04-26 20:20:36
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 "Domain/BoundaryConditions/Periodic.hpp"
       7             : #include "Evolution/Systems/Ccz4/BoundaryConditions/BoundaryCondition.hpp"
       8             : #include "Evolution/Systems/Ccz4/BoundaryConditions/DirichletAnalytic.hpp"
       9             : #include "Evolution/Systems/Ccz4/BoundaryConditions/Sommerfeld.hpp"
      10             : #include "Utilities/TMPL.hpp"
      11             : 
      12             : namespace Ccz4::BoundaryConditions {
      13             : /// Typelist of standard BoundaryConditions
      14           1 : using standard_boundary_conditions =
      15             :     tmpl::list<DirichletAnalytic,
      16             :                domain::BoundaryConditions::Periodic<BoundaryCondition>,
      17             :                Sommerfeld>;
      18             : }  // namespace Ccz4::BoundaryConditions

Generated by: LCOV version 1.14