Home
last modified time | relevance | path

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

/petsc/src/ts/event/
H A Dtsevent.c520 PetscReal new_dt, scal = 1.0, scalB = 1.0, threshold = 0.0, power; in RefineAndersonBjorck() local
536 scalB = -f / fleft; in RefineAndersonBjorck()
541 scalB = -f / fright; in RefineAndersonBjorck()
549 …scal = PetscPowReal(scalB / *gamma, power) * (*gamma); // mix the Anderson-Bjorck scaling and Bis… in RefineAndersonBjorck()