Searched refs:isfrom_q (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/network/ |
| H A D | pipes.c | 301 IS isfrom_q, isfrom_h, isfrom; in PipesView() local 317 …ateIS(networkdm, numkeys, &KeyPipe, blocksize, numselectedvariable, selectedvariables, &isfrom_q)); in PipesView() 320 PetscCall(ISGetLocalSize(isfrom_q, &n)); in PipesView() 327 PetscCall(VecScatterCreate(X, isfrom_q, Xto, NULL, &ctx)); in PipesView() 333 PetscCall(ISDestroy(&isfrom_q)); in PipesView()
|