Home
last modified time | relevance | path

Searched refs:KSPSetResidualHistory (Results 1 – 8 of 8) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/ !
H A Dpetscksp.pxi153 PetscErrorCode KSPSetResidualHistory(PetscKSP, PetscReal[], PetscInt, PetscBool)
H A DKSP.pyx1188 getConvergenceHistory, petsc.KSPSetResidualHistory
1200 CHKERR(KSPSetResidualHistory(self.ksp, data, size, flag))
/petsc/src/ksp/ksp/interface/ !
H A Ditcreate.c204 if (!ksp->res_hist) PetscCall(KSPSetResidualHistory(ksp, NULL, PETSC_DECIDE, PETSC_TRUE)); in KSPView()
H A Ditcl.c545 …if (rtype == (PetscEnum)0 || rtype == (PetscEnum)1) PetscCall(KSPSetResidualHistory(ksp, NULL, PET… in KSPSetFromOptions()
H A Ditfunc.c2452 PetscErrorCode KSPSetResidualHistory(KSP ksp, PetscReal a[], PetscCount na, PetscBool reset) in KSPSetResidualHistory() function
/petsc/doc/changes/ !
H A D2024.md110 - Added an additional argument to `KSPSetResidualHistory()`; see
/petsc/include/ !
H A Dpetscksp.h250 PETSC_EXTERN PetscErrorCode KSPSetResidualHistory(KSP, PetscReal[], PetscCount, PetscBool);
/petsc/src/ksp/ksp/impls/fetidp/ !
H A Dfetidp.c1151 …if (ksp->res_hist) PetscCall(KSPSetResidualHistory(fetidp->innerksp, ksp->res_hist, ksp->res_hist_… in KSPSetUp_FETIDP()