Home
last modified time | relevance | path

Searched refs:Monitor (Results 1 – 25 of 50) sorted by relevance

12

/petsc/src/ts/event/tests/output/
H A Dex1.out2 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 Dex1_arkimex.out2 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 Dex1_alpha.out2 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 Dex1_theta.out2 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 Dex1_bdf.out2 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 Dce.py64 class Monitor: class
79 ts.setMonitor(Monitor(ode))
H A Dbouncing_ball.py37 class Monitor: class
/petsc/src/snes/tutorials/
H A Dex2.c23 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 Dex21.c47 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 Dex22.c48 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 Dex2.c21 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 Dex17.c96 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 Dex5.c70 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 Dex19.c129 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 Dex6.c71 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 Dex4.c79 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 Dex2.c64 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 Dex16fwd.c118 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 Dex20.c91 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 Dex3.c76 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 Dex16.c156 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 Dex21.c65 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 Dex20td.c61 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 Dex1.c86 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 Dex1.c11 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

12