Home
last modified time | relevance | path

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

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