Lines Matching refs:delta_min
13 static PetscErrorCode SNESNewtonTRSetTolerances_TR(SNES snes, PetscReal delta_min, PetscReal delta_… in SNESNewtonTRSetTolerances_TR() argument
18 if (delta_min == PETSC_DETERMINE) delta_min = tr->default_deltam; in SNESNewtonTRSetTolerances_TR()
21 if (delta_min != PETSC_CURRENT) tr->deltam = delta_min; in SNESNewtonTRSetTolerances_TR()
27 static PetscErrorCode SNESNewtonTRGetTolerances_TR(SNES snes, PetscReal *delta_min, PetscReal *delt… in SNESNewtonTRGetTolerances_TR() argument
32 if (delta_min) *delta_min = tr->deltam; in SNESNewtonTRGetTolerances_TR()
938 PetscErrorCode SNESNewtonTRSetTolerances(SNES snes, PetscReal delta_min, PetscReal delta_max, Petsc… in SNESNewtonTRSetTolerances() argument
942 PetscValidLogicalCollectiveReal(snes, delta_min, 2); in SNESNewtonTRSetTolerances()
945 …wtonTRSetTolerances_C", (SNES, PetscReal, PetscReal, PetscReal), (snes, delta_min, delta_max, delt… in SNESNewtonTRSetTolerances()
966 PetscErrorCode SNESNewtonTRGetTolerances(SNES snes, PetscReal *delta_min, PetscReal *delta_max, Pet… in SNESNewtonTRGetTolerances() argument
970 if (delta_min) PetscAssertPointer(delta_min, 2); in SNESNewtonTRGetTolerances()
973 …GetTolerances_C", (SNES, PetscReal *, PetscReal *, PetscReal *), (snes, delta_min, delta_max, delt… in SNESNewtonTRGetTolerances()