Home
last modified time | relevance | path

Searched refs:event_num (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9bus.c191 PetscInt i, idx = 0, event_num; in PostEventFunction() local
268 event_num = (event_list[i] - 2) % 2; in PostEventFunction()
269 if (event_num == 0) { /* Max VR */ in PostEventFunction()