SMILE  v2.5
Schwarzschild Modelling Interactive expLoratory Environment
Public Attributes | List of all members
smile::CPotentialNB::cell Struct Reference

CELL: structure used to represent internal nodes of tree. More...

Collaboration diagram for smile::CPotentialNB::cell:
Collaboration graph
[legend]

Public Attributes

NODETYPE type
 code for node type
 
double mass
 total mass of cell
 
vec3 pos
 center of mass position of cell
 
double eps
 softening length associated with this node
 
double rmax
 max distance between cell's center of mass and any of child nodes
 
size_t numbody
 total number of bodies inside this cell
 
nodeptr subp [NSUB]
 descendents of cell (eight pointers to child nodes, possibly NULL)
 
matrix3 quad
 quadrupole moment of cell (sum of m*dx_i*dx_j)
 

Detailed Description

CELL: structure used to represent internal nodes of tree.

First few fields coincide with the definition of body structure


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