Searched refs:pipes (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/network/ |
| H A D | makefile | 4 CLEANFILES = pipes ${OBJECTS_PIPE} 9 pipes: $(OBJECTS_PIPE) target
|
| H A D | pipes.c | 427 Pipe pipes = NULL; in WashNetworkCreate() local 478 PetscCall(PetscCalloc2(numVertices, &junctions, numEdges, &pipes)); in WashNetworkCreate() 520 PetscCall(PetscCalloc2(numVertices, &junctions, numEdges, &pipes)); in WashNetworkCreate() 561 PetscCall(PetscCalloc2(numVertices, &junctions, numEdges, &pipes)); in WashNetworkCreate() 578 for (i = 0; i < numEdges; i++) pipes[i].id = i; in WashNetworkCreate() 595 wash->pipe = pipes; in WashNetworkCreate() 613 Pipe pipe, pipes; in main() local 659 pipes = wash->pipe; in main() 673 PetscCall(PetscCalloc2(vEnd - vStart, &junctions, nedges, &pipes)); in main() 678 pipes[e - eStart].nnodes = nnodes; in main() [all …]
|