Home
last modified time | relevance | path

Searched refs:SNESGetSolutionUpdate (Results 1 – 7 of 7) sorted by relevance

/petsc/src/snes/interface/
H A Dsnesut.c109 PetscCall(SNESGetSolutionUpdate(snes, &x)); in SNESMonitorSolutionUpdate()
316 PetscCall(SNESGetSolutionUpdate(snes, &dx)); in SNESMonitorDefault()
H A Dsnes.c5123 PetscErrorCode SNESGetSolutionUpdate(SNES snes, Vec *x) in SNESGetSolutionUpdate() function
/petsc/src/snes/impls/patch/
H A Dsnespatch.c264 PetscCall(SNESGetSolutionUpdate(snes, &update)); in SNESSolve_Patch()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi138 PetscErrorCode SNESGetSolutionUpdate(PetscSNES, PetscVec*)
H A DSNES.pyx1930 petsc.SNESGetSolutionUpdate
1934 CHKERR(SNESGetSolutionUpdate(self.snes, &vec.vec))
H A Dlibpetsc4py.pyx2254 CHKERR(SNESGetSolutionUpdate(snes, &Y))
/petsc/include/
H A Dpetscsnes.h85 PETSC_EXTERN PetscErrorCode SNESGetSolutionUpdate(SNES, Vec *);