SpECTRE  v2024.04.12
ActionTesting::GlobalCoreId Struct Reference

Wraps a size_t representing the global core number. More...

#include <MockDistributedObject.hpp>

Public Attributes

size_t value
 

Detailed Description

Wraps a size_t representing the global core number.

The global core number is unique for each core, even if the cores are on different nodes. For example, if there are 3 nodes with 2 cores each, the global core number goes from 0 through 5 to label each of the 6 cores, and no two cores have the same global core number.


The documentation for this struct was generated from the following file: