Home
last modified time | relevance | path

Searched refs: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() argument
77 PetscCall(DMNetworkAddComponent(dm, e, compkey, &compedge[e - eStart], numdofedge)); in StarGraphCreate()
H A Dex1.c56 PetscErrorCode CreateSimpleStarGraph(MPI_Comm comm, PetscInt numdofvert, PetscInt numdofedge, Petsc… in CreateSimpleStarGraph() argument
77 PetscCall(DMNetworkAddComponent(dm, e, compkey, &compedge[e - eStart], numdofedge)); in CreateSimpleStarGraph()
H A Dex2.c100 static PetscErrorCode StarGraphCreate(MPI_Comm comm, PetscInt numdofvert, PetscInt numdofedge, Pets… in StarGraphCreate() argument
122 PetscCall(DMNetworkAddComponent(dm, e, compkey, &compedge[e - eStart], numdofedge)); in StarGraphCreate()