Home
last modified time | relevance | path

Searched defs:ndim (Results 1 – 14 of 14) sorted by relevance

/petsc/src/mat/impls/cufft/
H A Dcufft.cu10 PetscInt ndim; member
20 PetscInt ndim = cufft->ndim, *dim = cufft->dim; in MatMult_SeqCUFFT() local
57 PetscInt ndim = cufft->ndim, *dim = cufft->dim; in MatMultTranspose_SeqCUFFT() local
124 PetscErrorCode MatCreateSeqCUFFT(MPI_Comm comm, PetscInt ndim, const PetscInt dim[], Mat *A) in MatCreateSeqCUFFT()
/petsc/src/mat/impls/fft/fftw/
H A Dfftw.c46 PetscInt ndim = fft->ndim, *dim = fft->dim; in MatMult_SeqFFTW() local
141 PetscInt ndim = fft->ndim, *dim = fft->dim; in MatMultTranspose_SeqFFTW() local
226 PetscInt ndim = fft->ndim, *dim = fft->dim; in MatMult_MPIFFTW() local
297 PetscInt ndim = fft->ndim, *dim = fft->dim; in MatMultTranspose_MPIFFTW() local
503 PetscInt ndim = fft->ndim, *dim = fft->dim; in MatCreateVecsFFTW_FFTW() local
778 PetscInt ndim = fft->ndim, *dim = fft->dim, n1; in VecScatterPetscToFFTW_FFTW() local
1025 PetscInt ndim = fft->ndim, *dim = fft->dim; in VecScatterFFTWToPetsc_FFTW() local
1227 PetscInt ndim = fft->ndim, *dim = fft->dim; in MatCreate_FFTW() local
/petsc/src/mat/impls/fft/
H A Dfft.c43 PetscErrorCode MatCreateFFT(MPI_Comm comm, PetscInt ndim, const PetscInt dim[], MatType mattype, Ma… in MatCreateFFT()
H A Dfft.h6 PetscInt ndim; member
/petsc/src/mat/tests/
H A Dex112.c22 PetscInt n = 10, N, ndim = 4, dim[4], DIM, i; in main() local
H A Dex142.c21 int n = 10, N, Ny, ndim = 4, i, dim[4], DIM; in main() local
H A Dex121.c21 PetscInt n = 10, N, ndim = 4, dim[4], DIM, i, j; in main() local
/petsc/src/dm/tests/
H A Dex27.c25 PetscInt dim[3] = {10, 10, 10}, ndim = 3; in main() local
H A Dex28.c27 PetscInt dim[3] = {10, 10, 10}, ndim = 3; in main() local
/petsc/src/binding/petsc4py/src/
H A Dpyapicompat.h17 int ndim; member
/petsc/src/tao/unconstrained/tutorials/
H A Deptorsion3.c49 PetscInt ndim; /* problem dimension */ member
438 PetscInt i, j, ndim = user->ndim; in FormHessian() local
H A Deptorsion1.c49 PetscInt ndim; /* problem dimension */ member
422 PetscInt i, j, ndim = user->ndim; in FormHessian() local
/petsc/src/ts/tutorials/
H A Dex11.h675 …alar *ul, const PetscScalar *ur, PetscScalar *flux, const PetscReal *nn, int ndim, PetscReal gamma) in godunovflux()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c144 PetscInt ndim; in DMPlexReplace_Internal() local