SpECTRE Documentation Coverage Report
Current view: top level - Elliptic/Systems/Poisson/BoundaryConditions - Factory.hpp Hit Total Coverage
Commit: c428a3e2e0ca78fe0364ec1b0e0493c627d428d4 Lines: 0 3 0.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 "Elliptic/BoundaryConditions/AnalyticSolution.hpp"
       7             : #include "Elliptic/Systems/Poisson/BoundaryConditions/Robin.hpp"
       8             : #include "Utilities/TMPL.hpp"
       9             : 
      10           0 : namespace Poisson::BoundaryConditions {
      11             : 
      12             : template <typename System>
      13           0 : using standard_boundary_conditions =
      14             :     tmpl::list<elliptic::BoundaryConditions::AnalyticSolution<System>,
      15             :                Robin<System::volume_dim>>;
      16             : 
      17             : }

Generated by: LCOV version 1.14