Home
last modified time | relevance | path

Searched defs:stepmax (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/vec/utils/
H A Dprojection.c816 PetscErrorCode VecStepMaxBounded(Vec X, Vec DX, Vec XL, Vec XU, PetscReal *stepmax) in VecStepMaxBounded()
948 PetscReal stepmax = PETSC_INFINITY; in VecStepMax() local
/petsc/include/petsc/private/
H A Dtaolinesearchimpl.h63 PetscReal stepmax; /* upper bound for step */ member