A structure to package data for a single atom to pack into a send/recv buffer. More...
Data Fields | |
| int | gid |
| int | type |
| real_t | rx |
| real_t | ry |
| real_t | rz |
| real_t | px |
| real_t | py |
| real_t | pz |
A structure to package data for a single atom to pack into a send/recv buffer.
Also used for sorting atoms within link cells.
Definition at line 77 of file haloExchange.c.
| int AtomMsgSt::gid |
Definition at line 79 of file haloExchange.c.
| real_t AtomMsgSt::px |
Definition at line 82 of file haloExchange.c.
| real_t AtomMsgSt::py |
Definition at line 82 of file haloExchange.c.
| real_t AtomMsgSt::pz |
Definition at line 82 of file haloExchange.c.
| real_t AtomMsgSt::rx |
Definition at line 81 of file haloExchange.c.
| real_t AtomMsgSt::ry |
Definition at line 81 of file haloExchange.c.
| real_t AtomMsgSt::rz |
Definition at line 81 of file haloExchange.c.
| int AtomMsgSt::type |
Definition at line 80 of file haloExchange.c.