Searched refs:shiftV (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex81.c | 33 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 D | ex80.c | 34 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 D | ex44.c | 89 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 D | ex43.c | 132 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 D | ts.c | 1592 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()
|