Lines Matching refs:vec_sensip_col
337 PetscCall(VecPlaceArray(ts->vec_sensip_col, xarr)); in TSAdjointStepBEuler_Private()
339 …ProductFunctionUU(ts, th->stage_time, ts->vec_sol, VecsDeltaLam, ts->vec_sensip_col, ts->vecs_fuu)… in TSAdjointStepBEuler_Private()
384 …ProductFunctionPU(ts, th->stage_time, ts->vec_sol, VecsDeltaLam, ts->vec_sensip_col, ts->vecs_fpu)… in TSAdjointStepBEuler_Private()
409 PetscCall(VecResetArray(ts->vec_sensip_col)); in TSAdjointStepBEuler_Private()
498 PetscCall(VecPlaceArray(ts->vec_sensip_col, xarr)); in TSAdjointStep_Theta()
500 …ProductFunctionUU(ts, th->stage_time, ts->vec_sol, VecsDeltaLam, ts->vec_sensip_col, ts->vecs_fuu)… in TSAdjointStep_Theta()
501 PetscCall(VecResetArray(ts->vec_sensip_col)); in TSAdjointStep_Theta()
547 PetscCall(VecPlaceArray(ts->vec_sensip_col, xarr)); in TSAdjointStep_Theta()
549 …essianProductFunctionUU(ts, adjoint_ptime, th->X0, VecsDeltaLam, ts->vec_sensip_col, ts->vecs_fuu)… in TSAdjointStep_Theta()
550 PetscCall(VecResetArray(ts->vec_sensip_col)); in TSAdjointStep_Theta()
585 PetscCall(VecPlaceArray(ts->vec_sensip_col, xarr)); in TSAdjointStep_Theta()
587 …ProductFunctionPU(ts, th->stage_time, ts->vec_sol, VecsDeltaLam, ts->vec_sensip_col, ts->vecs_fpu)… in TSAdjointStep_Theta()
588 PetscCall(VecResetArray(ts->vec_sensip_col)); in TSAdjointStep_Theta()
619 PetscCall(VecPlaceArray(ts->vec_sensip_col, xarr)); in TSAdjointStep_Theta()
621 …essianProductFunctionPU(ts, adjoint_ptime, th->X0, VecsDeltaLam, ts->vec_sensip_col, ts->vecs_fpu)… in TSAdjointStep_Theta()
622 PetscCall(VecResetArray(ts->vec_sensip_col)); in TSAdjointStep_Theta()
825 PetscCall(VecPlaceArray(ts->vec_sensip_col, xarr)); in TSForwardStep_Theta()
826 PetscCall(KSPSolve(ksp, VecDeltaFwdSensipCol, ts->vec_sensip_col)); in TSForwardStep_Theta()
827 PetscCall(VecResetArray(ts->vec_sensip_col)); in TSForwardStep_Theta()