Home
last modified time | relevance | path

Searched defs:shiftV (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/tests/
H A Dex81.c33 PetscErrorCode Tangent(TS ts, PetscReal t, Vec U, Vec V, PetscReal shiftV, Mat J, Mat P, PetscCtx c… in Tangent()
H A Dex80.c34 PetscErrorCode Tangent(TS ts, PetscReal t, Vec U, Vec V, Vec A, PetscReal shiftV, PetscReal shiftA,… in Tangent()
/petsc/src/ts/tutorials/
H A Dex44.c89 static PetscErrorCode I2Jacobian(TS ts, PetscReal t, Vec U, Vec V, Vec A, PetscReal shiftV, PetscRe… in I2Jacobian()
H A Dex43.c132 PetscErrorCode Tangent2(TS ts, PetscReal t, Vec U, Vec V, Vec A, PetscReal shiftV, PetscReal shiftA… in Tangent2()
/petsc/src/ts/interface/
H A Dts.c1592 PetscErrorCode TSComputeI2Jacobian(TS ts, PetscReal t, Vec U, Vec V, Vec A, PetscReal shiftV, Petsc… in TSComputeI2Jacobian()