ExaFMM 1
Fast-multipole Method for exascale systems
Public Member Functions
SerialFMM< equation > Class Template Reference

Serial FMM interface. More...

#include <serialfmm.h>

Inheritance diagram for SerialFMM< equation >:
Inheritance graph
[legend]
Collaboration diagram for SerialFMM< equation >:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

template<Equation equation>
class SerialFMM< equation >

Serial FMM interface.

Definition at line 28 of file serialfmm.h.


Constructor & Destructor Documentation

template<Equation equation>
SerialFMM< equation >::SerialFMM ( ) [inline]

< Link twigs bottomup to create all cells in tree

Constructor

Definition at line 39 of file serialfmm.h.

Here is the call graph for this function:

template<Equation equation>
SerialFMM< equation >::~SerialFMM ( ) [inline]

Destructor.

Definition at line 43 of file serialfmm.h.

Here is the call graph for this function:


Member Function Documentation

template<Equation equation>
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.

Here is the call graph for this function:

Here is the caller graph for this function:

template<Equation equation>
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.

Here is the call graph for this function:

Here is the caller graph for this function:


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