Lines Matching refs:component
32 void *component; in FormFunction_Subnet() local
38 PetscCall(DMNetworkGetComponent(networkdm, vtx[v], j, &key, &component, NULL)); in FormFunction_Subnet()
43 bus = (VERTEX_Power)component; in FormFunction_Subnet()
103 gen = (GEN)component; in FormFunction_Subnet()
110 load = (LOAD)component; in FormFunction_Subnet()
178 void *component; in FormJacobian_Subnet() local
185 PetscCall(DMNetworkGetComponent(networkdm, vtx[v], j, &key, &component, NULL)); in FormJacobian_Subnet()
190 bus = (VERTEX_Power)component; in FormJacobian_Subnet()
378 void *component; in SetInitialValues_Subnet() local
389 PetscCall(DMNetworkGetComponent(networkdm, vtx[i], j, &key, &component, NULL)); in SetInitialValues_Subnet()
391 bus = (VERTEX_Power)component; in SetInitialValues_Subnet()
395 gen = (GEN)component; in SetInitialValues_Subnet()