Home
last modified time | relevance | path

Searched refs:DMNetworkIsGhostVertex (Results 1 – 16 of 16) sorted by relevance

/petsc/src/ksp/ksp/tutorials/network/
H A Dex3.c147 PetscCall(DMNetworkIsGhostVertex(dmnetwork, vtx[v], &ghost)); in main()
179 PetscCall(DMNetworkIsGhostVertex(dmnetwork, vtx[i], &ghost)); in main()
H A Dex4.c134 PetscCall(DMNetworkIsGhostVertex(dmnetwork, vtx[v], &ghost)); in main()
H A Dex1_nest.c222 PetscCall(DMNetworkIsGhostVertex(networkdm, v, &ghost)); in FormOperator()
H A Dex1.c208 PetscCall(DMNetworkIsGhostVertex(dmnetwork, v, &ghost)); in FormOperator()
H A Dex2.c237 PetscCall(DMNetworkIsGhostVertex(networkdm, v, &ghost)); in FormOperator()
/petsc/src/snes/tutorials/network/water/
H A Dwaterfunctions.c77 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[i], &ghostvtex)); in FormFunction_Water()
208 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[i], &ghostvtex)); in SetInitialGuess_Water()
/petsc/src/snes/tutorials/network/
H A Dex1.c68 PetscCall(DMNetworkIsGhostVertex(networkdm, v, &ghost)); in UserMonitor()
117 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[i], &ghostvtex)); in FormJacobian_subPower()
150 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[i], &ghostvtex)); in FormFunction_Dummy()
292 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[i], &ghost)); in SetInitialGuess()
668 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[v], &ghost)); in main()
/petsc/src/snes/tutorials/network/power/
H A Dpffunctions.c50 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[v], &ghostvtex)); in FormJacobian_Power_private()
260 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[v], &ghostvtex)); in FormFunction_Power()
368 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[i], &ghostvtex)); in SetInitialGuess_Power()
H A Dpower2.c34 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[v], &ghostvtex)); in FormFunction_Subnet()
180 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[v], &ghostvtex)); in FormJacobian_Subnet()
383 PetscCall(DMNetworkIsGhostVertex(networkdm, vtx[i], &ghostvtex)); in SetInitialValues_Subnet()
/petsc/include/
H A Dpetscdmnetwork.h48 PETSC_EXTERN PetscErrorCode DMNetworkIsGhostVertex(DM, PetscInt, PetscBool *);
/petsc/src/dm/impls/network/
H A Dnetwork.c2135 PetscErrorCode DMNetworkIsGhostVertex(DM dm, PetscInt p, PetscBool *isghost) in DMNetworkIsGhostVertex() function
2529 PetscCall(DMNetworkIsGhostVertex(dm, cone[v], &ghost)); in DMCreateMatrix_Network()
2552 PetscCall(DMNetworkIsGhostVertex(dm, v, &ghost)); in DMCreateMatrix_Network()
2577 PetscCall(DMNetworkIsGhostVertex(dm, vc, &ghost_vc)); in DMCreateMatrix_Network()
2593 PetscCall(DMNetworkIsGhostVertex(dm, v, &ghost)); in DMCreateMatrix_Network()
2665 PetscCall(DMNetworkIsGhostVertex(dm, v, &ghost)); in DMCreateMatrix_Network()
2930 PetscCall(DMNetworkIsGhostVertex(dm, i + network->cloneshared->vStart, &ghost)); in DMNetworkSetVertexLocalToGlobalOrdering()
2973 PetscCall(DMNetworkIsGhostVertex(dm, i + network->cloneshared->vStart, &ghost)); in DMNetworkSetVertexLocalToGlobalOrdering()
3088 PetscCall(DMNetworkIsGhostVertex(dm, p, &ghost)); in DMNetworkCreateIS()
3098 PetscCall(DMNetworkIsGhostVertex(dm, p, &ghost)); in DMNetworkCreateIS()
H A Dnetworkview.c331 PetscCall(DMNetworkIsGhostVertex(dm, vtx[i], &ghost)); in DMView_Network()
H A Dnetworkcreate.c137 PetscCall(DMNetworkIsGhostVertex(networkdm, v, &ghostvtex)); in VecView_Network_MPI()
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busdmnetwork.c387 PetscCall(DMNetworkIsGhostVertex(networkdm, v, &ghostvtex)); in SetInitialGuess()
531 PetscCall(DMNetworkIsGhostVertex(networkdm, v, &ghostvtex)); in FormIFunction()
782 PetscCall(DMNetworkIsGhostVertex(networkdm, v, &ghostvtex)); in AlgFunction()
/petsc/doc/manual/
H A Ddmnetwork.md157 DMNetworkIsGhostVertex(DM dm, PetscInt p, PetscBool *isghost);
/petsc/src/ts/tutorials/network/
H A Dpipes.c151 PetscCall(DMNetworkIsGhostVertex(networkdm, v, &ghost)); in WASHIFunction()