Searched refs:arcLengthError (Results 1 – 1 of 1) sorted by relevance
42 PetscReal arcLength, arcLengthError; in SNESNewtonALCheckArcLength() local48 arcLengthError = PetscAbsReal(arcLength - stepSize); in SNESNewtonALCheckArcLength()50 …arcLengthError > PETSC_SQRT_MACHINE_EPSILON) PetscCall(PetscInfo(snes, "Arc length differs from sp… in SNESNewtonALCheckArcLength()