ExaFMM 1
Fast-multipole Method for exascale systems
Public Attributes
TopDown< equation >::Node Struct Reference

< Radius of root cell More...

Collaboration diagram for TopDown< equation >::Node:
Collaboration graph
[legend]

List of all members.

Public Attributes

int LEVEL
 Level of node.
int ICHILD
 Flag of empty child nodes.
int NLEAF
 Number of leafs in node.
bigint I
 Cell index.
bigint CHILD [8]
 Iterator offset of child nodes.
B_iter LEAF [NCRIT]
 Iterator for leafs.
vect X
 Node center.
real R
 Node radius.

Detailed Description

template<Equation equation>
struct TopDown< equation >::Node

< Radius of root cell

Nodes are primitive cells

Definition at line 38 of file topdown.h.


Member Data Documentation

template<Equation equation>
bigint TopDown< equation >::Node::CHILD[8]

Iterator offset of child nodes.

Definition at line 43 of file topdown.h.

template<Equation equation>
bigint TopDown< equation >::Node::I

Cell index.

Definition at line 42 of file topdown.h.

template<Equation equation>
int TopDown< equation >::Node::ICHILD

Flag of empty child nodes.

Definition at line 40 of file topdown.h.

template<Equation equation>
B_iter TopDown< equation >::Node::LEAF[NCRIT]

Iterator for leafs.

Definition at line 44 of file topdown.h.

template<Equation equation>
int TopDown< equation >::Node::LEVEL

Level of node.

Definition at line 39 of file topdown.h.

template<Equation equation>
int TopDown< equation >::Node::NLEAF

Number of leafs in node.

Definition at line 41 of file topdown.h.

template<Equation equation>
real TopDown< equation >::Node::R

Node radius.

Definition at line 46 of file topdown.h.

template<Equation equation>
vect TopDown< equation >::Node::X

Node center.

Definition at line 45 of file topdown.h.


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