Searched refs:SNESSetPicard (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/snes/tests/ |
| H A D | ex21f.F90 | 68 PetscCallA(SNESSetPicard(snes, res, FormFunction, user%A, user%A, FormJacobian, user, ierr))
|
| /petsc/doc/changes/ |
| H A D | 35.md | 115 `SNESSetJacobian()` and `SNESSetPicard()` are now Mat not 118 `SNESSetJacobian()` and `SNESSetPicard()` are gone.
|
| H A D | 316.md | 155 - Add support for `-snes_mf_operator` for use with `SNESSetPicard()`
|
| /petsc/src/snes/interface/ftn-custom/ |
| H A D | zsnesf.c | 267 …if (!*ierr) *ierr = SNESSetPicard(*snes, *r, oursnespicardfunction, *A, *B, oursnespicardjacobian,… in snessetpicard_()
|
| /petsc/include/ |
| H A D | petscsnes.h | 574 PETSC_EXTERN PetscErrorCode SNESSetPicard(SNES, Vec, SNESFunctionFn *, Mat, Mat, SNESJacobianFn *, …
|
| /petsc/doc/manual/ |
| H A D | snes.md | 195 One such approximate Jacobian comes from “Picard linearization”, use `SNESSetPicard()`, which
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 2339 PetscErrorCode SNESSetPicard(SNES snes, Vec r, SNESFunctionFn *bp, Mat Amat, Mat Pmat, SNESJacobian… in SNESSetPicard() function
|