All metadata needed to drive communication for one subdomain face. More...
#include <fv_communication.hpp>
Public Attributes | |
| int | buf_idx |
| Index into send_bufs_ / recv_bufs_. | |
| mpi::MPIRank | local_rank |
| grid::shell::SubdomainInfo | local_subdomain |
| int | local_subdomain_id |
| grid::BoundaryFace | local_face |
| mpi::MPIRank | neighbor_rank |
| grid::shell::SubdomainInfo | neighbor_subdomain |
| int | neighbor_subdomain_id |
| Local array index; -1 if on remote rank. | |
| grid::BoundaryFace | neighbor_face |
| grid::BoundaryDirection | dir0 |
| Unpack direction for first varying dimension. | |
| grid::BoundaryDirection | dir1 |
| Unpack direction for second varying dimension. | |
All metadata needed to drive communication for one subdomain face.
| int terra::communication::shell::FVGhostLayerBuffers< ScalarType >::FacePair::buf_idx |
Index into send_bufs_ / recv_bufs_.
| grid::BoundaryDirection terra::communication::shell::FVGhostLayerBuffers< ScalarType >::FacePair::dir0 |
Unpack direction for first varying dimension.
| grid::BoundaryDirection terra::communication::shell::FVGhostLayerBuffers< ScalarType >::FacePair::dir1 |
Unpack direction for second varying dimension.
| grid::BoundaryFace terra::communication::shell::FVGhostLayerBuffers< ScalarType >::FacePair::local_face |
| mpi::MPIRank terra::communication::shell::FVGhostLayerBuffers< ScalarType >::FacePair::local_rank |
| grid::shell::SubdomainInfo terra::communication::shell::FVGhostLayerBuffers< ScalarType >::FacePair::local_subdomain |
| int terra::communication::shell::FVGhostLayerBuffers< ScalarType >::FacePair::local_subdomain_id |
| grid::BoundaryFace terra::communication::shell::FVGhostLayerBuffers< ScalarType >::FacePair::neighbor_face |
| mpi::MPIRank terra::communication::shell::FVGhostLayerBuffers< ScalarType >::FacePair::neighbor_rank |
| grid::shell::SubdomainInfo terra::communication::shell::FVGhostLayerBuffers< ScalarType >::FacePair::neighbor_subdomain |
| int terra::communication::shell::FVGhostLayerBuffers< ScalarType >::FacePair::neighbor_subdomain_id |
Local array index; -1 if on remote rank.