Searched refs:nbus (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/snes/tutorials/network/power/ |
| H A D | PFReadData.c | 50 pf->nbus = bus_end_line - bus_start_line; in PFReadMatPowerData() 54 PetscCall(PetscCalloc1(pf->nbus, &pf->bus)); in PFReadMatPowerData() 193 for (i = 0; i < pf->nbus; i++) { in PFReadMatPowerData()
|
| H A D | power.h | 135 …PetscInt nbus, ngen, nbranch, nload; /* # of buses,gens,branches, and loads (includes elements… member
|
| H A D | pffunctions.c | 21 for (i = 0; i < pfdata->nbus; i++) { in GetListofEdges_Power()
|
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9busadj.c | 23 const PetscInt nbus = 9; /* Number of network buses */ variable 411 for (i = 0; i < nbus; i++) { in PreallocateJacobian() 634 for (i = 0; i < nbus; i++) { in ResidualJacobian() 791 user.neqs_net = 2 * nbus; /* # eqs. for network subsystem */ in main()
|
| H A D | ex9busoptfd.c | 19 const PetscInt nbus = 9; /* Number of network buses */ variable 412 for (i = 0; i < nbus; i++) { in PreallocateJacobian() 636 for (i = 0; i < nbus; i++) { in ResidualJacobian() 843 user.neqs_net = 2 * nbus; /* # eqs. for network subsystem */ in main()
|
| H A D | ex9bus.c | 50 const PetscInt nbus = 9; /* Number of network buses */ variable 671 for (i = 0; i < nbus; i++) { in PreallocateJacobian() 906 for (i = 0; i < nbus; i++) { in ResidualJacobian() 1079 user.neqs_net = 2 * nbus; /* # eqs. for network subsystem */ in main()
|
| H A D | ex9busopt.c | 28 const PetscInt nbus = 9; /* Number of network buses */ variable 556 for (i = 0; i < nbus; i++) { in PreallocateJacobian() 778 for (i = 0; i < nbus; i++) { in ResidualJacobian() 1049 user.neqs_net = 2 * nbus; /* # eqs. for network subsystem */ in main()
|
| /petsc/src/snes/tutorials/network/ |
| H A D | ex1.c | 506 …FMT ", nload = %" PetscInt_FMT ", nbranch = %" PetscInt_FMT "\n", pfdata->nbus, pfdata->ngen, pfda… in main() 510 numVertices[0] = pfdata->nbus; in main()
|