DOLFINx 0.9.0
DOLFINx C++ interface
|
Information on the ownership of points distributed across processes. More...
#include <utils.h>
Public Attributes | |
std::vector< int > | src_owner |
std::vector< int > | dest_owners |
Ranks that sent dest_points to current process. | |
std::vector< T > | dest_points |
Points that are owned by current process. | |
std::vector< std::int32_t > | dest_cells |
Information on the ownership of points distributed across processes.
T | Mesh geometry floating type. |
std::vector<std::int32_t> dest_cells |
Cell indices (local to process) where each entry of dest_points
is located
std::vector<int> src_owner |
Ranks owning each point sent into ownership determination for current process