Home
last modified time | relevance | path

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

/petsc/src/ts/impls/explicit/rk/
H A Drk.c965 …teRHSHessianProductFunctionUP(ts, rk->stage_time, Y[i], VecsSensiTemp, ts->vec_dir, ts->vecs_gup)); in TSAdjointStep_RK()
968 …RHSHessianProductFunctionUP(quadts, rk->stage_time, Y[i], NULL, ts->vec_sensip_col, ts->vecs_gup)); in TSAdjointStep_RK()
995 …f (ts->vecs_sensip) PetscCall(VecAXPY(VecsDeltaLam2[nadj * s + i], -h * b[i], ts->vecs_gup[nadj])); in TSAdjointStep_RK()
1003 … if (ts->vecs_sensip) PetscCall(VecAXPY(VecsDeltaLam2[nadj * s + i], -h, ts->vecs_gup[nadj])); in TSAdjointStep_RK()
/petsc/include/petsc/private/
H A Dtsimpl.h228 Vec *vecs_fup, *vecs_gup; member
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c708 if (rhshp2) ts->vecs_gup = rhshp2; in TSSetRHSHessianProduct()
/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c1072 if (!ts->ihessianproduct_fup) ts->vecs_fup = ts->vecs_gup; in TSAdjointSetUp_Theta()