Lines Matching refs:ghostvtex
30 PetscBool ghostvtex; in FormFunction_Subnet() local
34 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[v], &ghostvtex)); in FormFunction_Subnet()
51 if (!ghostvtex) { in FormFunction_Subnet()
102 if (!ghostvtex) { in FormFunction_Subnet()
109 if (!ghostvtex) { in FormFunction_Subnet()
176 PetscBool ghostvtex; in FormJacobian_Subnet() local
180 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[v], &ghostvtex)); in FormJacobian_Subnet()
191 if (!ghostvtex) { in FormJacobian_Subnet()
326 if (!ghostvtex && bus->ide == PV_BUS) { in FormJacobian_Subnet()
375 PetscBool ghostvtex; in SetInitialValues_Subnet() local
383 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[i], &ghostvtex)); in SetInitialValues_Subnet()
384 if (ghostvtex) continue; in SetInitialValues_Subnet()