You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buffer_Send_nVertex_Donor[1], /*!< \brief Buffer to send number of vertices on the local processor. */
54
56
*Buffer_Receive_nVertex_Donor; /*!< \brief Buffer to store the number of vertices per processor on the Donor domain. */
55
57
56
-
long *Buffer_Send_GlobalPoint,/*!< \brief Buffer to send global point indices. */
57
-
*Buffer_Receive_GlobalPoint; /*!< \brief Buffer to receive global point indices. */
58
+
su2vector<unsignedlong> Buffer_Send_GlobalPoint;/*!< \brief Buffer to send global point indices. */
59
+
su2vector<unsignedlong> Buffer_Receive_GlobalPoint; /*!< \brief Buffer to receive global point indices. */
58
60
59
-
su2double *Buffer_Send_Coord,/*!< \brief Buffer to send coordinate values. */
60
-
*Buffer_Receive_Coord; /*!< \brief Buffer to receive coordinate values. */
61
+
su2activematrix Buffer_Send_Coord;/*!< \brief Buffer to send coordinate values. */
62
+
su2activematrix Buffer_Receive_Coord; /*!< \brief Buffer to receive coordinate values. */
61
63
62
-
unsignedlong
63
-
*Buffer_Receive_nLinkedNodes, /*!< \brief Buffer to receive the number of edges connected to each node. */
64
-
*Buffer_Receive_LinkedNodes, /*!< \brief Buffer to receive the list of notes connected to the nodes through an edge. */
65
-
*Buffer_Receive_StartLinkedNodes, /*!< \brief Buffer to receive the index of the Receive_LinkedNodes buffer where corresponding list of linked nodes begins. */
66
-
*Buffer_Receive_Proc; /*!< \brief Buffer to receive the thread that owns the node. */
64
+
/*! \brief Buffer to receive the number of surface-connected edges, for each vertex. */
0 commit comments