Home
last modified time | relevance | path

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

/petsc/src/tao/quadratic/impls/bqpip/
H A Dbqpip.c128 PetscReal tstep1, tstep2, tstep3, tstep4, tstep; in QPIPStepLength() local
133 PetscCall(VecStepMax(qp->T, qp->DT, &tstep2)); in QPIPStepLength()
137 tstep = PetscMin(tstep1, tstep2); in QPIPStepLength()