| /petsc/src/ts/event/tests/output/ |
| H A D | ex1.out | 2 Monitor -> step 0 time 0. value 0. 5 Monitor -> step 1 time 1. value 1. 8 Monitor -> step 1 time 1. value 1. 11 Monitor -> step 2 time 2. value 2. 14 Monitor -> step 3 time 3. value 3. 18 Monitor -> step 3 time 3. value 3. 21 Monitor -> step 3 time 3. value 3. 24 Monitor -> step 4 time 4. value 4. 28 Monitor -> step 5 time 5. value 5. 31 Monitor -> step 5 time 5. value 5. [all …]
|
| H A D | ex1_arkimex.out | 2 Monitor -> step 0 time 0. value 0. 5 Monitor -> step 1 time 1. value 1. 8 Monitor -> step 1 time 1. value 1. 11 Monitor -> step 2 time 2. value 2. 14 Monitor -> step 3 time 3. value 3. 18 Monitor -> step 3 time 3. value 3. 21 Monitor -> step 3 time 3. value 3. 24 Monitor -> step 4 time 4. value 4. 28 Monitor -> step 5 time 5. value 5. 31 Monitor -> step 5 time 5. value 5. [all …]
|
| H A D | ex1_alpha.out | 2 Monitor -> step 0 time 0. value 0. 5 Monitor -> step 1 time 1. value 1. 8 Monitor -> step 1 time 1. value 1. 11 Monitor -> step 2 time 2. value 2. 14 Monitor -> step 3 time 3. value 3. 18 Monitor -> step 3 time 3. value 3. 21 Monitor -> step 3 time 3. value 3. 24 Monitor -> step 4 time 4. value 4. 28 Monitor -> step 5 time 5. value 5. 31 Monitor -> step 5 time 5. value 5. [all …]
|
| H A D | ex1_theta.out | 2 Monitor -> step 0 time 0. value 0. 5 Monitor -> step 1 time 1. value 1. 8 Monitor -> step 1 time 1. value 1. 11 Monitor -> step 2 time 2. value 2. 14 Monitor -> step 3 time 3. value 3. 18 Monitor -> step 3 time 3. value 3. 21 Monitor -> step 3 time 3. value 3. 24 Monitor -> step 4 time 4. value 4. 28 Monitor -> step 5 time 5. value 5. 31 Monitor -> step 5 time 5. value 5. [all …]
|
| H A D | ex1_bdf.out | 2 Monitor -> step 0 time 0. value 0. 5 Monitor -> step 1 time 1. value 1. 8 Monitor -> step 1 time 1. value 1. 11 Monitor -> step 2 time 2. value 2. 14 Monitor -> step 3 time 3. value 3. 18 Monitor -> step 3 time 3. value 3. 21 Monitor -> step 3 time 3. value 3. 24 Monitor -> step 4 time 4. value 4. 28 Monitor -> step 5 time 5. value 5. 31 Monitor -> step 5 time 5. value 5. [all …]
|
| /petsc/src/binding/petsc4py/demo/legacy/ode/ |
| H A D | ce.py | 64 class Monitor: class 79 ts.setMonitor(Monitor(ode))
|
| H A D | bouncing_ball.py | 37 class Monitor: class
|
| /petsc/src/snes/tutorials/ |
| H A D | ex2.c | 23 extern PetscErrorCode Monitor(SNES, PetscInt, PetscReal, void *); 104 PetscCall(SNESMonitorSet(snes, Monitor, &monP, 0)); in main() 341 PetscErrorCode Monitor(SNES snes, PetscInt its, PetscReal fnorm, PetscCtx ctx) in Monitor() function
|
| H A D | ex21.c | 47 extern PetscErrorCode Monitor(SNES, PetscInt, PetscReal, void *); 86 PetscCall(SNESMonitorSet(snes, Monitor, &user, 0)); in main() 166 PetscErrorCode Monitor(SNES snes, PetscInt its, PetscReal rnorm, void *dummy) in Monitor() function
|
| H A D | ex22.c | 48 extern PetscErrorCode Monitor(SNES, PetscInt, PetscReal, void *); 118 PetscCall(SNESMonitorSet(snes, Monitor, 0, 0)); in main() 241 PetscErrorCode Monitor(SNES snes, PetscInt its, PetscReal rnorm, void *dummy) in Monitor() function
|
| /petsc/src/ts/tests/ |
| H A D | ex2.c | 21 extern PetscErrorCode Monitor(TS, PetscInt, PetscReal, Vec, void *); 68 PetscCall(TSMonitorSet(ts, Monitor, NULL, NULL)); in main() 139 PetscErrorCode Monitor(TS ts, PetscInt step, PetscReal time, Vec global, PetscCtx ctx) in Monitor() function
|
| H A D | ex17.c | 96 PetscErrorCode Monitor(TS ts, PetscInt n, PetscReal t, Vec x, PetscCtx ctx) in Monitor() function 140 PetscCall(TSMonitorSet(ts, Monitor, results[i], NULL)); in main()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex5.c | 70 extern PetscErrorCode Monitor(TS, PetscInt, PetscReal, Vec, void *); 138 PetscCall(TSMonitorSet(ts, Monitor, &appctx, NULL)); in main() 343 PetscErrorCode Monitor(TS ts, PetscInt step, PetscReal time, Vec u, PetscCtx ctx) in Monitor() function
|
| H A D | ex19.c | 129 static PetscErrorCode Monitor(TS ts, PetscInt step, PetscReal t, Vec X, PetscCtx ctx) in Monitor() function 199 if (monitor) PetscCall(TSMonitorSet(ts, Monitor, &user, NULL)); in main()
|
| H A D | ex6.c | 71 extern PetscErrorCode Monitor(TS, PetscInt, PetscReal, Vec, void *); 141 PetscCall(TSMonitorSet(ts, Monitor, &appctx, NULL)); in main() 345 PetscErrorCode Monitor(TS ts, PetscInt step, PetscReal crtime, Vec u, PetscCtx ctx) in Monitor() function
|
| H A D | ex4.c | 79 extern PetscErrorCode Monitor(TS, PetscInt, PetscReal, Vec, void *); 168 PetscCall(TSMonitorSet(ts, Monitor, &appctx, NULL)); in main() 395 PetscErrorCode Monitor(TS ts, PetscInt step, PetscReal time, Vec u, PetscCtx ctx) in Monitor() function
|
| H A D | ex2.c | 64 extern PetscErrorCode Monitor(TS, PetscInt, PetscReal, Vec, void *); 137 if (mymonitor) PetscCall(TSMonitorSet(ts, Monitor, &appctx, NULL)); in main() 330 PetscErrorCode Monitor(TS ts, PetscInt step, PetscReal time, Vec u, PetscCtx ctx) in Monitor() function
|
| H A D | ex16fwd.c | 118 static PetscErrorCode Monitor(TS ts, PetscInt step, PetscReal t, Vec X, PetscCtx ctx) in Monitor() function 194 if (monitor) PetscCall(TSMonitorSet(ts, Monitor, &user, NULL)); in main()
|
| H A D | ex20.c | 91 static PetscErrorCode Monitor(TS ts, PetscInt step, PetscReal t, Vec X, PetscCtx ctx) in Monitor() function 170 if (monitor) PetscCall(TSMonitorSet(ts, Monitor, &user, NULL)); in main()
|
| H A D | ex3.c | 76 extern PetscErrorCode Monitor(TS, PetscInt, PetscReal, Vec, void *); 147 if (!flg_string) PetscCall(TSMonitorSet(ts, Monitor, &appctx, NULL)); in main() 382 PetscErrorCode Monitor(TS ts, PetscInt step, PetscReal time, Vec u, PetscCtx ctx) in Monitor() function
|
| H A D | ex16.c | 156 static PetscErrorCode Monitor(TS ts, PetscInt step, PetscReal t, Vec X, PetscCtx ctx) in Monitor() function 232 if (monitor) PetscCall(TSMonitorSet(ts, Monitor, &user, NULL)); in main()
|
| H A D | ex21.c | 65 extern PetscErrorCode Monitor(TS, PetscInt, PetscReal, Vec, void *); 149 if (mymonitor) PetscCall(TSMonitorSet(ts, Monitor, &appctx, NULL)); in main() 387 PetscErrorCode Monitor(TS ts, PetscInt step, PetscReal time, Vec u, PetscCtx ctx) in Monitor() function
|
| H A D | ex20td.c | 61 extern PetscErrorCode Monitor(TS, PetscInt, PetscReal, Vec, void *); 197 PetscErrorCode Monitor(TS ts, PetscInt step, PetscReal t, Vec U, PetscCtx ctx) in Monitor() function 321 if (monitor) PetscCall(TSMonitorSet(ts, Monitor, &user, NULL)); in main()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex1.c | 86 static PetscErrorCode Monitor(TS ts, PetscInt step, PetscReal t, Vec U, PetscCtx ctx) in Monitor() function 160 if (monitor) PetscCall(TSMonitorSet(ts, Monitor, &user, NULL)); in main()
|
| /petsc/src/ts/event/tests/ |
| H A D | ex1.c | 11 static PetscErrorCode Monitor(TS, PetscInt, PetscReal, Vec, void *); 59 PetscCall(TSMonitorSet(ts, Monitor, NULL, NULL)); in main() 190 PetscErrorCode Monitor(TS ts, PetscInt n, PetscReal t, Vec x, PetscCtx ctx) in Monitor() function
|