Home
last modified time | relevance | path

Searched refs:TSComputeRHSHessianProductFunctionUU (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/interface/sensitivity/
H A Dtssen.c522 PetscCall(TSComputeRHSHessianProductFunctionUU(ts, t, U, Vl, Vr, VHV)); in TSComputeIHessianProductFunctionUU()
741 PetscErrorCode TSComputeRHSHessianProductFunctionUU(TS ts, PetscReal t, Vec U, Vec Vl[], Vec Vr, Ve… in TSComputeRHSHessianProductFunctionUU() function
/petsc/src/ts/impls/explicit/rk/
H A Drk.c958 …PetscCall(TSComputeRHSHessianProductFunctionUU(ts, rk->stage_time, Y[i], VecsSensiTemp, ts->vec_se… in TSAdjointStep_RK()
961 …PetscCall(TSComputeRHSHessianProductFunctionUU(quadts, rk->stage_time, Y[i], NULL, ts->vec_sensip_… in TSAdjointStep_RK()
/petsc/include/
H A Dpetscts.h294 PETSC_EXTERN PetscErrorCode TSComputeRHSHessianProductFunctionUU(TS, PetscReal, Vec, Vec[], Vec, Ve…