Searched refs:numdofedge (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/network/tests/ |
| H A D | ex3.c | 56 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 D | ex1.c | 56 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 D | ex2.c | 100 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()
|