Searched refs:vecs_fuu (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/impls/implicit/theta/ |
| H A D | theta.c | 339 …roductFunctionUU(ts, th->stage_time, ts->vec_sol, VecsDeltaLam, ts->vec_sensip_col, ts->vecs_fuu)); in TSAdjointStepBEuler_Private() 345 PetscCall(VecAXPY(VecsSensi2Temp[nadj], -1., ts->vecs_fuu[nadj])); in TSAdjointStepBEuler_Private() 500 …roductFunctionUU(ts, th->stage_time, ts->vec_sol, VecsDeltaLam, ts->vec_sensip_col, ts->vecs_fuu)); in TSAdjointStep_Theta() 508 PetscCall(VecAXPY(VecsSensi2Temp[nadj], -1., ts->vecs_fuu[nadj])); in TSAdjointStep_Theta() 549 …ssianProductFunctionUU(ts, adjoint_ptime, th->X0, VecsDeltaLam, ts->vec_sensip_col, ts->vecs_fuu)); in TSAdjointStep_Theta() 557 PetscCall(VecAXPY(ts->vecs_sensi2[nadj], 1., ts->vecs_fuu[nadj])); in TSAdjointStep_Theta() 1071 if (!ts->ihessianproduct_fuu) ts->vecs_fuu = ts->vecs_guu; in TSAdjointSetUp_Theta()
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 227 Vec *vecs_fuu, *vecs_guu; member
|
| /petsc/src/ts/interface/sensitivity/ |
| H A D | tssen.c | 476 if (ihp1) ts->vecs_fuu = ihp1; in TSSetIHessianProduct()
|