Lines Matching refs:branch
8 EDGE_Power branch = pfdata->branch; in GetListofEdges_Power() local
14 fbus = branch[i].internal_i; in GetListofEdges_Power()
15 tbus = branch[i].internal_j; in GetListofEdges_Power()
98 EDGE_Power branch; in FormJacobian_Power_private() local
106 PetscCall(DMNetworkGetComponent(networkdm, e, 0, &key, (void **)&branch, NULL)); in FormJacobian_Power_private()
107 if (!branch->status) continue; in FormJacobian_Power_private()
109 Gff = branch->yff[0]; in FormJacobian_Power_private()
110 Bff = branch->yff[1]; in FormJacobian_Power_private()
111 Gft = branch->yft[0]; in FormJacobian_Power_private()
112 Bft = branch->yft[1]; in FormJacobian_Power_private()
113 Gtf = branch->ytf[0]; in FormJacobian_Power_private()
114 Btf = branch->ytf[1]; in FormJacobian_Power_private()
115 Gtt = branch->ytt[0]; in FormJacobian_Power_private()
116 Btt = branch->ytt[1]; in FormJacobian_Power_private()
288 EDGE_Power branch; in FormFunction_Power() local
295 PetscCall(DMNetworkGetComponent(networkdm, e, 0, &keye, (void **)&branch, NULL)); in FormFunction_Power()
296 if (!branch->status) continue; in FormFunction_Power()
297 Gff = branch->yff[0]; in FormFunction_Power()
298 Bff = branch->yff[1]; in FormFunction_Power()
299 Gft = branch->yft[0]; in FormFunction_Power()
300 Bft = branch->yft[1]; in FormFunction_Power()
301 Gtf = branch->ytf[0]; in FormFunction_Power()
302 Btf = branch->ytf[1]; in FormFunction_Power()
303 Gtt = branch->ytt[0]; in FormFunction_Power()
304 Btt = branch->ytt[1]; in FormFunction_Power()