Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Dsnes.c2759 PetscErrorCode SNESTestJacobian(SNES snes, PetscReal *Jnorm, PetscReal *diffNorm) in SNESTestJacobian() argument
2769 PetscBool silent = diffNorm != PETSC_NULLPTR ? PETSC_TRUE : PETSC_FALSE; in SNESTestJacobian()
2907 if (diffNorm) *diffNorm = nrm; in SNESTestJacobian()