|
MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <domain.h>
Public Attributes | |
| int | DomainOverDecompositionFactor |
| int | DomainUseGlobalSorting |
| double | TopNodeAllocFactor |
| double | SetAsideFactor |
| int DomainParams::DomainOverDecompositionFactor |
Definition at line 53 of file domain.h.
Referenced by domain_policies_init(), set_domain_params(), setup_tree(), and test_fof().
| int DomainParams::DomainUseGlobalSorting |
Use a global sort for the first few domain policies to try.
Definition at line 55 of file domain.h.
Referenced by domain_policies_init(), set_domain_params(), setup_tree(), and test_fof().
| double DomainParams::SetAsideFactor |
Fraction of local particle slots to leave free for, eg, star formation
Definition at line 59 of file domain.h.
Referenced by domain_check_memory_bound(), set_domain_params(), setup_tree(), and test_fof().
| double DomainParams::TopNodeAllocFactor |
Initial number of Top level tree nodes as a fraction of particles
Definition at line 57 of file domain.h.
Referenced by domain_policies_init(), set_domain_params(), setup_tree(), and test_fof().