|
ExaFMM 1
Fast-multipole Method for exascale systems
|
Serial FMM interface. More...
#include <serialfmm.h>


Public Member Functions | |
| SerialFMM () | |
| < Link twigs bottomup to create all cells in tree | |
| ~SerialFMM () | |
| Destructor. | |
| void | topdown (Bodies &bodies, Cells &cells) |
| Topdown tree constructor interface. Input: bodies, Output: cells. | |
| void | bottomup (Bodies &bodies, Cells &cells) |
| Bottomup tree constructor interface. Input: bodies, Output: cells. | |
Serial FMM interface.
Definition at line 28 of file serialfmm.h.
< Link twigs bottomup to create all cells in tree
Constructor
Definition at line 39 of file serialfmm.h.

| void SerialFMM< equation >::bottomup | ( | Bodies & | bodies, |
| Cells & | cells | ||
| ) | [inline] |
Bottomup tree constructor interface. Input: bodies, Output: cells.
Definition at line 64 of file serialfmm.h.


| void SerialFMM< equation >::topdown | ( | Bodies & | bodies, |
| Cells & | cells | ||
| ) | [inline] |
Topdown tree constructor interface. Input: bodies, Output: cells.
Definition at line 48 of file serialfmm.h.


1.7.4