Home
last modified time | relevance | path

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

/petsc/src/ts/event/
H A Dtsevent.c518 …eAndersonBjorck(PetscReal tleft, PetscReal t, PetscReal tright, PetscReal fleft, PetscReal f, Pets… in RefineAndersonBjorck() argument
534 if (justrefined && fright != 0.0 && fleft != 0.0) { in RefineAndersonBjorck()
536 scalB = -f / fleft; in RefineAndersonBjorck()
539 if (justrefined && fleft != 0.0 && fright != 0.0) { in RefineAndersonBjorck()
540 scal = (fleft - f) / fleft; in RefineAndersonBjorck()
551 if (side == -1) new_dt = scal * fleft / (scal * fleft - f) * (t - tleft); in RefineAndersonBjorck()