Home
last modified time | relevance | path

Searched refs: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() argument
96 T = shiftA + (Omega * Omega); in Tangent1()
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()
H A Dex44.c89 …ian(TS ts, PetscReal t, Vec U, Vec V, Vec A, PetscReal shiftV, PetscReal shiftA, Mat J, Mat P, Pet… in I2Jacobian() argument
100 Jac = shiftA + shiftV * app->Cd * v[0]; 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() argument
39 T = 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() argument
1612 PetscCall(TSComputeIJacobian(ts, t, U, A, shiftA, J, P, PETSC_FALSE)); in TSComputeI2Jacobian()
1617 …PetscCallBack("TS callback implicit Jacobian", I2Jacobian(ts, t, U, V, A, shiftV, shiftA, J, P, ct… in TSComputeI2Jacobian()