Searched refs:KeyJunction (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/network/ |
| H A D | pipes.c | 614 PetscInt KeyPipe, KeyJunction, *edgelist = NULL, *vtype = NULL; in main() local 650 …DMNetworkRegisterComponent(networkdm, "junctionstruct", sizeof(struct _p_Junction), &KeyJunction)); in main() 689 …for (v = vStart; v < vEnd; v++) PetscCall(DMNetworkAddComponent(networkdm, v, KeyJunction, &juncti… in main() 813 if (viewjuncs) PetscCall(ISJunctionsView(networkdm, KeyJunction)); in main()
|