Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c23 …PetscReal time_step0; /* Backup for ts->timestep, the step size of current time step, use… member
132 … PetscCall(VecAXPY(quadts->vec_sol, th->time_step0 * (1.0 - th->Theta), ts->vec_costintegrand)); in TSThetaEvaluateCostIntegral()
135 PetscCall(VecAXPY(quadts->vec_sol, th->time_step0 * th->Theta, ts->vec_costintegrand)); in TSThetaEvaluateCostIntegral()
138 PetscCall(VecAXPY(quadts->vec_sol, th->time_step0, ts->vec_costintegrand)); in TSThetaEvaluateCostIntegral()
162 th->time_step0 = -ts->time_step; in TSAdjointCostIntegral_Theta()
254 th->time_step0 = ts->time_step; in TSStep_Theta()
764 th->shift = 1. / ((th->Theta - 1.) * th->time_step0); in TSForwardStep_Theta()
814 …PetscCall(MatAXPY(quadts->mat_sensip, th->time_step0 * (1. - th->Theta), th->MatIntegralSensipTemp… in TSForwardStep_Theta()
852 …PetscCall(MatAXPY(quadts->mat_sensip, th->time_step0, th->MatIntegralSensipTemp, SAME_NONZERO_PATT… in TSForwardStep_Theta()
859 …PetscCall(MatAXPY(quadts->mat_sensip, th->time_step0 * th->Theta, th->MatIntegralSensipTemp, SAME_… in TSForwardStep_Theta()
/petsc/include/petsc/private/
H A Dtsimpl.h300 PetscReal time_step0; /* proposed time increment at the beginning of the step */ member
/petsc/src/ts/interface/
H A Dts.c3512 ts->time_step0 = ts->time_step; in TSStep()
3990 ts->time_step = ts->time_step0; in TSResize()