Home
last modified time | relevance | path

Searched refs:DMNetworkGetGlobalEdgeIndex (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscdmnetwork.h54 PETSC_EXTERN PetscErrorCode DMNetworkGetGlobalEdgeIndex(DM, PetscInt, PetscInt *);
/petsc/src/dm/impls/network/
H A Dnetworkview.c78 PetscCall(DMNetworkGetGlobalEdgeIndex(dmcoords, edge, &edge)); in DMView_Network_CSV()
316 PetscCall(DMNetworkGetGlobalEdgeIndex(dm, edges[j], &p)); in DMView_Network()
H A Dnetworkcreate.c57 PetscCall(DMNetworkGetGlobalEdgeIndex(networkdm, e, &id)); in VecView_Network_Seq()
122 PetscCall(DMNetworkGetGlobalEdgeIndex(networkdm, e, &id)); in VecView_Network_MPI()
H A Dnetwork.c1135 PetscErrorCode DMNetworkGetGlobalEdgeIndex(DM dm, PetscInt p, PetscInt *index) in DMNetworkGetGlobalEdgeIndex() function