SpECTRE Documentation Coverage Report
Current view: top level - Domain/Creators - Factory1D.hpp Hit Total Coverage
Commit: 0a69427d3dc19cb77b6ca61d0cc3acfd3eca9706 Lines: 0 1 0.0 %
Date: 2024-04-26 01:27:01
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/Factory.hpp"
      10             : #include "Domain/Creators/Interval.hpp"
      11             : #include "Domain/Creators/RotatedIntervals.hpp"
      12             : #include "Utilities/TMPL.hpp"
      13             : 
      14             : namespace DomainCreators_detail {
      15             : template <>
      16             : struct domain_creators<1> {
      17             :   using type = tmpl::list<domain::creators::AlignedLattice<1>,
      18             :                           domain::creators::Interval,
      19             :                           domain::creators::RotatedIntervals>;
      20             : };
      21             : }  // namespace DomainCreators_detail

Generated by: LCOV version 1.14