SpECTRE Documentation Coverage Report
Current view: top level - Elliptic/Systems/Poisson/BoundaryConditions - Factory.hpp Hit Total Coverage
Commit: 8f6d7ed2ad592dd78354983fd8e5ec2be7abb468 Lines: 0 3 0.0 %
Date: 2024-05-02 15:57:06
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