Home
last modified time | relevance | path

Searched refs:TSComputeI2Jacobian (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/impls/implicit/alpha/
H A Dalpha2.c405 PetscCall(TSComputeI2Jacobian(ts, ta, Xa, Va, Aa, dVdX, dAdX, J, P)); in SNESTSFormJacobian_Alpha()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi185 …PetscErrorCode TSComputeI2Jacobian(PetscTS, PetscReal, PetscVec, PetscVec, PetscVec, PetscReal, Pe…
H A DTS.pyx1208 petsc.TSComputeI2Jacobian
1216 CHKERR(TSComputeI2Jacobian(self.ts, rval1, x.vec, xdot.vec, xdotdot.vec, rval2, rval3,
/petsc/include/
H A Dpetscts.h826 PETSC_EXTERN PetscErrorCode TSComputeI2Jacobian(TS, PetscReal, Vec, Vec, Vec, PetscReal, PetscReal,…
/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() function