Home
last modified time | relevance | path

Searched refs: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() argument
38 T = shiftV; in Tangent()
H A Dex80.c34 PetscErrorCode Tangent(TS ts, PetscReal t, Vec U, Vec V, Vec A, PetscReal shiftV, PetscReal shiftA,… in Tangent() argument
/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() argument
100 Jac = shiftA + shiftV * app->Cd * v[0]; in I2Jacobian()
H A Dex43.c132 PetscErrorCode Tangent2(TS ts, PetscReal t, Vec U, Vec V, Vec A, PetscReal shiftV, PetscReal shiftA… in Tangent2() argument
139 T = shiftA + shiftV * (2 * Xi * Omega) + (Omega * Omega); 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() argument
1617 …PetscCallBack("TS callback implicit Jacobian", I2Jacobian(ts, t, U, V, A, shiftV, shiftA, J, P, ct… in TSComputeI2Jacobian()