| /petsc/src/ksp/ksp/tutorials/network/ |
| H A D | ex3.c | 147 PetscCall(DMNetworkIsGhostVertex(dmnetwork, vtx[v], &ghost)); in main() 179 PetscCall(DMNetworkIsGhostVertex(dmnetwork, vtx[i], &ghost)); in main()
|
| H A D | ex4.c | 134 PetscCall(DMNetworkIsGhostVertex(dmnetwork, vtx[v], &ghost)); in main()
|
| H A D | ex1_nest.c | 222 PetscCall(DMNetworkIsGhostVertex(networkdm, v, &ghost)); in FormOperator()
|
| H A D | ex1.c | 208 PetscCall(DMNetworkIsGhostVertex(dmnetwork, v, &ghost)); in FormOperator()
|
| H A D | ex2.c | 237 PetscCall(DMNetworkIsGhostVertex(networkdm, v, &ghost)); in FormOperator()
|
| /petsc/src/snes/tutorials/network/water/ |
| H A D | waterfunctions.c | 77 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 D | ex1.c | 68 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 D | pffunctions.c | 50 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 D | power2.c | 34 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 D | petscdmnetwork.h | 48 PETSC_EXTERN PetscErrorCode DMNetworkIsGhostVertex(DM, PetscInt, PetscBool *);
|
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 2135 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 D | networkview.c | 331 PetscCall(DMNetworkIsGhostVertex(dm, vtx[i], &ghost)); in DMView_Network()
|
| H A D | networkcreate.c | 137 PetscCall(DMNetworkIsGhostVertex(networkdm, v, &ghostvtex)); in VecView_Network_MPI()
|
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9busdmnetwork.c | 387 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 D | dmnetwork.md | 157 DMNetworkIsGhostVertex(DM dm, PetscInt p, PetscBool *isghost);
|
| /petsc/src/ts/tutorials/network/ |
| H A D | pipes.c | 151 PetscCall(DMNetworkIsGhostVertex(networkdm, v, &ghost)); in WASHIFunction()
|