Home
last modified time | relevance | path

Searched refs:MatGetType (Results 1 – 25 of 41) sorted by relevance

12

/petsc/src/mat/interface/
H A Dmatreg.c35 PetscCall(MatGetType(mat, &inType)); in MatGetRootType_Private()
72 PetscCall(MatGetType(mat, &inType)); in MatGetMPIMatType_Private()
199 PetscErrorCode MatGetType(Mat mat, MatType *type) in MatGetType() function
/petsc/src/mat/tests/
H A Dex37.c26 PetscCall(MatGetType(C, &type)); in main()
111 PetscCall(MatGetType(C, &Ctype)); in main()
116 PetscCall(MatGetType(Cs, &Cstype)); in main()
H A Dex237.c224 PetscCall(MatGetType(A, &Atype)); in main()
225 PetscCall(MatGetType(C, &Ctype)); in main()
334 PetscCall(MatGetType(D, &Dtype)); in main()
345 PetscCall(MatGetType(C, &Ctype)); in main()
379 PetscCall(MatGetType(D, &Dtype)); in main()
418 PetscCall(MatGetType(D, &Dtype)); in main()
H A Dex217.c18 PetscCall(MatGetType(A, &mattype)); in main()
H A Dex103.c61 PetscCall(MatGetType(A, &type)); in main()
H A Dex243.c56 PetscCall(MatGetType(A, &type)); in main()
H A Dex261.c57 PetscCall(MatGetType(A, &mtype)); in InitializeMatrix()
H A Dex26.c16 PetscCall(MatGetType(A, &type)); in DumpCSR()
H A Dex2.c11 PetscCall(MatGetType(mat, &mtype)); in TransposeAXPY()
H A Dex55.c179 PetscCall(MatGetType(C, &ctype)); in main()
H A Dex62.c79 PetscCall(MatGetType(B, &mattype)); in main()
H A Dex74.c39 PetscCall(MatGetType(sA, &type)); in main()
H A Dex94.c78 PetscCall(MatGetType(B, &mattype)); in main()
/petsc/src/mat/utils/
H A Disltog.c17 if (!ptype) PetscCall(MatGetType(A, &ptype)); in MatCreateFromISLocalToGlobalMapping()
/petsc/src/ksp/pc/impls/gamg/
H A Dclassical.c136 PetscCall(MatGetType(A, &mtype)); in PCGAMGCreateGraph_Classical()
299 PetscCall(MatGetType(A, &mtype)); in PCGAMGProlongator_Classical_Direct()
494 PetscCall(MatGetType(*P, &mtype)); in PCGAMGTruncateProlongator_Private()
690 PetscCall(MatGetType(A, &mtype)); in PCGAMGProlongator_Classical_Standard()
H A Dgeo.c644 PetscCall(MatGetType(Amat, &mtype)); in PCGAMGProlongator_GEO()
/petsc/src/ksp/ksp/utils/schurm/
H A Dschurm.c502 PetscCall(MatGetType(AinvBd, &mtype)); in MatSchurComplementComputeExplicitOperator()
519 PetscCall(MatGetType(AinvBd, &mtype)); in MatSchurComplementComputeExplicitOperator()
561 PetscCall(MatGetType(AinvBd, &mtype)); in MatSchurComplementComputeExplicitOperator()
864 PetscCall(MatGetType(A00, &type)); in MatCreateSchurComplementPmat()
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmimpl.c281 PetscCall(MatGetType(B, &lmvmType)); in MatDuplicate_LMVM()
323 PetscCall(MatGetType(B, &type)); in MatView_LMVM()
/petsc/src/snes/tests/
H A Dex12f.F90235 PetscCallA(MatGetType(J, matrixname, ierr))
/petsc/src/ksp/ksp/tutorials/
H A Dex29.c248 PetscCall(MatGetType(jac, &jtype)); in ComputeMatrix()
H A Dex34.c287 PetscCall(MatGetType(jac, &jtype)); in ComputeMatrix()
/petsc/src/mat/graphops/coarsen/impls/misk/
H A Dmisk.c250 PetscCall(MatGetType(Gmat, &jtype)); in MatCoarsenApply_MISK_private()
/petsc/src/mat/impls/aij/mpi/
H A Dmpimatmatmult.c305 PetscCall(MatGetType(A, &mtype)); in MatMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable()
924 PetscCall(MatGetType(A, &mtype)); in MatMatMultSymbolic_MPIAIJ_MPIAIJ()
1202 PetscCall(MatGetType(A, &mtype)); in MatMatMultSymbolic_MPIAIJ_MPIAIJ_seqMPI()
1296 PetscCall(MatGetType(A, &mtype)); in MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable()
2050 PetscCall(MatGetType(A, &mtype)); in MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ()
H A Dmpiptap.c256 PetscCall(MatGetType(A, &mtype)); in MatPtAPSymbolic_MPIAIJ_MPIAIJ_scalable()
1010 PetscCall(MatGetType(A, &mtype)); in MatPtAPSymbolic_MPIAIJ_MPIXAIJ_allatonce()
1276 PetscCall(MatGetType(A, &mtype)); in MatPtAPSymbolic_MPIAIJ_MPIXAIJ_allatonce_merged()
1543 PetscCall(MatGetType(A, &mtype)); in MatPtAPSymbolic_MPIAIJ_MPIAIJ()
/petsc/src/mat/impls/is/
H A Dmatis.c196 PetscCall(MatGetType(lA, &lmtype)); in MatPtAPSymbolic_IS_XAIJ()
3148 PetscCall(MatGetType(local, &mtype)); in MatISSetLocalMat_IS()
3149 PetscCall(MatGetType(is->A, &otype)); in MatISSetLocalMat_IS()
3155 PetscCall(MatGetType(is->A, &mtype)); in MatISSetLocalMat_IS()
3471 if (a->assembledA) PetscCall(MatGetType(a->assembledA, &aAtype)); in MatISGetAssembled_Private()
3509 PetscCall(MatGetType(a->A, &ltype)); in MatGetDiagonalBlock_IS()
3534 PetscCall(MatGetType(a->A,&ltype)); in MatCreateSubMatrices_IS()

12