Home
last modified time | relevance | path

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

/petsc/src/snes/impls/ls/
H A Dls.c186 PetscCall(PCLMVMSetUpdateVec(pc, X)); in SNESSolve_NEWTONLS()
/petsc/src/ksp/pc/impls/lmvm/
H A Dlmvmpc.c34 PetscErrorCode PCLMVMSetUpdateVec(PC pc, Vec X) in PCLMVMSetUpdateVec() function
/petsc/doc/changes/
H A D321.md118 - Add `PCLMVMSetUpdateVec()` for the automatic update of the LMVM preconditioner inside a SNES solve
/petsc/include/
H A Dpetscpc.h506 PETSC_EXTERN PetscErrorCode PCLMVMSetUpdateVec(PC, Vec);
/petsc/src/snes/impls/tr/
H A Dtr.c567 PetscCall(PCLMVMSetUpdateVec(pc, X)); in SNESSolve_NEWTONTR()