| /petsc/src/ts/tests/ |
| H A D | ex24.c | 237 PetscCall(TSComputeIJacobian(ts, t, U, Udot, shift, Jac2, Jac2, PETSC_FALSE)); in main() 239 PetscCall(TSComputeIJacobian(ts, t, U, Udot, shift, Jac, Jac, PETSC_FALSE)); in main() 241 PetscCall(TSComputeIJacobian(ts, t, U, Udot, shift, Jac, Jac, PETSC_FALSE)); in main()
|
| H A D | ex5.c | 319 PetscCall(TSComputeIJacobian(ts, 0.0, T, Tdot, 0.12345, J, J, PETSC_FALSE)); in main()
|
| /petsc/share/petsc/suppressions/ |
| H A D | ubsan | 34 function:TSComputeIJacobian
|
| /petsc/src/ts/impls/implicit/radau5/ |
| H A D | radau5.c | 55 …PetscCallAbort(PETSC_COMM_SELF, TSComputeIJacobian(ts, *X, cvode->work, yydot, 0, mat, mat, PETSC_… in JVPOL()
|
| /petsc/src/ts/utils/ |
| H A D | dmplexts.c | 386 PetscCall(TSComputeIJacobian(ts, t, u, u_t, shift, J, M, PETSC_FALSE)); in DMTSCheckJacobian() 392 PetscCall(TSComputeIJacobian(ts, t, u, u_t, shift, J, J, PETSC_FALSE)); in DMTSCheckJacobian()
|
| /petsc/src/ts/impls/implicit/theta/ |
| H A D | theta.c | 765 … PetscCall(TSComputeIJacobian(ts, th->ptime0, th->X0, th->Xdot, th->shift, J, Jpre, PETSC_FALSE)); in TSForwardStep_Theta() 781 …PetscCall(TSComputeIJacobian(ts, th->stage_time, th->X, th->Xdot, th->shift, J, Jpre, PETSC_FALSE)… in TSForwardStep_Theta() 797 …PetscCall(TSComputeIJacobian(ts, th->stage_time, ts->vec_sol, th->Xdot, th->shift, J, Jpre, PETSC_… in TSForwardStep_Theta() 799 …PetscCall(TSComputeIJacobian(ts, th->stage_time, th->X, th->Xdot, th->shift, J, Jpre, PETSC_FALSE)… in TSForwardStep_Theta() 982 PetscCall(TSComputeIJacobian(ts, th->stage_time, x, Xdot, shift, A, B, PETSC_FALSE)); in SNESTSFormJacobian_Theta()
|
| /petsc/src/ts/impls/mimex/ |
| H A D | mimex.c | 137 PetscCall(TSComputeIJacobian(ts, mimex->stage_time, x, Xdot, shift, A, B, PETSC_TRUE)); in SNESTSFormJacobian_Mimex()
|
| /petsc/src/ts/impls/pseudo/ |
| H A D | posindep.c | 250 …PetscCall(TSComputeIJacobian(ts, ts->ptime + ts->time_step, X, Xdot, 1. / ts->time_step, AA, BB, P… in SNESTSFormJacobian_Pseudo()
|
| /petsc/src/ts/impls/implicit/alpha/ |
| H A D | alpha1.c | 314 PetscCall(TSComputeIJacobian(ts, ta, Xa, Va, dVdX, J, P, PETSC_FALSE)); in SNESTSFormJacobian_Alpha()
|
| /petsc/src/ts/impls/eimex/ |
| H A D | eimex.c | 289 PetscCall(TSComputeIJacobian(ts, ts->ptime, X, Ydot, ext->shift, A, B, PETSC_TRUE)); in SNESTSFormJacobian_EIMEX()
|
| /petsc/src/ts/impls/implicit/discgrad/ |
| H A D | tsdiscgrad.c | 417 PetscCall(TSComputeIJacobian(ts, dg->stage_time, x, Xdot, shift, A, B, PETSC_FALSE)); in SNESTSFormJacobian_DiscGrad()
|
| /petsc/src/ts/impls/bdf/ |
| H A D | bdf.c | 399 PetscCall(TSComputeIJacobian(ts, t, X, V, shift, J, P, PETSC_FALSE)); in SNESTSFormJacobian_BDF()
|
| /petsc/src/ts/impls/rosw/ |
| H A D | rosw.c | 1198 … PetscCall(TSComputeIJacobian(ts, ros->stage_time, ts->vec_sol, Ydot, 0, J, Jp, PETSC_FALSE)); in TSStep_RosW() 1452 PetscCall(TSComputeIJacobian(ts, ros->stage_time, Ystage, Ydot, shift, A, B, PETSC_TRUE)); in SNESTSFormJacobian_RosW()
|
| /petsc/src/ts/impls/implicit/sundials/ |
| H A D | sundials.c | 30 PetscCall(TSComputeIJacobian(ts, ts->ptime, yy, yydot, 1 / gm, J, P, PETSC_FALSE)); in TSPrecond_Sundials_Petsc()
|
| /petsc/src/ts/impls/arkimex/ |
| H A D | fsarkimex.c | 69 PetscCall(TSComputeIJacobian(ark->subts_fast, ark->stage_time, Y, Ydot, shift, A, B, ark->imex)); in SNESTSFormJacobian_ARKIMEX_FastSlowSplit()
|
| H A D | arkimex.c | 1933 PetscCall(TSComputeIJacobian(ts, ark->stage_time, Z, X, shift, A, B, ark->imex)); in SNESTSFormJacobian_ARKIMEX() 1946 PetscCall(TSComputeIJacobian(ts, ark->stage_time, X, Ydot, shift, A, B, ark->imex)); in SNESTSFormJacobian_ARKIMEX()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 182 …PetscErrorCode TSComputeIJacobian(PetscTS, PetscReal, PetscVec, PetscVec, PetscReal, PetscMat, Pet…
|
| H A D | TS.pyx | 987 petsc.TSComputeIJacobian 995 CHKERR(TSComputeIJacobian(self.ts, rval1, x.vec, xdot.vec, rval2,
|
| H A D | libpetsc4py.pyx | 2664 CHKERR(TSComputeIJacobian(ts, t, x, dx, a, A, B, PETSC_FALSE))
|
| /petsc/src/ts/impls/implicit/irk/ |
| H A D | irk.c | 514 …PetscCall(TSComputeIJacobian(ts, ts->ptime + ts->time_step * c[nstages - 1], Y[nstages - 1], Ydot,… in SNESTSFormJacobian_IRK()
|
| /petsc/src/ts/impls/glee/ |
| H A D | glee.c | 705 PetscCall(TSComputeIJacobian(ts, glee->stage_time, X, Ydot, shift, A, B, PETSC_FALSE)); in SNESTSFormJacobian_GLEE()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 891 PetscErrorCode TSComputeIJacobian(TS ts, PetscReal t, Vec U, Vec Udot, PetscReal shift, Mat A, Mat … in TSComputeIJacobian() function 1612 PetscCall(TSComputeIJacobian(ts, t, U, A, shiftA, J, P, PETSC_FALSE)); in TSComputeI2Jacobian() 4719 PetscCall(TSComputeIJacobian(ts, t, U, Udot, 1.0, A, B, PETSC_TRUE)); in TSComputeIFunctionLinear()
|
| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glle.c | 1079 …PetscCall(TSComputeIJacobian(ts, gl->stage_time, x, gl->Ydot[gl->stage], gl->scoeff / ts->time_ste… in SNESTSFormJacobian_GLLE()
|
| /petsc/include/ |
| H A D | petscts.h | 824 PETSC_EXTERN PetscErrorCode TSComputeIJacobian(TS, PetscReal, Vec, Vec, PetscReal, Mat, Mat, PetscB…
|