Searched refs:adjoint_ptime (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/impls/implicit/theta/ |
| H A D | theta.c | 427 …PetscReal adjoint_ptime; /* end time of the adjoint time step (ts->ptime is the start time, usu… in TSAdjointStep_Theta() local 443 adjoint_ptime = ts->ptime + ts->time_step; in TSAdjointStep_Theta() 526 th->stage_time = adjoint_ptime; in TSAdjointStep_Theta() 530 if (quadts) PetscCall(TSComputeRHSJacobian(quadts, adjoint_ptime, th->X0, quadJ, NULL)); in TSAdjointStep_Theta() 549 …PetscCall(TSComputeIHessianProductFunctionUU(ts, adjoint_ptime, th->X0, VecsDeltaLam, ts->vec_sens… in TSAdjointStep_Theta() 553 …PetscCall(TSComputeIHessianProductFunctionUP(ts, adjoint_ptime, th->X0, VecsDeltaLam, ts->vec_dir,… in TSAdjointStep_Theta() 604 …PetscCall(TSComputeIJacobianP(ts, adjoint_ptime, th->X0, th->Xdot, 1. / ((th->Theta - 1.0) * adjoi… in TSAdjointStep_Theta() 605 if (quadts) PetscCall(TSComputeRHSJacobianP(quadts, adjoint_ptime, th->X0, quadJp)); in TSAdjointStep_Theta() 621 …PetscCall(TSComputeIHessianProductFunctionPU(ts, adjoint_ptime, th->X0, VecsDeltaLam, ts->vec_sens… in TSAdjointStep_Theta() 625 …PetscCall(TSComputeIHessianProductFunctionPP(ts, adjoint_ptime, th->X0, VecsDeltaLam, ts->vec_dir,… in TSAdjointStep_Theta()
|