Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Pane_communicator.h File Reference

Handles communication of shared nodes, ghost nodes or ghost cells across panes. More...

#include "mapbasic.h"
#include "roccom_devel.h"
#include "commpi.h"
#include "roccom_assertion.h"
Include dependency graph for Pane_communicator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Pane_communicator
 Encapsulates information about distribution of panes on all processes and handles across pane communication for shared nodes, ghost nodes, and ghost cells. More...
 
struct  Pane_communicator::Pane_comm_buffers
 Buffers for outgoing and incoming messages of a specific pane to be communicated with another pane (either local or global). More...
 

Detailed Description

Handles communication of shared nodes, ghost nodes or ghost cells across panes.

No overlap is permitted among the three types of communication.

Definition in file Pane_communicator.h.