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.
Functions
nufft.h File Reference

contains the interface to non-uniform FFT library by L. Greengard. More...

#include <iostream>
#include "dendro.h"
Include dependency graph for nufft.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...
 

Detailed Description

contains the interface to non-uniform FFT library by L. Greengard.

Author
Milinda Fernando (milin.nosp@m.d@cs.nosp@m..utah.nosp@m..edu)
Date
2019-04-15 School of Computing, University of Utah.

Function Documentation

◆ nufft3d1f90_()

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)

Parameters
[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.

◆ nufft3d2f90_()

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)

Parameters
[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.