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

Linked list of leafs (only used in fast/topdown.h) More...

#include <types.h>

Collaboration diagram for Leaf:
Collaboration graph
[legend]

List of all members.

Public Attributes

int I
 Unique index for every leaf.
vect X
 Coordinate of leaf.
LeafNEXT
 Pointer to next leaf.

Detailed Description

Linked list of leafs (only used in fast/topdown.h)

Definition at line 135 of file types.h.


Member Data Documentation

int Leaf::I

Unique index for every leaf.

Definition at line 136 of file types.h.

Pointer to next leaf.

Definition at line 138 of file types.h.

Coordinate of leaf.

Definition at line 137 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