Home
last modified time | relevance | path

Searched defs:delta_max (Results 1 – 5 of 5) sorted by relevance

/petsc/src/tao/unconstrained/impls/cg/
H A Dtaocg.h15 PetscReal delta_max; /* Minimum value for scaling */ member
/petsc/src/snes/impls/tr/
H A Dtr.c13 …rCode SNESNewtonTRSetTolerances_TR(SNES snes, PetscReal delta_min, PetscReal delta_max, PetscReal … in SNESNewtonTRSetTolerances_TR()
27 …ode SNESNewtonTRGetTolerances_TR(SNES snes, PetscReal *delta_min, PetscReal *delta_max, PetscReal … in SNESNewtonTRGetTolerances_TR()
938 PetscErrorCode SNESNewtonTRSetTolerances(SNES snes, PetscReal delta_min, PetscReal delta_max, Petsc… in SNESNewtonTRSetTolerances()
966 PetscErrorCode SNESNewtonTRGetTolerances(SNES snes, PetscReal *delta_min, PetscReal *delta_max, Pet… in SNESNewtonTRGetTolerances()
/petsc/src/ksp/ksp/utils/lmvm/rescale/
H A Dsymbrdnrescale.h14 PetscReal delta, delta_min, delta_max, sigma, tol; member
/petsc/src/tao/bound/impls/bncg/
H A Dbncg.h29 PetscReal f, delta_min, delta_max; member
/petsc/src/snes/impls/ntrdc/
H A Dntrdc.c15 …ode SNESNewtonTRSetTolerances_TRDC(SNES snes, PetscReal delta_min, PetscReal delta_max, PetscReal … in SNESNewtonTRSetTolerances_TRDC()