Home
last modified time | relevance | path

Searched refs:loc_its (Results 1 – 2 of 2) 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() argument
71 PetscErrorCode KSPFlexibleModifyPCKSP(KSP ksp, PetscInt total_its, PetscInt loc_its, PetscReal res_… in KSPFlexibleModifyPCKSP() argument
92 if (!loc_its) rtol = .1; in KSPFlexibleModifyPCKSP()
/petsc/include/
H A Dpetscksp.h559 …rrorCode KSPFGMRESModifyPCNoChange(KSP ksp, PetscInt total_its, PetscInt loc_its, PetscReal res_no… in KSPFGMRESModifyPCNoChange() argument
561 return KSPFlexibleModifyPCNoChange(ksp, total_its, loc_its, res_norm, ctx); in KSPFGMRESModifyPCNoChange()
565 static inline PetscErrorCode KSPFGMRESModifyPCKSP(KSP ksp, PetscInt total_its, PetscInt loc_its, Pe… in KSPFGMRESModifyPCKSP() argument
567 return KSPFlexibleModifyPCKSP(ksp, total_its, loc_its, res_norm, ctx); in KSPFGMRESModifyPCKSP()