Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/network/power/
H A DPFReadData.c133 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()
136 Branch[bri].tbus = tbus; in PFReadMatPowerData()
153 intbusnum = busext2intmap[Branch[bri].tbus]; in PFReadMatPowerData()
H A Dcase9.m38 % fbus tbus r x b rateA rateB rateC ratio angle status angmin angmax
H A Dpffunctions.c7 PetscInt i, fbus, tbus, nbranches = pfdata->nbranch; in GetListofEdges_Power() local
15 tbus = branch[i].internal_j; in GetListofEdges_Power()
17 edgelist[2 * i + 1] = tbus; in GetListofEdges_Power()
18 …F, "branch %" PetscInt_FMT ", bus[%" PetscInt_FMT "] -> bus[%" PetscInt_FMT "]\n", i, fbus, tbus)); in GetListofEdges_Power()
H A Dpower.h105 PetscInt tbus; member