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

Structure of cells. More...

#include <types.h>

Collaboration diagram for Cell:
Collaboration graph
[legend]

List of all members.

Public Attributes

unsigned ICELL
 Cell index.
int NCHILD
 Number of child cells.
int NCLEAF
 Number of child leafs.
int NDLEAF
 Number of descendant leafs.
int PARENT
 Iterator offset of parent cell.
int CHILD
 Iterator offset of child cells.
B_iter LEAF
 Iterator of first leaf.
vect X
 Cell center.
real R
 Cell radius.
real RCRIT
 Critical cell radius.
Mset M
 Multipole coefficients.
Lset L
 Local coefficients.

Detailed Description

Structure of cells.

Definition at line 164 of file types.h.


Member Data Documentation

Iterator offset of child cells.

Definition at line 170 of file types.h.

unsigned Cell::ICELL

Cell index.

Definition at line 165 of file types.h.

Lset Cell::L

Local coefficients.

Definition at line 176 of file types.h.

Iterator of first leaf.

Definition at line 171 of file types.h.

Mset Cell::M

Multipole coefficients.

Definition at line 175 of file types.h.

Number of child cells.

Definition at line 166 of file types.h.

Number of child leafs.

Definition at line 167 of file types.h.

Number of descendant leafs.

Definition at line 168 of file types.h.

Iterator offset of parent cell.

Definition at line 169 of file types.h.

Cell radius.

Definition at line 173 of file types.h.

Critical cell radius.

Definition at line 174 of file types.h.

Cell center.

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