|
core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
|
Classification of leaf i's face on (axis,dir): {state, global fine probe gc, owner, in-block neighbour localNb}.
More...
#include <distributed_octree.hpp>
Public Attributes | |
| int | state = 2 |
| std::array< Coord, Dim > | gc {} |
| int | owner = -1 |
| Index | localNb = -1 |
Classification of leaf i's face on (axis,dir): {state, global fine probe gc, owner, in-block neighbour localNb}.
state 0=InBlock,1=Remote,2=None.
Definition at line 565 of file distributed_octree.hpp.
| int peclet::core::amr::DistributedOctree< Dim, Bits >::FaceInfo::state = 2 |
Definition at line 566 of file distributed_octree.hpp.
Referenced by peclet::core::amr::DistributedOctree< Dim, Bits >::faceAcross().
| std::array<Coord, Dim> peclet::core::amr::DistributedOctree< Dim, Bits >::FaceInfo::gc {} |
Definition at line 567 of file distributed_octree.hpp.
| int peclet::core::amr::DistributedOctree< Dim, Bits >::FaceInfo::owner = -1 |
Definition at line 568 of file distributed_octree.hpp.
| Index peclet::core::amr::DistributedOctree< Dim, Bits >::FaceInfo::localNb = -1 |
Definition at line 569 of file distributed_octree.hpp.