MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
Public Attributes | |
peano_t | StartKey |
int | Shift |
int | Daughter |
int | Parent |
int64_t | Count |
int64_t | Cost |
int64_t local_topnode_data::Cost |
Definition at line 68 of file domain.c.
Referenced by domain_check_for_local_refine_subsample(), domain_determine_global_toptree(), domain_global_refine(), domain_toptree_insert(), domain_toptree_merge(), domain_toptree_split(), and domain_toptree_update_cost().
int64_t local_topnode_data::Count |
Definition at line 67 of file domain.c.
Referenced by domain_check_for_local_refine_subsample(), domain_determine_global_toptree(), domain_global_refine(), domain_toptree_insert(), domain_toptree_merge(), domain_toptree_split(), and domain_toptree_update_cost().
int local_topnode_data::Daughter |
index of first daughter cell (out of 8) of top-level node
Definition at line 64 of file domain.c.
Referenced by domain_attempt_decompose(), domain_check_for_local_refine_subsample(), domain_global_refine(), domain_toptree_garbage_collection(), domain_toptree_get_subnode(), domain_toptree_merge(), domain_toptree_split(), domain_toptree_truncate_r(), and domain_toptree_update_cost().
int local_topnode_data::Parent |
Definition at line 66 of file domain.c.
Referenced by domain_check_for_local_refine_subsample(), domain_global_refine(), domain_toptree_garbage_collection(), domain_toptree_merge(), and domain_toptree_split().
int local_topnode_data::Shift |
log2 of number of Peano-Hilbert mesh-cells represented by top-level node
Definition at line 63 of file domain.c.
Referenced by domain_attempt_decompose(), domain_check_for_local_refine_subsample(), domain_global_refine(), domain_toptree_merge(), and domain_toptree_split().
peano_t local_topnode_data::StartKey |
first Peano-Hilbert key in top-level node
Definition at line 62 of file domain.c.
Referenced by domain_attempt_decompose(), domain_check_for_local_refine_subsample(), domain_global_refine(), domain_toptree_get_subnode(), domain_toptree_merge(), and domain_toptree_split().