Searched defs:nevents (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/ts/event/ |
| H A D | tsevent.c | 309 PetscErrorCode TSSetEventHandler(TS ts, PetscInt nevents, PetscInt direction[], PetscBool terminate… in TSSetEventHandler() 400 PetscInt *stepnum, *nevents; in TSEventRecorderResize() local 981 PetscErrorCode TSGetNumEvents(TS ts, PetscInt *nevents) in TSGetNumEvents()
|
| /petsc/src/ts/event/tests/ |
| H A D | ex16.c | 102 PetscErrorCode PostEvent(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec x, PetscB… in PostEvent()
|
| H A D | ex1.c | 210 PetscErrorCode PostEvent(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec x, PetscB… in PostEvent()
|
| /petsc/src/ts/tutorials/hybrid/ |
| H A D | ex1.c | 42 PetscErrorCode PostEventFunction(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec U… in PostEventFunction()
|
| H A D | ex1adj.c | 100 PetscErrorCode PostEventFunction(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec U… in PostEventFunction()
|
| H A D | ex1fd.c | 101 PetscErrorCode PostEventFunction(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec U… in PostEventFunction()
|
| H A D | ex1fwd.c | 123 PetscErrorCode PostEventFunction(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec U… in PostEventFunction()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex41.c | 29 PetscErrorCode PostEventFunction(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec U… in PostEventFunction()
|
| H A D | ex44.c | 37 static PetscErrorCode PostEvent(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec U,… in PostEvent()
|
| H A D | ex40.c | 33 PetscErrorCode PostEventFunction(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec U… in PostEventFunction()
|
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex3.h | 35 PetscErrorCode PostEventFunction(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec X… in PostEventFunction()
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 492 …PetscInt nevents; /* numbe… member 505 PetscInt *nevents; /* Number of events occurring at the event times */ member
|
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9bus.c | 184 PetscErrorCode PostEventFunction(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec X… in PostEventFunction()
|