51 data[l1] =
complex(renumData[l2].
Re(),renumData[l2].
Im());
61 for (
label i=0; i<nn[ii]; i++)
109 label ii(0), l1(0), l2(0);
void fftRenumber(List< complex > &data, const labelList &nn)
#define forAll(list, i)
Loop across all elements in list.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void size(const label)
Override size to be inconsistent with allocated storage.
Multi-dimensional renumbering used in the Numerical Recipes fft routine.
scalarField Im(const UList< complex > &cf)
Extension to the c++ complex library type.
void fftRenumberRecurse(List< complex > &data, List< complex > &renumData, const labelList &nn, label nnprod, label ii, label l1, label l2)
scalarField Re(const UList< complex > &cf)