Home
last modified time | relevance | path

Searched defs:edgelist (Results 1 – 17 of 17) sorted by relevance

/petsc/src/dm/impls/network/tests/
H A Dex3.c20 …rorCode StarGraphCreateEdgeList(PetscInt k, PetscBool directin, PetscInt *ne, PetscInt *edgelist[]) in StarGraphCreateEdgeList()
61 PetscInt *edgelist = NULL, *compedge, *compvert; in StarGraphCreate() local
H A Dex1.c20 …rorCode CreateStarGraphEdgeList(PetscInt k, PetscBool directin, PetscInt *ne, PetscInt *edgelist[]) in CreateStarGraphEdgeList()
61 PetscInt *edgelist = NULL, *compedge, *compvert; in CreateSimpleStarGraph() local
H A Dex2.c20 …rorCode StarGraphCreateEdgeList(PetscInt k, PetscBool directin, PetscInt *ne, PetscInt *edgelist[]) in StarGraphCreateEdgeList()
105 PetscInt *edgelist = NULL, *compedge, *compvert; in StarGraphCreate() local
/petsc/src/snes/tutorials/network/water/
H A Dwater.c17 PetscInt *edgelist = NULL; in main() local
H A Dwaterfunctions.c159 PetscErrorCode GetListofEdges_Water(WATERDATA *water, PetscInt *edgelist) in GetListofEdges_Water()
/petsc/src/dm/tests/
H A Dex10.c15 PetscInt *edgelist = NULL; in main() local
/petsc/src/ksp/ksp/tutorials/network/
H A Dex1.c59 PetscInt *edgelist; in read_data() local
239 PetscInt *edgelist = NULL; in main() local
H A Dex1_nest.c58 PetscInt *edgelist; in read_data() local
260 PetscInt *edgelist = NULL; in main() local
H A Dex4.c10 PetscInt *numEdges, **edgelist, asvtx[2], bsvtx[2]; in main() local
H A Dex2.c40 PetscInt *edgelist; in random_network() local
273 PetscInt *edgelist = NULL; in main() local
H A Dex3.c19 PetscInt numEdges[10], *edgelist[10], asvtx, bsvtx; in main() local
/petsc/src/ts/tutorials/network/
H A Dpipes.c23 PetscInt *edgelist = wash->edgelist, *nvtx = NULL, *vtxDone = NULL; in WashNetworkDistribute() local
425 PetscInt *edgelist; in WashNetworkCreate() local
614 PetscInt KeyPipe, KeyJunction, *edgelist = NULL, *vtype = NULL; in main() local
H A Dwash.h55 PetscInt *edgelist; /* local edge list */ member
/petsc/src/snes/tutorials/network/power/
H A Dpffunctions.c5 PetscErrorCode GetListofEdges_Power(PFDATA *pfdata, PetscInt *edgelist) in GetListofEdges_Power()
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busdmnetwork.c107 PetscInt *edgelist; in read_data() local
951 PetscInt i, j, *edgelist = NULL, eStart, eEnd, vStart, vEnd; in main() local
/petsc/include/petsc/private/
H A Ddmnetworkimpl.h87 …PetscInt *edgelist; /* User provided list of edges. Each edge has the format [from to] where f… member
/petsc/src/dm/impls/network/
H A Dnetwork.c212 PetscErrorCode DMNetworkAddSubnetwork(DM dm, const char *name, PetscInt ne, PetscInt edgelist[], Pe… in DMNetworkAddSubnetwork()