| /petsc/src/ts/tutorials/eimex/ |
| H A D | allen_cahn.c | 23 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 D | ex24.c | 5 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 D | ex17.c | 43 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 D | ex22.c | 36 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 D | ex25.c | 35 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 D | ex35.cxx | 84 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 D | ex15.c | 40 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 D | ex22f_mf.F90 | 119 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 D | ex34.c | 113 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 D | ex22f.F90 | 96 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 D | ex25.c | 42 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
|