Searched refs:nofload (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9busdmnetwork.c | 58 PetscInt nofload; /* Number of load at the bus*/ member 109 …PetscInt nofload[9] = {0, 0, 0, 0, 1, 1, 0, 1, 0}; /* Buses at which loads are incident … in read_data() local 193 bus[i * 9 + j].nofload = nofload[j]; in read_data() 1019 if (bus[i - vStart].nofload) { in main() 1020 …for (j = 0; j < bus[i - vStart].nofload; j++) PetscCall(DMNetworkAddComponent(networkdm, i, compon… in main()
|