SpECTRE Documentation Coverage Report
Current view: top level - Parallel/PhaseControl - Factory.hpp Hit Total Coverage
Commit: f8ea4a52db6a7b766b531a9ef6054857b7453f1d Lines: 0 2 0.0 %
Date: 2024-05-03 17:20:07
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 "Parallel/Phase.hpp"
       7             : #include "Parallel/PhaseControl/CheckpointAndExitAfterWallclock.hpp"
       8             : #include "Parallel/PhaseControl/VisitAndReturn.hpp"
       9             : #include "Utilities/TMPL.hpp"
      10             : 
      11             : namespace PhaseControl {
      12           0 : using factory_creatable_classes =
      13             :     tmpl::list<VisitAndReturn<Parallel::Phase::EvaluateAmrCriteria>,
      14             :                VisitAndReturn<Parallel::Phase::AdjustDomain>,
      15             :                VisitAndReturn<Parallel::Phase::CheckDomain>,
      16             :                VisitAndReturn<Parallel::Phase::LoadBalancing>,
      17             :                VisitAndReturn<Parallel::Phase::WriteCheckpoint>,
      18             :                CheckpointAndExitAfterWallclock>;
      19             : }

Generated by: LCOV version 1.14