FreeFOAM The Cross-Platform CFD Toolkit
fftRenumber.C File Reference

Multi-dimensional renumbering used in the Numerical Recipes fft routine. This version is recursive, so works in n-d : determined by the length of array nn. More...


Detailed Description

Multi-dimensional renumbering used in the Numerical Recipes fft routine. This version is recursive, so works in n-d : determined by the length of array nn.

Definition in file fftRenumber.C.

+ Include dependency graph for fftRenumber.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

void fftRenumberRecurse (List< complex > &data, List< complex > &renumData, const labelList &nn, label nnprod, label ii, label l1, label l2)
void fftRenumber (List< complex > &data, const labelList &nn)
 Multi-dimensional renumbering used in the Numerical Recipes fft routine.