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

#include <forcetree.h>

Collaboration diagram for NODE:
[legend]

Public Attributes

int sibling
 
int father
 
MyFloat len
 
MyFloat center [3]
 
struct {
   unsigned int   InternalTopLevel:1
 
   unsigned int   TopLevel:1
 
   unsigned int   DependsOnLocalMass:1
 
   unsigned int   ChildType:2
 
   unsigned int   unused: 3
 
f
 
struct {
   MyFloat   cofm [3]
 
   MyFloat   mass
 
   MyFloat   hmax
 
mom
 
struct NodeChild s
 

Detailed Description

Definition at line 38 of file forcetree.h.

Member Data Documentation

◆ center

MyFloat NODE::center[3]

◆ ChildType

unsigned int NODE::ChildType

◆ cofm

MyFloat NODE::cofm[3]

◆ DependsOnLocalMass

unsigned int NODE::DependsOnLocalMass

◆ 

struct { ... } NODE::f

◆ father

int NODE::father

◆ hmax

MyFloat NODE::hmax

◆ InternalTopLevel

unsigned int NODE::InternalTopLevel

◆ len

MyFloat NODE::len

◆ mass

MyFloat NODE::mass

◆ 

struct { ... } NODE::mom

◆ s

struct NodeChild NODE::s

◆ sibling

int NODE::sibling

◆ TopLevel

unsigned int NODE::TopLevel

◆ unused

unsigned int NODE::unused

Definition at line 51 of file forcetree.h.

Referenced by force_tree_create_nodes(), and init_internal_node().


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