MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
Public Attributes | |
int * | Exportflag |
int * | Exportnodecount |
size_t * | Exportindex |
Memory factor to leave for (N imported particles) > (N exported particles).
Definition at line 28 of file treewalk.c.
int* TreeWalkThreadLocals::Exportflag |
Buffer used for flagging whether a particle needs to be exported to another process
Definition at line 30 of file treewalk.c.
Referenced by ev_alloc_threadlocals(), and ev_free_threadlocals().
size_t* TreeWalkThreadLocals::Exportindex |
Definition at line 32 of file treewalk.c.
Referenced by ev_alloc_threadlocals(), and ev_free_threadlocals().
int* TreeWalkThreadLocals::Exportnodecount |
Definition at line 31 of file treewalk.c.
Referenced by ev_alloc_threadlocals().