Home
last modified time | relevance | path

Searched refs:MatGetOptionsPrefix (Results 1 – 20 of 20) sorted by relevance

/petsc/src/ksp/ksp/tests/
H A Dex9.c21 PetscCall(MatGetOptionsPrefix(sA, &prefix)); in replace_submats()
H A Dex11.c24 PetscCall(MatGetOptionsPrefix(A11, &prefix)); in replace_submats()
26 PetscCall(MatGetOptionsPrefix(A22, &prefix)); in replace_submats()
/petsc/src/mat/impls/aij/seq/spqr/
H A Daijspqr.c319 PetscCall(MatGetOptionsPrefix(A, &prefix)); in MatGetFactor_seqaij_spqr()
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmimpl.c525 PetscCall(MatGetOptionsPrefix(B, &prefix)); in MatSetOptionsPrefix_LMVM()
H A Dlmvmutils.c71 PetscCall(MatGetOptionsPrefix(B, &prefix)); in MatLMVMCreateJ0()
86 PetscCall(MatGetOptionsPrefix(B, &prefix)); in MatLMVMCreateJ0KSP()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiptap.c371 PetscCall(MatGetOptionsPrefix(A, &prefix)); in MatPtAPSymbolic_MPIAIJ_MPIAIJ_scalable()
1658 PetscCall(MatGetOptionsPrefix(A, &prefix)); in MatPtAPSymbolic_MPIAIJ_MPIAIJ()
1662 PetscCall(MatGetOptionsPrefix(Cmpi, &prefix)); in MatPtAPSymbolic_MPIAIJ_MPIAIJ()
1726 PetscCall(MatGetOptionsPrefix(Cmpi, &prefix)); in MatPtAPSymbolic_MPIAIJ_MPIAIJ()
H A Dmpimatmatmult.c1093 PetscCall(MatGetOptionsPrefix(A, &prefix)); in MatMatMultSymbolic_MPIAIJ_MPIAIJ_seqMPI()
1095 PetscCall(MatGetOptionsPrefix(A, &prefix)); in MatMatMultSymbolic_MPIAIJ_MPIAIJ_seqMPI()
1312 PetscCall(MatGetOptionsPrefix(A, &prefix)); in MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable()
H A Dmpiaij.c7184 PetscCall(MatGetOptionsPrefix(C, &prefix)); in MatProductSymbolic_MPIAIJBACKEND()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c743 PetscCall(MatGetOptionsPrefix(fetimat, &prefix)); in PCBDDCSetupFETIDPPCContext()
830 PetscCall(MatGetOptionsPrefix(fetimat, &prefix)); in PCBDDCSetupFETIDPPCContext()
/petsc/src/ksp/pc/impls/h2opus/
H A Dpch2opus.c624 PetscCall(MatGetOptionsPrefix(pch2opus->M, &prefix)); in PCSetUp_H2OPUS()
/petsc/src/ksp/pc/impls/mpi/
H A Dpcmpi.c199 PetscCall(MatGetOptionsPrefix(sA, &prefix)); in PCMPISetMat()
/petsc/src/mat/interface/
H A Dmatproduct.c1231 PetscCall(MatGetOptionsPrefix(mat, &prefix)); in MatProductSymbolic_ABC_Basic()
H A Dmatrix.c854 PetscErrorCode MatGetOptionsPrefix(Mat A, const char *prefix[]) in MatGetOptionsPrefix() function
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c1374 PetscCall(MatGetOptionsPrefix(A, &prefix)); in PCASMCreateSubdomains()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi268 PetscErrorCode MatGetOptionsPrefix(PetscMat, char*[])
H A DMat.pyx1838 petsc_options, setOptionsPrefix, petsc.MatGetOptionsPrefix
1842 CHKERR(MatGetOptionsPrefix(self.mat, &cval))
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c1332 PetscCall(MatGetOptionsPrefix(A, &prefix)); in PCGASMCreateLocalSubdomains()
/petsc/include/
H A Dpetscmat.h376 PETSC_EXTERN PetscErrorCode MatGetOptionsPrefix(Mat, const char *[]);
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c710 PetscCall(MatGetOptionsPrefix(jac->pmat[i], &prefix)); in PCSetUp_FieldSplit()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx2613 PetscCall(MatGetOptionsPrefix(subA[1], &matpre)); in PCSetUp_HPDDM()