Home
last modified time | relevance | path

Searched defs:numdofedge (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/network/tests/
H A Dex3.c56 PetscErrorCode StarGraphCreate(MPI_Comm comm, PetscInt numdofvert, PetscInt numdofedge, PetscInt k,… in StarGraphCreate()
H A Dex1.c56 PetscErrorCode CreateSimpleStarGraph(MPI_Comm comm, PetscInt numdofvert, PetscInt numdofedge, Petsc… in CreateSimpleStarGraph()
H A Dex2.c100 static PetscErrorCode StarGraphCreate(MPI_Comm comm, PetscInt numdofvert, PetscInt numdofedge, Pets… in StarGraphCreate()