|
GADGET-4
|
#include <ngbtree.h>
Inherits basenode.
Public Member Functions | |
| ngbnode () | |
| ngbnode (ngbnode &other) | |
| ngbnode & | operator= (ngbnode &other) |
| void | drift_node (integertime time1, simparticles *Sp) |
Public Attributes | |
| MySignedIntPosType | center_offset_min [3] |
| MySignedIntPosType | center_offset_max [3] |
| MyNgbTreeFloat | vmin [3] |
| MyNgbTreeFloat | vmax [3] |
| MyNgbTreeFloat | MaxHsml |
| MyNgbTreeFloat | MaxDtHsml |
| MyNgbTreeFloat | MaxCsnd |
| std::atomic< integertime > | Ti_Current |
Public Attributes inherited from basenode | |
| std::atomic< node_bit_field > | flag_already_fetched |
| vector< MyIntPosType > | center |
| int | sibling |
| int | nextnode |
| int | father |
| int | OriginTask |
| int | OriginNode |
| unsigned char | level |
| unsigned char | sibling_shmrank |
| unsigned char | nextnode_shmrank |
| std::atomic_flag | access |
| std::atomic< unsigned char > | cannot_be_opened_locally |
| unsigned char | not_empty: 1 |
|
inline |
| MySignedIntPosType center_offset_max[3] |
| MySignedIntPosType center_offset_min[3] |
| MyNgbTreeFloat MaxCsnd |
| MyNgbTreeFloat MaxDtHsml |
| MyNgbTreeFloat MaxHsml |
| std::atomic<integertime> Ti_Current |
| MyNgbTreeFloat vmax[3] |
| MyNgbTreeFloat vmin[3] |