Home
last modified time | relevance | path

Searched refs:KSPAppendOptionsPrefix (Results 1 – 25 of 39) sorted by relevance

12

/petsc/src/ksp/ksp/tests/
H A Dex16f.F9058 PetscCallA(KSPAppendOptionsPrefix(ksp1, '_', ierr))
79 PetscCallA(KSPAppendOptionsPrefix(ksp2, '_', ierr))
/petsc/src/ksp/pc/impls/lsc/
H A Dlsc.c23 PetscCall(KSPAppendOptionsPrefix(lsc->kspL, "lsc_")); in PCLSCAllocate_Private()
35 PetscCall(KSPAppendOptionsPrefix(lsc->kspMass, "lsc_mass_")); in PCLSCAllocate_Private()
/petsc/src/ksp/pc/impls/deflation/
H A Ddeflation.c611 PetscCall(KSPAppendOptionsPrefix(def->WtAWinv, "deflation_tel_")); in PCSetUp_Deflation()
644 PetscCall(KSPAppendOptionsPrefix(innerksp, "deflation_")); in PCSetUp_Deflation()
648 PetscCall(KSPAppendOptionsPrefix(innerksp, prefix)); in PCSetUp_Deflation()
/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c441 PetscCall(KSPAppendOptionsPrefix(ksp, "ptof_")); in DMSwarmProjectField_Conservative_PLEX()
475 PetscCall(KSPAppendOptionsPrefix(ksp, "ftop_")); in DMSwarmProjectParticles_Conservative_PLEX()
734 PetscCall(KSPAppendOptionsPrefix(ksp, "gptof_")); in DMSwarmProjectGradientField_Conservative_PLEX()
771 PetscCall(KSPAppendOptionsPrefix(ksp, "gftop_")); in DMSwarmProjectGradientParticles_Conservative_PLEX()
1216 PetscCall(KSPAppendOptionsPrefix(ksp, "ptof_")); in DMSwarmRemap_PFAK_Internal()
1266 PetscCall(KSPAppendOptionsPrefix(ksp, "ftop_")); in DMSwarmRemap_PFAK_Internal()
/petsc/src/ksp/pc/impls/galerkin/
H A Dgalerkin.c280 PetscCall(KSPAppendOptionsPrefix(jac->ksp, "galerkin_")); in PCSetFromOptions_Galerkin()
/petsc/src/ksp/pc/impls/ksp/
H A Dpcksp.c23 PetscCall(KSPAppendOptionsPrefix(jac->ksp, "ksp_")); in PCKSPCreateKSP_KSP()
/petsc/src/ksp/ksp/tutorials/
H A Dex9.c123 PetscCall(KSPAppendOptionsPrefix(ksp2, "s2_")); in main()
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c400 PetscCall(KSPAppendOptionsPrefix(mglevels[0]->smoothd, "mg_coarse_")); in PCMGSetLevels_MG()
432 PetscCall(KSPAppendOptionsPrefix(mglevels[i]->smoothd, tprefix)); in PCMGSetLevels_MG()
436 PetscCall(KSPAppendOptionsPrefix(mglevels[i]->smoothd, tprefix)); in PCMGSetLevels_MG()
938 PetscCall(KSPAppendOptionsPrefix(mglevels[i]->cr, crprefix)); in PCSetUp_MG()
1837 PetscCall(KSPAppendOptionsPrefix(subksp, "up_")); in PCMGSetDistinctSmoothUp()
H A Dgdsw.c94 PetscCall(KSPAppendOptionsPrefix(sksp[0], "gdsw_")); in PCMGGDSWSetUp()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcnullspace.c164 PetscCall(KSPAppendOptionsPrefix(check_ksp, "approximate_scale_")); in PCBDDCNullSpaceAssembleCorrection()
H A Dbddcfetidp.c745 PetscCall(KSPAppendOptionsPrefix(ctx->kBD, "bddelta_")); in PCBDDCSetupFETIDPPCContext()
832 PetscCall(KSPAppendOptionsPrefix(sksp, "harmonic_")); in PCBDDCSetupFETIDPPCContext()
/petsc/src/ts/utils/
H A Ddmlocalts.c473 PetscCall(KSPAppendOptionsPrefix(dmlocalts->kspmass, "mass_")); in DMTSCreateRHSMassMatrix()
/petsc/src/ml/regressor/impls/linear/
H A Dlinear.c140 PetscCall(KSPAppendOptionsPrefix(ksp, "regressor_linear_")); in PetscRegressorSetUp_Linear()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscksp.pxi140 PetscErrorCode KSPAppendOptionsPrefix(PetscKSP, char[])
/petsc/src/ksp/pc/impls/bjacobi/
H A Dbjacobi.c760 PetscCall(KSPAppendOptionsPrefix(ksp, "sub_")); in PCSetUp_BJacobi_Singleblock()
1071 PetscCall(KSPAppendOptionsPrefix(ksp, "sub_")); in PCSetUp_BJacobi_Multiblock()
1300 PetscCall(KSPAppendOptionsPrefix(jac->ksp[0], "sub_")); in PCSetUp_BJacobi_Multiproc()
/petsc/src/ksp/pc/impls/redundant/
H A Dredundant.c416 PetscCall(KSPAppendOptionsPrefix(red->ksp, "redundant_")); in PCRedundantGetKSP_Redundant()
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmimpl.c532 PetscCall(KSPAppendOptionsPrefix(lmvm->J0ksp, "mat_lmvm_J0_")); in MatSetOptionsPrefix_LMVM()
/petsc/src/tao/unconstrained/impls/ntr/
H A Dntr.c599 PetscCall(KSPAppendOptionsPrefix(tao->ksp, "tao_ntr_")); in TaoCreate_NTR()
/petsc/src/ksp/pc/impls/redistribute/
H A Dredistribute.c544 PetscCall(KSPAppendOptionsPrefix(red->ksp, "redistribute_")); in PCCreate_Redistribute()
/petsc/src/ksp/ksp/interface/
H A Ditcl.c85 PetscErrorCode KSPAppendOptionsPrefix(KSP ksp, const char prefix[]) in KSPAppendOptionsPrefix() function
/petsc/src/tao/unconstrained/impls/ntl/
H A Dntl.c822 PetscCall(KSPAppendOptionsPrefix(tao->ksp, "tao_ntl_")); in TaoCreate_NTL()
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c531 PetscCall(KSPAppendOptionsPrefix(ksp, subprefix)); in PCSetUp_GASM()
534 PetscCall(KSPAppendOptionsPrefix(ksp, "sub_")); in PCSetUp_GASM()
/petsc/src/ksp/pc/impls/wb/
H A Dwb.c789 PetscCall(KSPAppendOptionsPrefix(ctx->ksp, "exotic_")); in PCSetFromOptions_Exotic()
/petsc/include/
H A Dpetscksp.h641 PETSC_EXTERN PetscErrorCode KSPAppendOptionsPrefix(KSP, const char[]);
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope.c545 PetscCall(KSPAppendOptionsPrefix(sred->ksp, "telescope_")); in PCSetUp_Telescope()

12