SpECTRE Documentation Coverage Report
Current view: top level - Parallel/ArrayCollection/Tags - NumberOfElementsTerminated.hpp Hit Total Coverage
Commit: f679b1c7cc6e5bd6a5c72de114b5bff6a9facc98 Lines: 1 3 33.3 %
Date: 2024-05-20 02:45:36
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 "DataStructures/DataBox/Tag.hpp"
       9             : 
      10             : namespace Parallel::Tags {
      11             : /// \brief A counter of the number of elements on the node that have marked
      12             : /// themselves as having terminated their current phase.
      13           1 : struct NumberOfElementsTerminated : db::SimpleTag {
      14           0 :   using type = size_t;
      15             : };
      16             : }  // namespace Parallel::Tags

Generated by: LCOV version 1.14