Home
last modified time | relevance | path

Searched refs:vecs_gpp (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/impls/explicit/rk/
H A Drk.c975 …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 Dtsimpl.h230 Vec *vecs_fpp, *vecs_gpp; member
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c710 if (rhshp4) ts->vecs_gpp = rhshp4; in TSSetRHSHessianProduct()
/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c1078 if (!ts->ihessianproduct_fpp) ts->vecs_fpp = ts->vecs_gpp; in TSAdjointSetUp_Theta()