Searched refs:SNESGetSolutionUpdate (Results 1 – 7 of 7) sorted by relevance
109 PetscCall(SNESGetSolutionUpdate(snes, &x)); in SNESMonitorSolutionUpdate()316 PetscCall(SNESGetSolutionUpdate(snes, &dx)); in SNESMonitorDefault()
5123 PetscErrorCode SNESGetSolutionUpdate(SNES snes, Vec *x) in SNESGetSolutionUpdate() function
264 PetscCall(SNESGetSolutionUpdate(snes, &update)); in SNESSolve_Patch()
138 PetscErrorCode SNESGetSolutionUpdate(PetscSNES, PetscVec*)
1930 petsc.SNESGetSolutionUpdate1934 CHKERR(SNESGetSolutionUpdate(self.snes, &vec.vec))
2254 CHKERR(SNESGetSolutionUpdate(snes, &Y))
85 PETSC_EXTERN PetscErrorCode SNESGetSolutionUpdate(SNES, Vec *);