Searched refs:fbus (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/tutorials/network/power/ |
| H A D | PFReadData.c | 133 int fbus, tbus, status; in PFReadMatPowerData() local 134 …sscanf(line, "%d %d %lf %lf %lf %lf %lf %lf %lf %lf %d", &fbus, &tbus, &r, &x, &b, &rateA, &rateB,… in PFReadMatPowerData() 135 Branch[bri].fbus = fbus; in PFReadMatPowerData() 150 intbusnum = busext2intmap[Branch[bri].fbus]; in PFReadMatPowerData()
|
| H A D | case9.m | 38 % fbus tbus r x b rateA rateB rateC ratio angle status angmin angmax
|
| H A D | pffunctions.c | 7 PetscInt i, fbus, tbus, nbranches = pfdata->nbranch; in GetListofEdges_Power() local 14 fbus = branch[i].internal_i; in GetListofEdges_Power() 16 edgelist[2 * i] = fbus; in GetListofEdges_Power() 18 …F, "branch %" PetscInt_FMT ", bus[%" PetscInt_FMT "] -> bus[%" PetscInt_FMT "]\n", i, fbus, tbus)); in GetListofEdges_Power()
|
| H A D | power.h | 104 PetscInt fbus; member
|