Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex21f.F9068 PetscCallA(SNESSetPicard(snes, res, FormFunction, user%A, user%A, FormJacobian, user, ierr))
/petsc/doc/changes/
H A D35.md115 `SNESSetJacobian()` and `SNESSetPicard()` are now Mat not
118 `SNESSetJacobian()` and `SNESSetPicard()` are gone.
H A D316.md155 - Add support for `-snes_mf_operator` for use with `SNESSetPicard()`
/petsc/src/snes/interface/ftn-custom/
H A Dzsnesf.c267 …if (!*ierr) *ierr = SNESSetPicard(*snes, *r, oursnespicardfunction, *A, *B, oursnespicardjacobian,… in snessetpicard_()
/petsc/include/
H A Dpetscsnes.h574 PETSC_EXTERN PetscErrorCode SNESSetPicard(SNES, Vec, SNESFunctionFn *, Mat, Mat, SNESJacobianFn *, …
/petsc/doc/manual/
H A Dsnes.md195 One such approximate Jacobian comes from “Picard linearization”, use `SNESSetPicard()`, which
/petsc/src/snes/interface/
H A Dsnes.c2339 PetscErrorCode SNESSetPicard(SNES snes, Vec r, SNESFunctionFn *bp, Mat Amat, Mat Pmat, SNESJacobian… in SNESSetPicard() function