Home
last modified time | relevance | path

Searched refs:MatAppendOptionsPrefix (Results 1 – 24 of 24) sorted by relevance

/petsc/src/tao/bound/impls/bqnls/
H A Dbqnls.c59 PetscCall(MatAppendOptionsPrefix(bqnk->B, "tao_bqnls_")); in TaoSetFromOptions_BQNLS()
/petsc/src/ksp/pc/impls/h2opus/
H A Dpch2opus.c560 PetscCall(MatAppendOptionsPrefix(pch2opus->T, "pc_h2opus_est_")); in PCSetUp_H2OPUS()
577 PetscCall(MatAppendOptionsPrefix(pch2opus->A, "pc_h2opus_init_")); in PCSetUp_H2OPUS()
603 PetscCall(MatAppendOptionsPrefix(pch2opus->M, "pc_h2opus_inv_")); in PCSetUp_H2OPUS()
/petsc/src/tao/bound/impls/bqnk/
H A Dbqnk.c119 PetscCall(MatAppendOptionsPrefix(bqnk->B, "tao_bqnk_")); in TaoSetFromOptions_BQNK()
/petsc/src/ksp/pc/impls/lmvm/
H A Dlmvmpc.c118 PetscCall(MatAppendOptionsPrefix(ctx->B, "pc_lmvm_")); in PCLMVMGetMatLMVM()
/petsc/src/tao/bound/impls/blmvm/
H A Dblmvm.c162 PetscCall(MatAppendOptionsPrefix(blmP->M, "tao_blmvm_")); in TaoSetFromOptions_BLMVM()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiptap.c373 PetscCall(MatAppendOptionsPrefix(ptap->C_oth, "inner_offdiag_")); in MatPtAPSymbolic_MPIAIJ_MPIAIJ_scalable()
440 PetscCall(MatAppendOptionsPrefix(ptap->C_loc, "inner_diag_")); in MatPtAPSymbolic_MPIAIJ_MPIAIJ_scalable()
1660 PetscCall(MatAppendOptionsPrefix(ptap->Ro, "inner_offdiag_")); in MatPtAPSymbolic_MPIAIJ_MPIAIJ()
1664 PetscCall(MatAppendOptionsPrefix(ptap->C_oth, "inner_C_oth_")); in MatPtAPSymbolic_MPIAIJ_MPIAIJ()
1724 PetscCall(MatAppendOptionsPrefix(ptap->Rd, "inner_diag_")); in MatPtAPSymbolic_MPIAIJ_MPIAIJ()
1728 PetscCall(MatAppendOptionsPrefix(ptap->C_loc, "inner_C_loc_")); in MatPtAPSymbolic_MPIAIJ_MPIAIJ()
H A Dmpimatmatmult.c1097 PetscCall(MatAppendOptionsPrefix(adpd, "inner_diag_")); in MatMatMultSymbolic_MPIAIJ_MPIAIJ_seqMPI()
1153 PetscCall(MatAppendOptionsPrefix(a->B, "inner_offdiag_")); in MatMatMultSymbolic_MPIAIJ_MPIAIJ_seqMPI()
1314 PetscCall(MatAppendOptionsPrefix(ptap->Ro, "inner_offdiag_")); in MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable()
1371 PetscCall(MatAppendOptionsPrefix(ptap->Rd, "inner_diag_")); in MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable()
H A Dmpiaij.c7200 PetscCall(MatAppendOptionsPrefix(mp[cp], pprefix)); in MatProductSymbolic_MPIAIJBACKEND()
7216 PetscCall(MatAppendOptionsPrefix(mp[cp], pprefix)); in MatProductSymbolic_MPIAIJBACKEND()
7229 PetscCall(MatAppendOptionsPrefix(mp[cp], pprefix)); in MatProductSymbolic_MPIAIJBACKEND()
7251 PetscCall(MatAppendOptionsPrefix(mp[cp], pprefix)); in MatProductSymbolic_MPIAIJBACKEND()
7272 PetscCall(MatAppendOptionsPrefix(mp[cp], pprefix)); in MatProductSymbolic_MPIAIJBACKEND()
7289 PetscCall(MatAppendOptionsPrefix(mp[cp], pprefix)); in MatProductSymbolic_MPIAIJBACKEND()
7304 PetscCall(MatAppendOptionsPrefix(mp[cp], pprefix)); in MatProductSymbolic_MPIAIJBACKEND()
7325 PetscCall(MatAppendOptionsPrefix(mp[cp], pprefix)); in MatProductSymbolic_MPIAIJBACKEND()
7346 PetscCall(MatAppendOptionsPrefix(mp[cp], pprefix)); in MatProductSymbolic_MPIAIJBACKEND()
7357 PetscCall(MatAppendOptionsPrefix(mp[cp], pprefix)); in MatProductSymbolic_MPIAIJBACKEND()
/petsc/src/snes/impls/tr/
H A Dtr.c451 PetscCall(MatAppendOptionsPrefix(B, optionsprefix)); in SNESSetUpQN_NEWTONTR()
464 PetscCall(MatAppendOptionsPrefix(B, optionsprefix)); in SNESSetUpQN_NEWTONTR()
/petsc/src/snes/impls/qn/
H A Dqn.c31 PetscCall(MatAppendOptionsPrefix(qn->B, "qn_")); in SNESQNGetMatrix_Private()
/petsc/src/mat/interface/
H A Dmatproduct.c1265 PetscCall(MatAppendOptionsPrefix(mmabc->BC, "P1_")); in MatProductSymbolic_ABC_Basic()
1277 PetscCall(MatAppendOptionsPrefix(mmabc->ABC, "P2_")); in MatProductSymbolic_ABC_Basic()
H A Dmatrix.c829 PetscErrorCode MatAppendOptionsPrefix(Mat A, const char prefix[]) in MatAppendOptionsPrefix() function
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmimpl.c528 PetscCall(MatAppendOptionsPrefix(lmvm->J0, "mat_lmvm_J0_")); in MatSetOptionsPrefix_LMVM()
H A Dlmvmutils.c73 PetscCall(MatAppendOptionsPrefix(*J0, "mat_lmvm_J0_")); in MatLMVMCreateJ0()
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c513 PetscCall(MatAppendOptionsPrefix(*Gmat2, addp)); in PCGAMGSquareGraph_GAMG()
783 PetscCall(MatAppendOptionsPrefix(Prol11, addp)); in PCSetUp_GAMG()
/petsc/src/ksp/pc/impls/mpi/
H A Dpcmpi.c255 PetscCall(MatAppendOptionsPrefix(A, "mpi_linear_solver_server_")); in PCMPISetMat()
/petsc/src/tao/bound/impls/bncg/
H A Dbncg.c224 PetscCall(MatAppendOptionsPrefix(cg->B, "tao_bncg_")); in TaoSetFromOptions_BNCG()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi267 PetscErrorCode MatAppendOptionsPrefix(PetscMat, char[])
H A DMat.pyx1852 petsc_options, setOptionsPrefix, petsc.MatAppendOptionsPrefix
1857 CHKERR(MatAppendOptionsPrefix(self.mat, cval))
/petsc/include/
H A Dpetscmat.h375 PETSC_EXTERN PetscErrorCode MatAppendOptionsPrefix(Mat, const char[]);
/petsc/src/ksp/pc/impls/bddc/
H A Dbddc.c2470 PetscCall(MatAppendOptionsPrefix(newmat, "fetidp_")); in PCBDDCCreateFETIDPOperators_BDDC()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1720 PetscCall(MatAppendOptionsPrefix(*mat, "pc_patch_sub_")); in PCPatchCreateMatrix_Private()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx2191 PetscCall(MatAppendOptionsPrefix(D00, "block_diagonal_")); in PCSetUp_HPDDM()
/petsc/src/mat/impls/is/
H A Dmatis.c2769 PetscCall(MatAppendOptionsPrefix(is->A, ((PetscObject)A)->prefix)); in MatSetLocalToGlobalMapping_IS()