Searched refs:StarGraphCreateEdgeList (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/network/tests/ |
| H A D | ex3.c | 20 PetscErrorCode StarGraphCreateEdgeList(PetscInt k, PetscBool directin, PetscInt *ne, PetscInt *edge… in StarGraphCreateEdgeList() function 67 if (rank == 0) PetscCall(StarGraphCreateEdgeList(k, directin, &ne, &edgelist)); in StarGraphCreate()
|
| H A D | ex2.c | 20 static PetscErrorCode StarGraphCreateEdgeList(PetscInt k, PetscBool directin, PetscInt *ne, PetscIn… in StarGraphCreateEdgeList() function 112 if (rank == 0) PetscCall(StarGraphCreateEdgeList(k, directin, &ne, &edgelist)); in StarGraphCreate()
|