SpECTRE Documentation Coverage Report
Current view: top level - Domain/Creators - Factory3D.hpp Hit Total Coverage
Commit: aabde07399ba7837e5db64eedfd0a21f31f96922 Lines: 0 1 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 <cstddef>
       7             : 
       8             : #include "Domain/Creators/AlignedLattice.hpp"
       9             : #include "Domain/Creators/BinaryCompactObject.hpp"
      10             : #include "Domain/Creators/Brick.hpp"
      11             : #include "Domain/Creators/Cylinder.hpp"
      12             : #include "Domain/Creators/CylindricalBinaryCompactObject.hpp"
      13             : #include "Domain/Creators/Factory.hpp"
      14             : #include "Domain/Creators/FrustalCloak.hpp"
      15             : #include "Domain/Creators/RotatedBricks.hpp"
      16             : #include "Domain/Creators/Sphere.hpp"
      17             : #include "Utilities/TMPL.hpp"
      18             : 
      19             : namespace DomainCreators_detail {
      20             : template <>
      21             : struct domain_creators<3> {
      22             :   using type =
      23             :       tmpl::list<domain::creators::AlignedLattice<3>,
      24             :                  domain::creators::BinaryCompactObject, domain::creators::Brick,
      25             :                  domain::creators::Cylinder,
      26             :                  domain::creators::CylindricalBinaryCompactObject,
      27             :                  domain::creators::FrustalCloak,
      28             :                  domain::creators::RotatedBricks, domain::creators::Sphere>;
      29             : };
      30             : }  // namespace DomainCreators_detail

Generated by: LCOV version 1.14