Home
last modified time | relevance | path

Searched defs:VecDeltaFwdSensipCol (Results 1 – 2 of 2) 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
/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