Lines Matching refs:ghostvtex
43 PetscBool ghostvtex; in FormJacobian_Power_private() local
50 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[v], &ghostvtex)); in FormJacobian_Power_private()
63 if (!ghostvtex) { in FormJacobian_Power_private()
199 if (!ghostvtex && bus->ide == PV_BUS) { in FormJacobian_Power_private()
252 PetscBool ghostvtex; in FormFunction_Power() local
260 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[v], &ghostvtex)); in FormFunction_Power()
278 if (!ghostvtex) { in FormFunction_Power()
329 if (!ghostvtex) { in FormFunction_Power()
336 if (!ghostvtex) { in FormFunction_Power()
355 PetscBool ghostvtex, sharedv; in SetInitialGuess_Power() local
368 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[i], &ghostvtex)); in SetInitialGuess_Power()
370 if (ghostvtex || sharedv) continue; in SetInitialGuess_Power()