Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c748 PetscReal previous_shift; in TSForwardStep_Theta() local
751 previous_shift = th->shift; in TSForwardStep_Theta()
774 th->shift = previous_shift; in TSForwardStep_Theta()
787 th->shift = previous_shift; in TSForwardStep_Theta()
795 th->shift = previous_shift; /* recover the previous shift used in TSStep_Theta() */ in TSForwardStep_Theta()