Home
last modified time | relevance | path

Searched refs:KSPFlexibleModifyPCNoChange (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ksp/ksp/impls/gmres/fgmres/
H A Dmodpcf.c46 PetscErrorCode KSPFlexibleModifyPCNoChange(KSP ksp, PetscInt total_its, PetscInt loc_its, PetscReal… in KSPFlexibleModifyPCNoChange() function
H A Dfgmres.c429 if (flg) PetscCall(KSPFlexibleSetModifyPC(ksp, KSPFlexibleModifyPCNoChange, NULL, NULL)); in KSPSetFromOptions_FGMRES()
573 fgmres->modifypc = KSPFlexibleModifyPCNoChange; in KSPCreate_FGMRES()
/petsc/src/ksp/ksp/impls/gmres/fgmres/ftn-custom/
H A Dzmodpcff.c39 *ierr = KSPFlexibleSetModifyPC(*ksp, KSPFlexibleModifyPCNoChange, NULL, NULL); in kspflexiblesetmodifypc_()
/petsc/doc/changes/
H A Ddev.md92 …SModifyPCNoChange()` and `KSPFGMRESModifyPCKSP()` in favor of `KSPFlexibleModifyPCNoChange()` and …
/petsc/include/
H A Dpetscksp.h555 PETSC_EXTERN KSPFlexibleModifyPCFn KSPFlexibleModifyPCNoChange; variable
561 return KSPFlexibleModifyPCNoChange(ksp, total_its, loc_its, res_norm, ctx); in KSPFGMRESModifyPCNoChange()