Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Dsnes.c3170 PetscReal maxentry = 0, maxdiff = 0, maxrdiff = 0; in SNESComputeJacobian() local
3180 if (PetscAbsScalar(ca[j]) > PetscAbs(maxdiff)) { in SNESComputeJacobian()
3182 maxdiff = PetscRealPart(ca[j]); in SNESComputeJacobian()
3190 …ff=%g at %" PetscInt_FMT "):", i, (double)maxentry, maxentrycol, (double)maxdiff, maxdiffcol, (dou… in SNESComputeJacobian()