Searched refs:viewpipes (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/network/ |
| H A D | pipes.c | 624 …PetscBool viewpipes, viewjuncs, monipipes = PETSC_FALSE, userJac = PETSC_TRUE, viewdm = PE… in main() local 794 viewpipes = PETSC_FALSE; in main() 795 PetscCall(PetscOptionsGetBool(NULL, NULL, "-Jac_view", &viewpipes, NULL)); in main() 796 if (viewpipes) { in main() 806 viewpipes = PETSC_FALSE; in main() 807 PetscCall(PetscOptionsGetBool(NULL, NULL, "-pipe_view", &viewpipes, NULL)); in main() 808 if (viewpipes) PetscCall(PipesView(networkdm, KeyPipe, X)); in main()
|