|
ExaFMM 1
Fast-multipole Method for exascale systems
|
#include "dataset.h"

Go to the source code of this file.
Classes | |
| class | Evaluator< equation > |
| Interface between tree and kernel. More... | |
Defines | |
| #define | splitFirst(Ci, Cj) Cj->NCHILD == 0 || (Ci->NCHILD != 0 && Ci->R > Cj->R) |
| #define splitFirst | ( | Ci, | |
| Cj | |||
| ) | Cj->NCHILD == 0 || (Ci->NCHILD != 0 && Ci->R > Cj->R) |
Definition at line 25 of file evaluator.h.
1.7.4