Searched refs:SNESTestJacobian (Results 1 – 3 of 3) sorted by relevance
122 - Change `SNESTestJacobian()` to report the norms
984 PETSC_EXTERN PetscErrorCode SNESTestJacobian(SNES, PetscReal *, PetscReal *);
2759 PetscErrorCode SNESTestJacobian(SNES snes, PetscReal *Jnorm, PetscReal *diffNorm) in SNESTestJacobian() function3039 if (snes->testJac) PetscCall(SNESTestJacobian(snes, NULL, NULL)); in SNESComputeJacobian()