Block-Structured AMR Software Framework
amrex::NonLocalBC::CommHandler Struct Reference

This class stores both recv and send buffers with an associated MPI tag. More...

#include <AMReX_NonLocalBC.H>

Public Attributes

int mpi_tag {}
 
CommData recv {}
 
CommData send {}
 

Detailed Description

This class stores both recv and send buffers with an associated MPI tag.

This handler stores data for a whole ParallelCopy MPI transaction.

Member Data Documentation

◆ mpi_tag

int amrex::NonLocalBC::CommHandler::mpi_tag {}

◆ recv

CommData amrex::NonLocalBC::CommHandler::recv {}

◆ send

CommData amrex::NonLocalBC::CommHandler::send {}

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