| /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() argument 40 if (event_list[0] == 0) { in PostEventFunction() 43 } else if (event_list[0] == 1) { in PostEventFunction()
|
| /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() argument
|
| H A D | ex1.c | 210 PetscErrorCode PostEvent(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec x, PetscB… in PostEvent() argument
|
| /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() argument
|
| H A D | ex1fwd.c | 123 PetscErrorCode PostEventFunction(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec U… in PostEventFunction() argument
|
| H A D | ex1adj.c | 100 PetscErrorCode PostEventFunction(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec U… in PostEventFunction() argument
|
| H A D | ex1fd.c | 101 PetscErrorCode PostEventFunction(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec U… in PostEventFunction() argument
|
| /petsc/src/ts/tutorials/ |
| H A D | ex44.c | 37 static PetscErrorCode PostEvent(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec U,… in PostEvent() argument
|
| H A D | ex41.c | 29 PetscErrorCode PostEventFunction(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec U… in PostEventFunction() argument
|
| H A D | ex40.c | 33 PetscErrorCode PostEventFunction(TS ts, PetscInt nevents, PetscInt event_list[], PetscReal t, Vec U… in PostEventFunction() argument
|
| /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() argument 204 if (event_list[i] == 0) { in PostEventFunction() 222 } else if (event_list[i] == 1) { in PostEventFunction() 267 idx = (event_list[i] - 2) / 2; in PostEventFunction() 268 event_num = (event_list[i] - 2) % 2; in PostEventFunction()
|