Searched refs:TSComputeI2Jacobian (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/impls/implicit/alpha/ |
| H A D | alpha2.c | 405 PetscCall(TSComputeI2Jacobian(ts, ta, Xa, Va, Aa, dVdX, dAdX, J, P)); in SNESTSFormJacobian_Alpha()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 185 …PetscErrorCode TSComputeI2Jacobian(PetscTS, PetscReal, PetscVec, PetscVec, PetscVec, PetscReal, Pe…
|
| H A D | TS.pyx | 1208 petsc.TSComputeI2Jacobian 1216 CHKERR(TSComputeI2Jacobian(self.ts, rval1, x.vec, xdot.vec, xdotdot.vec, rval2, rval3,
|
| /petsc/include/ |
| H A D | petscts.h | 826 PETSC_EXTERN PetscErrorCode TSComputeI2Jacobian(TS, PetscReal, Vec, Vec, Vec, PetscReal, PetscReal,…
|
| /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() function
|