Home
last modified time | relevance | path

Searched refs:directin (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/network/tests/
H A Dex3.c20 PetscErrorCode StarGraphCreateEdgeList(PetscInt k, PetscBool directin, PetscInt *ne, PetscInt *edge… in StarGraphCreateEdgeList() argument
28 if (directin) { in StarGraphCreateEdgeList()
56 …MPI_Comm comm, PetscInt numdofvert, PetscInt numdofedge, PetscInt k, PetscBool directin, DM *newdm) in StarGraphCreate() argument
67 if (rank == 0) PetscCall(StarGraphCreateEdgeList(k, directin, &ne, &edgelist)); in StarGraphCreate()
H A Dex1.c20 PetscErrorCode CreateStarGraphEdgeList(PetscInt k, PetscBool directin, PetscInt *ne, PetscInt *edge… in CreateStarGraphEdgeList() argument
28 if (directin) { in CreateStarGraphEdgeList()
56 …MPI_Comm comm, PetscInt numdofvert, PetscInt numdofedge, PetscInt k, PetscBool directin, DM *newdm) in CreateSimpleStarGraph() argument
67 if (rank == 0) PetscCall(CreateStarGraphEdgeList(k, directin, &ne, &edgelist)); in CreateSimpleStarGraph()
H A Dex2.c20 static PetscErrorCode StarGraphCreateEdgeList(PetscInt k, PetscBool directin, PetscInt *ne, PetscIn… in StarGraphCreateEdgeList() argument
28 if (directin) { in StarGraphCreateEdgeList()
100 …MPI_Comm comm, PetscInt numdofvert, PetscInt numdofedge, PetscInt k, PetscBool directin, DM *newdm) in StarGraphCreate() argument
112 if (rank == 0) PetscCall(StarGraphCreateEdgeList(k, directin, &ne, &edgelist)); in StarGraphCreate()