SpECTRE Documentation Coverage Report
Current view: top level - Parallel/ArrayCollection/Tags - ElementLocations.hpp Hit Total Coverage
Commit: a11e1b5dddd2d36c493f6de7192742bac8988df8 Lines: 1 3 33.3 %
Date: 2025-06-20 03:23:16
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             : #include <unordered_map>
       8             : 
       9             : #include "DataStructures/DataBox/Tag.hpp"
      10             : 
      11             : /// \cond
      12             : template <size_t Dim>
      13             : class ElementId;
      14             : /// \endcond
      15             : 
      16             : namespace Parallel::Tags {
      17             : /// \brief The node (location) where different elements are.
      18             : ///
      19             : /// This should be in the nodegroup's DataBox.
      20             : template <size_t Dim>
      21           1 : struct ElementLocations : db::SimpleTag {
      22           0 :   using type = std::unordered_map<ElementId<Dim>, size_t>;
      23             : };
      24             : }  // namespace Parallel::Tags

Generated by: LCOV version 1.14