Home
last modified time | relevance | path

Searched refs:SNESTestJacobian (Results 1 – 3 of 3) sorted by relevance

/petsc/doc/changes/ !
H A D324.md122 - Change `SNESTestJacobian()` to report the norms
/petsc/include/ !
H A Dpetscsnes.h984 PETSC_EXTERN PetscErrorCode SNESTestJacobian(SNES, PetscReal *, PetscReal *);
/petsc/src/snes/interface/ !
H A Dsnes.c2759 PetscErrorCode SNESTestJacobian(SNES snes, PetscReal *Jnorm, PetscReal *diffNorm) in SNESTestJacobian() function
3039 if (snes->testJac) PetscCall(SNESTestJacobian(snes, NULL, NULL)); in SNESComputeJacobian()