Searched refs:vecs_guu (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/impls/explicit/rk/ |
| H A D | rk.c | 958 …ssianProductFunctionUU(ts, rk->stage_time, Y[i], VecsSensiTemp, ts->vec_sensip_col, ts->vecs_guu)); in TSAdjointStep_RK() 961 …RHSHessianProductFunctionUU(quadts, rk->stage_time, Y[i], NULL, ts->vec_sensip_col, ts->vecs_guu)); in TSAdjointStep_RK() 994 PetscCall(VecAXPY(VecsDeltaLam2[nadj * s + i], -h * b[i], ts->vecs_guu[nadj])); in TSAdjointStep_RK() 1002 PetscCall(VecAXPY(VecsDeltaLam2[nadj * s + i], -h, ts->vecs_guu[nadj])); in TSAdjointStep_RK()
|
| /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 | 707 if (rhshp1) ts->vecs_guu = rhshp1; in TSSetRHSHessianProduct()
|
| /petsc/src/ts/impls/implicit/theta/ |
| H A D | theta.c | 1071 if (!ts->ihessianproduct_fuu) ts->vecs_fuu = ts->vecs_guu; in TSAdjointSetUp_Theta()
|