Searched refs:vecs_gpp (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/impls/explicit/rk/ |
| H A D | rk.c | 975 …teRHSHessianProductFunctionPP(ts, rk->stage_time, Y[i], VecsSensiTemp, ts->vec_dir, ts->vecs_gpp)); in TSAdjointStep_RK() 980 …ComputeRHSHessianProductFunctionPP(quadts, rk->stage_time, Y[i], NULL, ts->vec_dir, ts->vecs_gpp)); in TSAdjointStep_RK() 1010 PetscCall(VecAXPY(VecDeltaMu2, -h * b[i], ts->vecs_gpp[nadj])); in TSAdjointStep_RK() 1014 PetscCall(VecAXPY(VecDeltaMu2, -h, ts->vecs_gpp[nadj])); in TSAdjointStep_RK()
|
| /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 | 710 if (rhshp4) ts->vecs_gpp = rhshp4; in TSSetRHSHessianProduct()
|
| /petsc/src/ts/impls/implicit/theta/ |
| H A D | theta.c | 1078 if (!ts->ihessianproduct_fpp) ts->vecs_fpp = ts->vecs_gpp; in TSAdjointSetUp_Theta()
|