Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Dsnes.c3098 …PetscReal threshold_atol = PETSC_SQRT_MACHINE_EPSILON, threshold_rtol = 10 * PETSC_SQRT_MACHINE_EP… in SNESComputeJacobian() local
3106 …ons, ((PetscObject)snes)->prefix, "-snes_compare_coloring_threshold_atol", &threshold_atol, NULL)); in SNESComputeJacobian()
3175 …PetscReal rdiff = PetscAbsScalar(ca[j]) / (threshold_atol + threshold_rtol * PetscAbsScalar(ba[j])… in SNESComputeJacobian()
3193 … rdiff = PetscAbsScalar(ca[j]) / (threshold_atol + threshold_rtol * PetscAbsScalar(ba[j])); in SNESComputeJacobian()