#include "petscmat.h" PetscErrorCode MatCreateFFT(MPI_Comm comm,PetscInt ndim,const PetscInt dim[],MatType mattype,Mat *A)Collective on MPI_Comm Many br
comm | - MPI communicator Many br | |
ndim | - the ndim-dimensional transform Many br | |
dim | - array of size ndim, dim[i] contains the vector length in the i-dimension Many br | |
type | - package type, e.g., FFTW or FFTCU Many br |
-mat_fft_type | - set FFT type Many br |