SpECTRE Documentation Coverage Report
Current view: top level - Parallel/Tags - Parallelization.hpp Hit Total Coverage
Commit: d7dc5bae4c2eeb465c1a076e919d884f4ccca7c5 Lines: 1 4 25.0 %
Date: 2024-05-01 22:09:14
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 "Options/String.hpp"
       7             : 
       8           0 : namespace Parallel::OptionTags {
       9             : /*!
      10             :  * \brief Option group for all things related to parallelization.
      11             :  *
      12             :  * It is possible this group will need to be used in a library that cannot
      13             :  * depend on the `Parallel` library. In that case, this struct should just be
      14             :  * forward declared.
      15             :  */
      16           1 : struct Parallelization {
      17           0 :   static constexpr Options::String help = {
      18             :       "Options related to parallelization aspects of the simulation."};
      19             : };
      20             : }  // namespace Parallel::OptionTags

Generated by: LCOV version 1.14