Home
last modified time | relevance | path

Searched refs:fbus (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()
135 Branch[bri].fbus = fbus; in PFReadMatPowerData()
150 intbusnum = busext2intmap[Branch[bri].fbus]; 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
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 Dpower.h104 PetscInt fbus; member