#include "terra/communication/shell/communication.hpp"#include "terra/grid/shell/spherical_shell.hpp"#include "terra/util/bit_masking.hpp"Go to the source code of this file.
Namespaces | |
| namespace | terra |
| namespace | terra::grid |
Enumerations | |
| enum class | terra::grid::NodeOwnershipFlag : uint8_t { terra::grid::NO_FLAG = 0 , terra::grid::OWNED = 1 } |
| FlagLike enum class that indicates whether a node is owned on a subdomain. More... | |
Functions | |
| Grid4DDataScalar< NodeOwnershipFlag > | terra::grid::setup_node_ownership_mask_data (const shell::DistributedDomain &domain) |
| Set up mask data for a distributed shell domain. The mask encodes ownership information for each grid node. | |