Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmnetwork.h61 PETSC_EXTERN PetscErrorCode DMNetworkSharedVertexGetInfo(DM, PetscInt, PetscInt *, PetscInt *, cons…
/petsc/src/dm/impls/network/
H A Dnetworkview.c334 PetscCall(DMNetworkSharedVertexGetInfo(dm, vtx[i], &gidx, &nv, &sv)); in DMView_Network()
H A Dnetwork.c304 PetscErrorCode DMNetworkSharedVertexGetInfo(DM dm, PetscInt v, PeOp PetscInt *gidx, PeOp PetscInt *… in DMNetworkSharedVertexGetInfo() function
/petsc/doc/changes/
H A D317.md313 - Add `DMNetworkSharedVertexGetInfo()`