Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Pane_communicator::Pane_comm_buffers Struct Reference

Buffers for outgoing and incoming messages of a specific pane to be communicated with another pane (either local or global). More...

#include <Pane_communicator.h>

Collaboration diagram for Pane_communicator::Pane_comm_buffers:

Public Member Functions

 Pane_comm_buffers ()
 

Public Attributes

int rank
 
int tag
 
int index
 
std::vector< char > outbuf
 
std::vector< char > inbuf
 

Detailed Description

Buffers for outgoing and incoming messages of a specific pane to be communicated with another pane (either local or global).

If the Pane_comm_buffers is used for ghost information, then it will be used either for outgoing messages and have an empty inbuf OR it will be used for incoming messages and have an empty outbuf.

Definition at line 54 of file Pane_communicator.h.

Constructor & Destructor Documentation

Member Data Documentation

std::vector< char> outbuf

Definition at line 63 of file Pane_communicator.h.

Referenced by Pane_communicator::begin_update().


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