| /petsc/src/dm/impls/network/tests/ |
| H A D | ex3.c | 20 …rorCode StarGraphCreateEdgeList(PetscInt k, PetscBool directin, PetscInt *ne, PetscInt *edgelist[]) in StarGraphCreateEdgeList() 61 PetscInt *edgelist = NULL, *compedge, *compvert; in StarGraphCreate() local
|
| H A D | ex1.c | 20 …rorCode CreateStarGraphEdgeList(PetscInt k, PetscBool directin, PetscInt *ne, PetscInt *edgelist[]) in CreateStarGraphEdgeList() 61 PetscInt *edgelist = NULL, *compedge, *compvert; in CreateSimpleStarGraph() local
|
| H A D | ex2.c | 20 …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 D | water.c | 17 PetscInt *edgelist = NULL; in main() local
|
| H A D | waterfunctions.c | 159 PetscErrorCode GetListofEdges_Water(WATERDATA *water, PetscInt *edgelist) in GetListofEdges_Water()
|
| /petsc/src/dm/tests/ |
| H A D | ex10.c | 15 PetscInt *edgelist = NULL; in main() local
|
| /petsc/src/ksp/ksp/tutorials/network/ |
| H A D | ex1.c | 59 PetscInt *edgelist; in read_data() local 239 PetscInt *edgelist = NULL; in main() local
|
| H A D | ex1_nest.c | 58 PetscInt *edgelist; in read_data() local 260 PetscInt *edgelist = NULL; in main() local
|
| H A D | ex4.c | 10 PetscInt *numEdges, **edgelist, asvtx[2], bsvtx[2]; in main() local
|
| H A D | ex2.c | 40 PetscInt *edgelist; in random_network() local 273 PetscInt *edgelist = NULL; in main() local
|
| H A D | ex3.c | 19 PetscInt numEdges[10], *edgelist[10], asvtx, bsvtx; in main() local
|
| /petsc/src/ts/tutorials/network/ |
| H A D | pipes.c | 23 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 D | wash.h | 55 PetscInt *edgelist; /* local edge list */ member
|
| /petsc/src/snes/tutorials/network/power/ |
| H A D | pffunctions.c | 5 PetscErrorCode GetListofEdges_Power(PFDATA *pfdata, PetscInt *edgelist) in GetListofEdges_Power()
|
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9busdmnetwork.c | 107 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 D | dmnetworkimpl.h | 87 …PetscInt *edgelist; /* User provided list of edges. Each edge has the format [from to] where f… member
|
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 212 PetscErrorCode DMNetworkAddSubnetwork(DM dm, const char *name, PetscInt ne, PetscInt edgelist[], Pe… in DMNetworkAddSubnetwork()
|