MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <domain.h>
Public Attributes | |
int | domain_allocated_flag |
struct topnode_data * | TopNodes |
struct topleaf_data * | TopLeaves |
int | NTopNodes |
int | NTopLeaves |
struct task_data * | Tasks |
MPI_Comm | DomainComm |
int DomainDecomp::domain_allocated_flag |
Definition at line 34 of file domain.h.
Referenced by domain_allocate(), domain_free(), and trivial_domain().
MPI_Comm DomainDecomp::DomainComm |
Definition at line 44 of file domain.h.
Referenced by domain_allocate(), domain_assign_balanced(), domain_attempt_decompose(), domain_check_memory_bound(), domain_compute_costs(), domain_decompose_full(), and domain_maintain().
int DomainDecomp::NTopLeaves |
Definition at line 40 of file domain.h.
Referenced by domain_assign_balanced(), domain_attempt_decompose(), domain_balance(), domain_compute_costs(), domain_decompose_full(), force_exchange_pseudodata(), force_insert_pseudo_particles(), force_treeallocate(), force_update_hmax(), and trivial_domain().
int DomainDecomp::NTopNodes |
Definition at line 39 of file domain.h.
Referenced by domain_attempt_decompose(), domain_decompose_full(), force_tree_build(), and trivial_domain().
struct task_data* DomainDecomp::Tasks |
Definition at line 41 of file domain.h.
Referenced by domain_allocate(), domain_assign_balanced(), domain_check_memory_bound(), domain_free(), force_exchange_pseudodata(), force_tree_create_nodes(), force_update_hmax(), force_update_node_parallel(), teardown_tree(), and trivial_domain().
struct topleaf_data* DomainDecomp::TopLeaves |
Definition at line 37 of file domain.h.
Referenced by do_density_test(), domain_allocate(), domain_assign_balanced(), domain_create_topleaves(), domain_decompose_full(), domain_free(), domain_layoutfunc(), force_create_node_for_topnode(), force_exchange_pseudodata(), force_insert_pseudo_particles(), force_tree_create_nodes(), force_treeallocate(), force_update_hmax(), force_update_node_parallel(), teardown_tree(), test_rebuild_close(), test_rebuild_flat(), test_rebuild_random(), and trivial_domain().
struct topnode_data* DomainDecomp::TopNodes |
Definition at line 36 of file domain.h.
Referenced by domain_allocate(), domain_assign_balanced(), domain_attempt_decompose(), domain_create_topleaves(), domain_decompose_full(), domain_free(), domain_get_topleaf(), force_create_node_for_topnode(), teardown_tree(), and trivial_domain().