Home
last modified time | relevance | path

Searched refs:KeyPipe (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/tutorials/network/
H A Dpipes.c298 PetscErrorCode PipesView(DM networkdm, PetscInt KeyPipe, Vec X) in PipesView() argument
317 …PetscCall(DMNetworkCreateIS(networkdm, numkeys, &KeyPipe, blocksize, numselectedvariable, selected… in PipesView()
340 …PetscCall(DMNetworkCreateIS(networkdm, numkeys, &KeyPipe, blocksize, numselectedvariable, selected… in PipesView()
354 PetscCall(DMNetworkCreateIS(networkdm, numkeys, &KeyPipe, blocksize, NULL, NULL, &isfrom)); in PipesView()
356 PetscCall(DMNetworkCreateIS(networkdm, numkeys, &KeyPipe, NULL, NULL, NULL, &isfrom)); in PipesView()
614 PetscInt KeyPipe, KeyJunction, *edgelist = NULL, *vtype = NULL; in main() local
651 PetscCall(DMNetworkRegisterComponent(networkdm, "pipestruct", sizeof(struct _p_Pipe), &KeyPipe)); in main()
679 …PetscCall(DMNetworkAddComponent(networkdm, e, KeyPipe, &pipes[e - eStart], 2 * pipes[e - eStart].n… in main()
808 if (viewpipes) PetscCall(PipesView(networkdm, KeyPipe, X)); in main()