preCICE v3.1.2
Loading...
Searching...
No Matches
Public Attributes | List of all members
precice::m2n::PointToPointCommunication::ConnectionData Struct Reference

this data structure is used to store m2n communication information for the 1 step of bounding box initialization. It stores: More...

Collaboration diagram for precice::m2n::PointToPointCommunication::ConnectionData:
[legend]

Public Attributes

int remoteRank
 
com::PtrRequest request
 

Detailed Description

this data structure is used to store m2n communication information for the 1 step of bounding box initialization. It stores:

  1. global remote process rank;
  2. communication object (provides point-to-point communication routines).
  3. Request holding information about pending communication

Definition at line 171 of file PointToPointCommunication.hpp.

Member Data Documentation

◆ remoteRank

int precice::m2n::PointToPointCommunication::ConnectionData::remoteRank

Definition at line 172 of file PointToPointCommunication.hpp.

◆ request

com::PtrRequest precice::m2n::PointToPointCommunication::ConnectionData::request

Definition at line 173 of file PointToPointCommunication.hpp.


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