Home
last modified time | relevance | path

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

/petsc/src/ts/event/
H A Dtsevent.c518 …, PetscReal t, PetscReal tright, PetscReal fleft, PetscReal f, PetscReal fright, PetscInt side, Pe… in RefineAndersonBjorck() argument
534 if (justrefined && fright != 0.0 && fleft != 0.0) { in RefineAndersonBjorck()
535 scal = (fright - f) / fright; in RefineAndersonBjorck()
539 if (justrefined && fleft != 0.0 && fright != 0.0) { in RefineAndersonBjorck()
541 scalB = -f / fright; in RefineAndersonBjorck()
552 else new_dt = f / (f - scal * fright) * (tright - t); in RefineAndersonBjorck()