Dendro
5.01
Dendro in Greek language means tree. The Dendro library is a large scale (262K cores on ORNL's Titan) distributed memory adaptive octree framework. The main goal of Dendro is to perform large scale multiphysics simulations efficeiently in mordern supercomputers. Dendro consists of efficient parallel data structures and algorithms to perform variational ( finite element) methods and finite difference mthods on 2:1 balanced arbitary adaptive octrees which enables the users to perform simulations raning from black holes (binary black hole mergers) to blood flow in human body, where applications ranging from relativity, astrophysics to biomedical engineering.
|
contains the interface to non-uniform FFT library by L. Greengard. More...
#include <iostream>
#include "dendro.h"
Go to the source code of this file.
Functions | |
void | nufft3d1f90_ (int nj, double *xj, double *yj, double *zj, DendroComplex *cj, int iflag, double eps, int ms, int mt, int mu, double *fk, int ier) |
: computes the nufft type 1 (nufft) More... | |
void | nufft3d2f90_ (int nj, double *xj, double *yj, double *zj, DendroComplex *cj, int iflag, double eps, int ms, int mt, int mu, double *fk, int ier) |
: computes the nufft type 2 (nufft) (inverse ft) More... | |
contains the interface to non-uniform FFT library by L. Greengard.
void nufft3d1f90_ | ( | int | nj, |
double * | xj, | ||
double * | yj, | ||
double * | zj, | ||
DendroComplex * | cj, | ||
int | iflag, | ||
double | eps, | ||
int | ms, | ||
int | mt, | ||
int | mu, | ||
double * | fk, | ||
int | ier | ||
) |
: computes the nufft type 1 (nufft)
[in] | nj | : number of sources. |
[in] | xj | : x coord values |
[in] | yj | : y coord values |
[in] | zj | : z coord values |
[in] | cj | : function values. |
[in] | iflag | : if >= 0 exponential with positive sign, used in fft |
[in] | eps | : user defined tolerance |
[in] | ms | : ft coefficient array size x |
[in] | mt | : ft coefficient array size y |
[in] | mu | : ft coefficient array size z |
[out] | fk | : computed fft coefficients |
[out] | ier | : error return code. |
void nufft3d2f90_ | ( | int | nj, |
double * | xj, | ||
double * | yj, | ||
double * | zj, | ||
DendroComplex * | cj, | ||
int | iflag, | ||
double | eps, | ||
int | ms, | ||
int | mt, | ||
int | mu, | ||
double * | fk, | ||
int | ier | ||
) |
: computes the nufft type 2 (nufft) (inverse ft)
[in] | nj | : number of sources. |
[in] | xj | : x coord values |
[in] | yj | : y coord values |
[in] | zj | : z coord values |
[out] | cj | : function values. |
[in] | iflag | : if >= 0 exponential with positive sign, used in fft |
[in] | eps | : user defined tolerance |
[in] | ms | : ft coefficient array size x |
[in] | mt | : ft coefficient array size y |
[in] | mu | : ft coefficient array size z |
[in] | fk | : computed fft coefficients |
[out] | ier | : error return code. |