Home
last modified time | relevance | path

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

/petsc/src/snes/impls/al/ !
H A Dal.c42 PetscReal arcLength, arcLengthError; in SNESNewtonALCheckArcLength() local
48 arcLengthError = PetscAbsReal(arcLength - stepSize); in SNESNewtonALCheckArcLength()
50arcLengthError > PETSC_SQRT_MACHINE_EPSILON) PetscCall(PetscInfo(snes, "Arc length differs from sp… in SNESNewtonALCheckArcLength()