Home
last modified time | relevance | path

Searched refs:FormIJacobian (Results 1 – 11 of 11) sorted by relevance

/petsc/src/ts/tutorials/eimex/
H A Dallen_cahn.c23 static PetscErrorCode FormIJacobian(TS, PetscReal, Vec, Vec, PetscReal, Mat, Mat, PetscCtx ctx);
69 PetscCall(TSSetIJacobian(ts, A, A, FormIJacobian, &user)); in main()
148 static PetscErrorCode FormIJacobian(TS ts, PetscReal t, Vec U, Vec Udot, PetscReal a, Mat J, Mat Jp… in FormIJacobian() function
/petsc/src/ts/tutorials/
H A Dex24.c5 static PetscErrorCode FormIJacobian(TS, PetscReal, Vec, Vec, PetscReal, Mat, Mat, void *);
50 PetscCall(TSSetIJacobian(ts, J, J, FormIJacobian, &ctx)); in main()
195 static PetscErrorCode FormIJacobian(TS ts, PetscReal t, Vec X, Vec Xdot, PetscReal shift, Mat J, Ma… in FormIJacobian() function
H A Dex17.c43 static PetscErrorCode FormIJacobian(TS, PetscReal, Vec, Vec, PetscReal, Mat, Mat, void *);
114 PetscCall(TSSetIJacobian(ts, J, J, FormIJacobian, &user)); in main()
214 PetscErrorCode FormIJacobian(TS ts, PetscReal t, Vec U, Vec Udot, PetscReal a, Mat J, Mat Jpre, Pet… in FormIJacobian() function
H A Dex22.c36 static PetscErrorCode FormIJacobian(TS, PetscReal, Vec, Vec, PetscReal, Mat, Mat, void *);
95 PetscCall(TSSetIJacobian(ts, J, J, FormIJacobian, &user)); in main()
229 PetscErrorCode FormIJacobian(TS ts, PetscReal t, Vec X, Vec Xdot, PetscReal a, Mat J, Mat Jpre, voi… in FormIJacobian() function
H A Dex25.c35 static PetscErrorCode FormIJacobian(TS, PetscReal, Vec, Vec, PetscReal, Mat, Mat, void *);
94 PetscCall(TSSetIJacobian(ts, J, J, FormIJacobian, &user)); in main()
222 PetscErrorCode FormIJacobian(TS ts, PetscReal t, Vec X, Vec Xdot, PetscReal a, Mat J, Mat Jpre, voi… in FormIJacobian() function
H A Dex35.cxx84 static PetscErrorCode FormIJacobian(TS, PetscReal, Vec, Vec, PetscReal, Mat, Mat, void *);
128 PetscCall(TSSetIJacobian(ts, J, J, FormIJacobian, user)); in main()
195 PetscErrorCode FormIJacobian(TS ts, PetscReal t, Vec X, Vec Xdot, PetscReal a, Mat J, Mat Jpre, voi… in FormIJacobian() function
H A Dex15.c40 extern PetscErrorCode FormIJacobian(TS, PetscReal, Vec, Vec, PetscReal, Mat, Mat, void *);
116 PetscCall(TSSetIJacobian(ts, J, J, FormIJacobian, &user)); in main()
246 PetscErrorCode FormIJacobian(TS ts, PetscReal t, Vec U, Vec Udot, PetscReal a, Mat J, Mat Jpre, Pet… in FormIJacobian() function
H A Dex22f_mf.F90119 PetscCallA(TSSetIJacobian(ts, J, J, FormIJacobian, ctx, ierr))
319 subroutine FormIJacobian(ts, t, X, Xdot, shift, J, Jpre, ctx, ierr) subroutine
358 end subroutine FormIJacobian
H A Dex34.c113 PetscErrorCode FormIJacobian(TS ts, PetscReal t, Vec U, Vec Udot, PetscReal a, Mat J, Mat Jpre, Pet… in FormIJacobian() function
247 PetscCall(TSSetIJacobian(ts, J, J, FormIJacobian, &user)); in main()
H A Dex22f.F9096 PetscCallA(TSSetIJacobian(ts, J, J, FormIJacobian, ctx, ierr))
288 subroutine FormIJacobian(ts, t, X, Xdot, shift, J, Jpre, ctx, ierr) subroutine
/petsc/src/ts/tests/
H A Dex25.c42 static PetscErrorCode FormIJacobian(TS, PetscReal, Vec, Vec, PetscReal, Mat, Mat, void *);
112 PetscCall(TSSetIJacobian(ts, J, J, FormIJacobian, &user)); in Brusselator()
244 PetscErrorCode FormIJacobian(TS ts, PetscReal t, Vec X, Vec Xdot, PetscReal a, Mat J, Mat Jpre, voi… in FormIJacobian() function