Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busdmnetwork.c18 #define NGEN 3 /* No. of generators in the 9 bus system */ macro
184 …etscCall(PetscCalloc5(NBUS * nc, &bus, NGEN * nc, &gen, NLOAD * nc, &load, NBRANCH * nc + (nc - 1)… in read_data()
206 for (j = 0; j < NGEN; j++) { in read_data()
224 for (j = 0; j < NGEN; j++) { in read_data()