Home
last modified time | relevance | path

Searched defs:shiftA (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex43.c89 PetscErrorCode Tangent1(TS ts, PetscReal t, Vec U, Vec A, PetscReal shiftA, Mat J, Mat P, PetscCtx … in Tangent1()
132 PetscErrorCode Tangent2(TS ts, PetscReal t, Vec U, Vec V, Vec A, PetscReal shiftV, PetscReal shiftA in Tangent2()
H A Dex44.c89 …Jacobian(TS ts, PetscReal t, Vec U, Vec V, Vec A, PetscReal shiftV, PetscReal shiftA, Mat J, Mat P… in I2Jacobian()
/petsc/src/ts/tests/
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/interface/
H A Dts.c1592 …Jacobian(TS ts, PetscReal t, Vec U, Vec V, Vec A, PetscReal shiftV, PetscReal shiftA, Mat J, Mat P) in TSComputeI2Jacobian()