ExaFMM 1
Fast-multipole Method for exascale systems
Public Attributes
Node Struct Reference

Structure of nodes (only used in fast/topdown.h) More...

#include <types.h>

Collaboration diagram for Node:
Collaboration graph
[legend]

List of all members.

Public Attributes

bool NOCHILD
 Flag for twig nodes.
int LEVEL
 Level in the tree structure.
int NLEAF
 Number of descendant leafs.
int CHILD [8]
 Index of child node.
vect X
 Coordinate at center.
LeafLEAF
 Pointer to first leaf.

Detailed Description

Structure of nodes (only used in fast/topdown.h)

Definition at line 144 of file types.h.


Member Data Documentation

int Node::CHILD[8]

Index of child node.

Definition at line 148 of file types.h.

Pointer to first leaf.

Definition at line 150 of file types.h.

Level in the tree structure.

Definition at line 146 of file types.h.

Number of descendant leafs.

Definition at line 147 of file types.h.

Flag for twig nodes.

Definition at line 145 of file types.h.

Coordinate at center.

Definition at line 149 of file types.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines