Home
last modified time | relevance | path

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

/petsc/src/ts/impls/explicit/rk/
H A Drk.h47 …Vec VecDeltaFwdSensipCol; /* Working vector for holding one column of the sensitivity mat… member
H A Drk.c709 PetscCall(VecPlaceArray(rk->VecDeltaFwdSensipCol, xarr)); in TSForwardStep_RK()
710 …PetscCall(MatMultAdd(ts->Jacprhs, ts->vec_dir, rk->VecDeltaFwdSensipCol, rk->VecDeltaFwdSensipCol)… in TSForwardStep_RK()
711 PetscCall(VecResetArray(rk->VecDeltaFwdSensipCol)); in TSForwardStep_RK()
751 PetscCall(VecDuplicate(ts->vec_sol, &rk->VecDeltaFwdSensipCol)); in TSForwardSetUp_RK()
771 PetscCall(VecDestroy(&rk->VecDeltaFwdSensipCol)); in TSForwardReset_RK()
/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c32 …Vec VecDeltaFwdSensipCol; /* Working vector for holding one column of the sensitivity matrix… member
743 Vec VecDeltaFwdSensipCol = th->VecDeltaFwdSensipCol; in TSForwardStep_Theta() local
822 PetscCall(VecPlaceArray(VecDeltaFwdSensipCol, barr)); in TSForwardStep_Theta()
826 PetscCall(KSPSolve(ksp, VecDeltaFwdSensipCol, ts->vec_sensip_col)); in TSForwardStep_Theta()
830 PetscCall(KSPSolve(ksp, VecDeltaFwdSensipCol, VecDeltaFwdSensipCol)); in TSForwardStep_Theta()
837 PetscCall(VecResetArray(VecDeltaFwdSensipCol)); in TSForwardStep_Theta()
1004 PetscCall(VecDuplicate(ts->vec_sol, &th->VecDeltaFwdSensipCol)); in TSForwardSetUp_Theta()
1018 PetscCall(VecDestroy(&th->VecDeltaFwdSensipCol)); in TSForwardReset_Theta()