GADGET-4
domain< partset >::topnode_data Struct Reference

#include <domain.h>

Public Attributes

int Daughter
 
int Leaf
 

Detailed Description

template<typename partset>
struct domain< partset >::topnode_data

The top node structure is an octree used for encoding the domain decomposition. Its leaf nodes are the units into which the domain is decomposed.

Definition at line 68 of file domain.h.

Member Data Documentation

◆ Daughter

int Daughter

index of first daughter cell (out of 8) of top-level node

Definition at line 70 of file domain.h.

◆ Leaf

int Leaf

if the node is a leaf, this gives its number when all leaves are traversed in Peano-Hilbert order

Definition at line 71 of file domain.h.


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