Searched refs:stage_time_ex (Results 1 – 1 of 1) sorted by relevance
1570 PetscReal t = ts->ptime, stage_time_ex; in TSAdjointStep_ARKIMEX() local1582 stage_time_ex = t - adjoint_time_step * (1.0 - c[i]); in TSAdjointStep_ARKIMEX()1589 PetscCall(TSComputeRHSJacobian(ts, stage_time_ex, Y[i], Jex, Jex)); in TSAdjointStep_ARKIMEX()1592 …PetscCall(TSComputeRHSJacobianP(ts, stage_time_ex, Y[i], ts->Jacprhs)); … in TSAdjointStep_ARKIMEX()