SpECTRE Documentation Coverage Report
Current view: top level - Domain/Creators - Factory3D.hpp Hit Total Coverage
Commit: 1f2210958b4f38fdc0400907ee7c6d5af5111418 Lines: 0 1 0.0 %
Date: 2025-12-05 05:03:31
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 "Domain/Creators/AlignedLattice.hpp"
       9             : #include "Domain/Creators/BinaryCompactObject.hpp"
      10             : #include "Domain/Creators/CartoonCylinder.hpp"
      11             : #include "Domain/Creators/CartoonSphere1D.hpp"
      12             : #include "Domain/Creators/CartoonSphere2D.hpp"
      13             : #include "Domain/Creators/Cylinder.hpp"
      14             : #include "Domain/Creators/CylindricalBinaryCompactObject.hpp"
      15             : #include "Domain/Creators/Factory.hpp"
      16             : #include "Domain/Creators/FrustalCloak.hpp"
      17             : #include "Domain/Creators/NonconformingSphericalShells.hpp"
      18             : #include "Domain/Creators/Rectilinear.hpp"
      19             : #include "Domain/Creators/RotatedBricks.hpp"
      20             : #include "Domain/Creators/Sphere.hpp"
      21             : #include "Domain/Creators/SphericalShells.hpp"
      22             : #include "Utilities/TMPL.hpp"
      23             : 
      24             : namespace DomainCreators_detail {
      25             : template <>
      26             : struct domain_creators<3> {
      27             :   using type =
      28             :       tmpl::list<domain::creators::AlignedLattice<3>,
      29             :                  domain::creators::BinaryCompactObject<false>,
      30             :                  domain::creators::Brick, domain::creators::CartoonCylinder,
      31             :                  domain::creators::CartoonSphere1D,
      32             :                  domain::creators::CartoonSphere2D, domain::creators::Cylinder,
      33             :                  domain::creators::CylindricalBinaryCompactObject,
      34             :                  domain::creators::FrustalCloak,
      35             :                  domain::creators::NonconformingSphericalShells,
      36             :                  domain::creators::RotatedBricks, domain::creators::Sphere,
      37             :                  domain::creators::SphericalShells>;
      38             : };
      39             : }  // namespace DomainCreators_detail

Generated by: LCOV version 1.14