Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/alpha/
H A Dalpha1.c21 PetscReal shift_V; member
65 th->shift_V = Alpha_m / (Alpha_f * Gamma * dt); in TSAlpha_StageTime()
310 PetscReal dVdX = th->shift_V; in SNESTSFormJacobian_Alpha()
H A Dalpha2.c21 PetscReal shift_V; member
98 th->shift_V = Gamma / (dt * Beta); in TSAlpha_StageTime()
401 PetscReal dVdX = th->shift_V, dAdX = th->shift_A; in SNESTSFormJacobian_Alpha()