Overture
Version 25
|
This is the complete list of members for FourierOperators, including all inherited members.
fourierDerivative(const RealArray &uHat, RealArray &uHatDerivative, const int &xDerivative=1, const int &yDerivative=0, const int &zDerivative=0, const Range &Components=nullRange) | FourierOperators | |
fourierLaplacian(const RealArray &uHat, RealArray &uHatLaplacian, const int &power=1, const Range &Components=nullRange) | FourierOperators | |
FourierOperators(const int &numberOfDimensions, const int &nx, const int &ny=1, const int &nz=1) | FourierOperators | |
fourierToReal(const RealArray &uHat, RealArray &u, const Range &Components=nullRange) | FourierOperators | |
realToFourier(const RealArray &u, RealArray &uHat, const Range &Components=nullRange) | FourierOperators | |
setDefaultRanges(const Range &R1, const Range &R2=nullRange, const Range &R3=nullRange) | FourierOperators | |
setDimensions(const int &numberOfDimensions, const int &nx, const int &ny=1, const int &nz=1) | FourierOperators | |
setPeriod(const real &xPeriod, const real &yPeriod=twoPi, const real &zPeriod=twoPi) | FourierOperators | |
transform(const int &forwardOrBackward, const RealArray &u, RealArray &uHat, const Range &Components) | FourierOperators | |
~FourierOperators() | FourierOperators |