Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope_coarsedm.c363 …tscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its, PetscBool zeroguess, PetscInt *outit… in PCApplyRichardson_Telescope_CoarseDM() argument
377 if (!zeroguess) { in PCApplyRichardson_Telescope_CoarseDM()
385 if (!zeroguess) PetscCall(KSPSetInitialGuessNonzero(sred->ksp, PETSC_TRUE)); in PCApplyRichardson_Telescope_CoarseDM()
H A Dtelescope.c618 …tscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its, PetscBool zeroguess, PetscInt *outit… in PCApplyRichardson_Telescope() argument
635 if (!zeroguess) { in PCApplyRichardson_Telescope()
655 if (!zeroguess) PetscCall(KSPSetInitialGuessNonzero(sred->ksp, PETSC_TRUE)); in PCApplyRichardson_Telescope()
H A Dtelescope_dmda.c932 …tscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its, PetscBool zeroguess, PetscInt *outit… in PCApplyRichardson_Telescope_dmda() argument
954 if (!zeroguess) { in PCApplyRichardson_Telescope_dmda()
977 if (!zeroguess) PetscCall(KSPSetInitialGuessNonzero(sred->ksp, PETSC_TRUE)); in PCApplyRichardson_Telescope_dmda()
/petsc/doc/manual/
H A Dadvanced.md325 …PetscReal rtol,PetscReal atol, PetscReal dtol,PetscInt maxits,PetscBool zeroguess,PetscInt *outits…
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c124 …tscReal rtol, PetscReal abstol, PetscReal dtol, PetscInt its, PetscBool zeroguess, PetscInt *outit… in PCApplyRichardson_MG() argument
167 if (zeroguess) { in PCApplyRichardson_MG()