MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <domain.h>
Public Attributes | |
peano_t | StartKey |
int | Daughter |
int | Shift |
int | Leaf |
int topnode_data::Daughter |
index of first daughter cell (out of 8) of top-level node
Definition at line 15 of file domain.h.
Referenced by domain_attempt_decompose(), domain_create_topleaves(), domain_get_topleaf(), force_create_node_for_topnode(), and trivial_domain().
int topnode_data::Leaf |
if the node is a leaf, this gives its index in topleaf_data
Definition at line 17 of file domain.h.
Referenced by domain_assign_balanced(), domain_attempt_decompose(), domain_create_topleaves(), domain_get_topleaf(), force_create_node_for_topnode(), and trivial_domain().
int topnode_data::Shift |
level = log 2 of number of Peano-Hilbert mesh-cells represented by top-level node
Definition at line 16 of file domain.h.
Referenced by domain_attempt_decompose(), domain_get_topleaf(), and trivial_domain().
peano_t topnode_data::StartKey |
first Peano-Hilbert key in top-level node
Definition at line 14 of file domain.h.
Referenced by domain_assign_balanced(), domain_attempt_decompose(), domain_get_topleaf(), and trivial_domain().