Home
last modified time | relevance | path

Searched defs:mattype (Results 1 – 19 of 19) sorted by relevance

/petsc/src/mat/tests/
H A Dex217.c10 MatType mattype; in main() local
H A Dex5k.kokkos.cxx52 char mattype[64]; in main() local
H A Dex16.c36 char mattype[256]; in main() local
H A Dex62.c37 MatType mattype; in main() local
H A Dex94.c40 MatType mattype; in main() local
H A Dex70.c208 char mattype[256]; in main() 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()
/petsc/lib/petsc/bin/
H A DPetscBinaryIO.py364 def readMat(self, fh, mattype='sparse'): argument
416 def readBinaryFile(self, fid, mattype='sparse'): argument
/petsc/src/mat/utils/
H A Daxpy.c437 PetscErrorCode MatComputeOperator(Mat inmat, MatType mattype, Mat *mat) in MatComputeOperator()
468 PetscErrorCode MatComputeOperatorTranspose(Mat inmat, MatType mattype, Mat *mat) in MatComputeOperatorTranspose()
/petsc/src/dm/impls/da/
H A Ddainterp.c50 MatType mattype; in DMCreateInterpolation_DA_1D_Q1() local
181 MatType mattype; in DMCreateInterpolation_DA_1D_Q0() local
268 MatType mattype; in DMCreateInterpolation_DA_2D_Q1() local
496 MatType mattype; in DMCreateInterpolation_DA_2D_Q0() local
617 MatType mattype; in DMCreateInterpolation_DA_3D_Q0() local
747 MatType mattype; in DMCreateInterpolation_DA_3D_Q1() local
/petsc/src/dm/impls/stag/
H A Dstag.c435 MatType mattype; in DMCreateInterpolation_Stag() local
467 MatType mattype; in DMCreateRestriction_Stag() local
/petsc/src/ksp/ksp/interface/
H A Deige.c56 PetscErrorCode KSPComputeOperator(KSP ksp, MatType mattype, Mat *mat) in KSPComputeOperator()
/petsc/src/mat/impls/aij/mpi/pastix/
H A Dpastix.c422 static PetscErrorCode MatGetFactor_pastix(Mat A, MatFactorType ftype, Mat *F, const char *mattype) in MatGetFactor_pastix()
/petsc/src/ksp/pc/interface/
H A Dprecon.c1973 PetscErrorCode PCComputeOperator(PC pc, MatType mattype, Mat *mat) in PCComputeOperator()
/petsc/include/petsc/private/
H A Ddmimpl.h243 MatType mattype; /* type of matrix created with DMCreateMatrix() */ member
/petsc/src/snes/tutorials/
H A Dex48.c273 MatType mattype; member
/petsc/src/mat/interface/
H A Dmatrix.c5481 MatType mattype; in MatIsTranspose() local
5550 MatType mattype; in MatIsHermitianTranspose() local
/petsc/src/ts/tutorials/
H A Dex14.c261 char *mattype; member
/petsc/src/snes/interface/
H A Dsnes.c2765 MatType mattype; in SNESTestJacobian() local