Home
last modified time | relevance | path

Searched refs:TSSetEventHandler (Results 1 – 25 of 28) sorted by relevance

12

/petsc/src/ts/tutorials/
H A Dex41.c228 …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 Dex44.c156 …PetscCall(TSSetEventHandler(ts, 1, direction, terminate, Event, PostEvent, &app)); // each process… in main()
H A Dex32.c255 …PetscCall(TSSetEventHandler(ts, lsize, direction, terminate, EventFunction, PostEventFunction, (vo… in main()
H A Dex40.c243 …PetscCall(TSSetEventHandler(ts, 1, direction, terminate, EventFunction, PostEventFunction, (void *… in main()
/petsc/src/ts/tutorials/power_grid/
H A Dex3.c139 …PetscCall(TSSetEventHandler(ts, 2, direction, terminate, EventFunction, PostEventFunction, (void *… in main()
H A Dex3opt_fd.c222 …PetscCall(TSSetEventHandler(ts, 2, direction, terminate, EventFunction, PostEventFunction, (void *… in FormFunction()
H A Dex3sa.c177 …PetscCall(TSSetEventHandler(ts, 2, direction, terminate, EventFunction, PostEventFunction, (void *… in main()
H A Dex3opt.c156 …PetscCall(TSSetEventHandler(ctx.ts, 2, direction, terminate, EventFunction, PostEventFunction, &ct… in main()
/petsc/src/ts/event/tests/
H A Dex16.c65 PetscCall(TSSetEventHandler(ts, 3, direction, terminate, Event, PostEvent, NULL)); in main()
H A Dex1sin.c119 PetscCall(TSSetEventHandler(ts, n, dir, term, EventFunction, Postevent, &ctx)); in main()
H A Dex2.c120 PetscCall(TSSetEventHandler(ts, n, dir, term, EventFunction, Postevent, &ctx)); in main()
H A Dex3.c149 PetscCall(TSSetEventHandler(ts, n, dir, term, EventFunction, Postevent, &ctx)); in main()
H A Dex1.c78 PetscCall(TSSetEventHandler(ts, 3, direction, terminate, Event, PostEvent, NULL)); in main()
H A Dex4.c163 PetscCall(TSSetEventHandler(ts, n, dir, term, EventFunction, Postevent, &ctx)); in main()
H A Dex5.c152 PetscCall(TSSetEventHandler(ts, n, dir, term, EventFunction, Postevent, &ctx)); in main()
H A Dex3span.c145 PetscCall(TSSetEventHandler(ts, n, dir, term, EventFunction, Postevent, &ctx)); in main()
/petsc/src/ts/tutorials/hybrid/
H A Dex1.c194 …PetscCall(TSSetEventHandler(ts, 1, direction, terminate, EventFunction, PostEventFunction, (void *… in main()
H A Dex1fwd.c306 …PetscCall(TSSetEventHandler(ts, 1, direction, terminate, EventFunction, PostEventFunction, (void *… in main()
H A Dex1fd.c266 …PetscCall(TSSetEventHandler(ts, 1, direction, terminate, EventFunction, PostEventFunction, (void *… in main()
H A Dex1adj.c280 …PetscCall(TSSetEventHandler(ts, 1, direction, terminate, EventFunction, PostEventFunction, (void *… in main()
/petsc/doc/changes/
H A D37.md174 - Renamed TSSetEventMonitor() to TSSetEventHandler(). Updated many
H A D321.md153 …om `PetscScalar[]` to `PetscReal[]` in the user `indicator()` callback set by `TSSetEventHandler()`
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DTS.pyx2286 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 Dpetscts.pxi224 …PetscErrorCode TSSetEventHandler(PetscTS, PetscInt, PetscInt[], PetscBool[], PetscTSIndicator, Pet…
/petsc/src/ts/event/
H A Dtsevent.c309 PetscErrorCode TSSetEventHandler(TS ts, PetscInt nevents, PetscInt direction[], PetscBool terminate… in TSSetEventHandler() function

12