| /petsc/src/ts/tutorials/ |
| H A D | ex41.c | 228 …PetscCall(TSSetEventHandler(ts, 1, &direction, &terminate, EventFunction, PostEventFunction, NULL)… in main() 247 …PetscCall(TSSetEventHandler(ts, 1, &direction, &terminate, EventFunction, PostEventFunction, NULL)… in main()
|
| H A D | ex44.c | 156 …PetscCall(TSSetEventHandler(ts, 1, direction, terminate, Event, PostEvent, &app)); // each process… in main()
|
| H A D | ex32.c | 255 …PetscCall(TSSetEventHandler(ts, lsize, direction, terminate, EventFunction, PostEventFunction, (vo… in main()
|
| H A D | ex40.c | 243 …PetscCall(TSSetEventHandler(ts, 1, direction, terminate, EventFunction, PostEventFunction, (void *… in main()
|
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex3.c | 139 …PetscCall(TSSetEventHandler(ts, 2, direction, terminate, EventFunction, PostEventFunction, (void *… in main()
|
| H A D | ex3opt_fd.c | 222 …PetscCall(TSSetEventHandler(ts, 2, direction, terminate, EventFunction, PostEventFunction, (void *… in FormFunction()
|
| H A D | ex3sa.c | 177 …PetscCall(TSSetEventHandler(ts, 2, direction, terminate, EventFunction, PostEventFunction, (void *… in main()
|
| H A D | ex3opt.c | 156 …PetscCall(TSSetEventHandler(ctx.ts, 2, direction, terminate, EventFunction, PostEventFunction, &ct… in main()
|
| /petsc/src/ts/event/tests/ |
| H A D | ex16.c | 65 PetscCall(TSSetEventHandler(ts, 3, direction, terminate, Event, PostEvent, NULL)); in main()
|
| H A D | ex1sin.c | 119 PetscCall(TSSetEventHandler(ts, n, dir, term, EventFunction, Postevent, &ctx)); in main()
|
| H A D | ex2.c | 120 PetscCall(TSSetEventHandler(ts, n, dir, term, EventFunction, Postevent, &ctx)); in main()
|
| H A D | ex3.c | 149 PetscCall(TSSetEventHandler(ts, n, dir, term, EventFunction, Postevent, &ctx)); in main()
|
| H A D | ex1.c | 78 PetscCall(TSSetEventHandler(ts, 3, direction, terminate, Event, PostEvent, NULL)); in main()
|
| H A D | ex4.c | 163 PetscCall(TSSetEventHandler(ts, n, dir, term, EventFunction, Postevent, &ctx)); in main()
|
| H A D | ex5.c | 152 PetscCall(TSSetEventHandler(ts, n, dir, term, EventFunction, Postevent, &ctx)); in main()
|
| H A D | ex3span.c | 145 PetscCall(TSSetEventHandler(ts, n, dir, term, EventFunction, Postevent, &ctx)); in main()
|
| /petsc/src/ts/tutorials/hybrid/ |
| H A D | ex1.c | 194 …PetscCall(TSSetEventHandler(ts, 1, direction, terminate, EventFunction, PostEventFunction, (void *… in main()
|
| H A D | ex1fwd.c | 306 …PetscCall(TSSetEventHandler(ts, 1, direction, terminate, EventFunction, PostEventFunction, (void *… in main()
|
| H A D | ex1fd.c | 266 …PetscCall(TSSetEventHandler(ts, 1, direction, terminate, EventFunction, PostEventFunction, (void *… in main()
|
| H A D | ex1adj.c | 280 …PetscCall(TSSetEventHandler(ts, 1, direction, terminate, EventFunction, PostEventFunction, (void *… in main()
|
| /petsc/doc/changes/ |
| H A D | 37.md | 174 - Renamed TSSetEventMonitor() to TSSetEventHandler(). Updated many
|
| H A D | 321.md | 153 …om `PetscScalar[]` to `PetscReal[]` in the user `indicator()` callback set by `TSSetEventHandler()`
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | TS.pyx | 2286 petsc.TSSetEventHandler 2305 … CHKERR(TSSetEventHandler(self.ts, nevents, idirs, iterm, TS_Indicator, TS_PostEvent, <void*>NULL)) 2308 … CHKERR(TSSetEventHandler(self.ts, nevents, idirs, iterm, TS_Indicator, NULL, <void*>NULL)) 2310 CHKERR(TSSetEventHandler(self.ts, nevents, idirs, iterm, NULL, NULL, <void*>NULL))
|
| H A D | petscts.pxi | 224 …PetscErrorCode TSSetEventHandler(PetscTS, PetscInt, PetscInt[], PetscBool[], PetscTSIndicator, Pet…
|
| /petsc/src/ts/event/ |
| H A D | tsevent.c | 309 PetscErrorCode TSSetEventHandler(TS ts, PetscInt nevents, PetscInt direction[], PetscBool terminate… in TSSetEventHandler() function
|