Searched refs:vecs_fpp (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/impls/implicit/theta/ |
| H A D | theta.c | 386 …essianProductFunctionPP(ts, th->stage_time, ts->vec_sol, VecsDeltaLam, ts->vec_dir, ts->vecs_fpp)); in TSAdjointStepBEuler_Private() 403 …if (ts->vecs_fpp) PetscCall(VecAXPY(ts->vecs_sensi2p[nadj], -adjoint_time_step, ts->vecs_fpp[nadj]… in TSAdjointStepBEuler_Private() 592 …essianProductFunctionPP(ts, th->stage_time, ts->vec_sol, VecsDeltaLam, ts->vec_dir, ts->vecs_fpp)); in TSAdjointStep_Theta() 598 …if (ts->vecs_fpp) PetscCall(VecAXPY(ts->vecs_sensi2p[nadj], -adjoint_time_step * th->Theta, ts->ve… in TSAdjointStep_Theta() 625 …puteIHessianProductFunctionPP(ts, adjoint_ptime, th->X0, VecsDeltaLam, ts->vec_dir, ts->vecs_fpp)); in TSAdjointStep_Theta() 631 …if (ts->vecs_fpp) PetscCall(VecAXPY(ts->vecs_sensi2p[nadj], -adjoint_time_step * (1.0 - th->Theta)… in TSAdjointStep_Theta() 1078 if (!ts->ihessianproduct_fpp) ts->vecs_fpp = ts->vecs_gpp; in TSAdjointSetUp_Theta()
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 230 Vec *vecs_fpp, *vecs_gpp; member
|
| /petsc/src/ts/interface/sensitivity/ |
| H A D | tssen.c | 479 if (ihp4) ts->vecs_fpp = ihp4; in TSSetIHessianProduct()
|