MP-Gadget  5.0.1.dev1-76bc7d4726-dirty
Public Attributes | List of all members
topnode_data Struct Reference

#include <domain.h>

Collaboration diagram for topnode_data:
[legend]

Public Attributes

peano_t StartKey
 
int Daughter
 
int Shift
 
int Leaf
 

Detailed Description

Definition at line 12 of file domain.h.

Member Data Documentation

◆ Daughter

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().

◆ Leaf

int topnode_data::Leaf

◆ Shift

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().

◆ StartKey

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().


The documentation for this struct was generated from the following file: