Searched refs:DMNetworkGetGlobalEdgeIndex (Results 1 – 4 of 4) sorted by relevance
| /petsc/include/ |
| H A D | petscdmnetwork.h | 54 PETSC_EXTERN PetscErrorCode DMNetworkGetGlobalEdgeIndex(DM, PetscInt, PetscInt *);
|
| /petsc/src/dm/impls/network/ |
| H A D | networkview.c | 78 PetscCall(DMNetworkGetGlobalEdgeIndex(dmcoords, edge, &edge)); in DMView_Network_CSV() 316 PetscCall(DMNetworkGetGlobalEdgeIndex(dm, edges[j], &p)); in DMView_Network()
|
| H A D | networkcreate.c | 57 PetscCall(DMNetworkGetGlobalEdgeIndex(networkdm, e, &id)); in VecView_Network_Seq() 122 PetscCall(DMNetworkGetGlobalEdgeIndex(networkdm, e, &id)); in VecView_Network_MPI()
|
| H A D | network.c | 1135 PetscErrorCode DMNetworkGetGlobalEdgeIndex(DM dm, PetscInt p, PetscInt *index) in DMNetworkGetGlobalEdgeIndex() function
|