| /petsc/src/ts/tutorials/ |
| H A D | ex24.c | 6 static PetscErrorCode FormIFunction(TS, PetscReal, Vec, Vec, Vec, void *); 49 PetscCall(TSSetIFunction(ts, NULL, FormIFunction, &ctx)); in main() 118 PetscCall(FormIFunction(ts, t, X, Xdot, F, ictx)); in MonitorObjective() 145 static PetscErrorCode FormIFunction(TS ts, PetscReal t, Vec X, Vec Xdot, Vec F, void *ictx) in FormIFunction() function
|
| H A D | ex17.c | 42 static PetscErrorCode FormIFunction(TS, PetscReal, Vec, Vec, Vec, void *); 88 PetscCall(TSSetIFunction(ts, NULL, FormIFunction, &user)); in main() 156 static PetscErrorCode FormIFunction(TS ts, PetscReal ftime, Vec U, Vec Udot, Vec F, void *ptr) in FormIFunction() function
|
| H A D | ex22.c | 35 static PetscErrorCode FormIFunction(TS, PetscReal, Vec, Vec, Vec, void *); 92 PetscCall(TSSetIFunction(ts, NULL, FormIFunction, &user)); in main() 142 static PetscErrorCode FormIFunction(TS ts, PetscReal t, Vec X, Vec Xdot, Vec F, void *ptr) in FormIFunction() function
|
| H A D | ex25.c | 34 static PetscErrorCode FormIFunction(TS, PetscReal, Vec, Vec, Vec, void *); 91 PetscCall(TSSetIFunction(ts, NULL, FormIFunction, &user)); in main() 135 static PetscErrorCode FormIFunction(TS ts, PetscReal t, Vec X, Vec Xdot, Vec F, void *ptr) in FormIFunction() function
|
| H A D | ex35.cxx | 83 static PetscErrorCode FormIFunction(TS, PetscReal, Vec, Vec, Vec, void *); 127 PetscCall(TSSetIFunction(ts, NULL, FormIFunction, user)); in main() 288 static PetscErrorCode FormIFunction(TS ts, PetscReal t, Vec X, Vec Xdot, Vec F, PetscCtx ctx) in FormIFunction() function
|
| H A D | ex15.c | 39 extern PetscErrorCode FormIFunction(TS, PetscReal, Vec, Vec, Vec, void *); 95 PetscCall(TSSetIFunction(ts, r, FormIFunction, &user)); in main() 155 PetscErrorCode FormIFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, PetscCtx ctx) in FormIFunction() function
|
| H A D | ex27.c | 64 extern PetscErrorCode FormIFunction(TS, PetscReal, Vec, Vec, Vec, void *); 128 PetscCall(TSSetIFunction(ts, NULL, FormIFunction, &ctx)); in main() 315 PetscErrorCode FormIFunction(TS ts, PetscReal ptime, Vec X, Vec Xdot, Vec F, void *user) in FormIFunction() function
|
| H A D | ex22f_mf.F90 | 113 PetscCallA(TSSetIFunction(ts, PETSC_NULL_VEC, FormIFunction, ctx, ierr)) 197 subroutine FormIFunction(ts, t, X, Xdot, F, ctx, ierr) subroutine 225 end subroutine FormIFunction
|
| H A D | ex34.c | 64 static PetscErrorCode FormIFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, PetscCtx ctx) in FormIFunction() function 244 PetscCall(TSSetIFunction(ts, NULL, FormIFunction, &user)); in main()
|
| H A D | ex22f.F90 | 93 PetscCallA(TSSetIFunction(ts, PETSC_NULL_VEC, FormIFunction, ctx, ierr)) 169 subroutine FormIFunction(ts, t, X, Xdot, F, ctx, ierr) subroutine
|
| /petsc/src/ts/tutorials/eimex/ |
| H A D | allen_cahn.c | 22 static PetscErrorCode FormIFunction(TS, PetscReal, Vec, Vec, Vec, void *); 68 PetscCall(TSSetIFunction(ts, NULL, FormIFunction, &user)); in main() 127 static PetscErrorCode FormIFunction(TS ts, PetscReal t, Vec X, Vec Xdot, Vec F, void *ptr) in FormIFunction() function
|
| /petsc/src/ts/tests/ |
| H A D | ex25.c | 41 static PetscErrorCode FormIFunction(TS, PetscReal, Vec, Vec, Vec, void *); 109 PetscCall(TSSetIFunction(ts, NULL, FormIFunction, &user)); in Brusselator() 157 static PetscErrorCode FormIFunction(TS ts, PetscReal t, Vec X, Vec Xdot, Vec F, void *ptr) in FormIFunction() function
|
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9busdmnetwork.c | 484 PetscErrorCode FormIFunction(TS ts, PetscReal t, Vec X, Vec Xdot, Vec F, Userctx *user) in FormIFunction() function 1067 PetscCall(TSSetIFunction(ts, NULL, (TSIFunctionFn *)FormIFunction, &user)); in main() 1106 PetscCall(TSSetIFunction(ts, NULL, (TSIFunctionFn *)FormIFunction, &user)); in main() 1125 PetscCall(TSSetIFunction(ts, NULL, (TSIFunctionFn *)FormIFunction, &user)); in main()
|