Searched refs:pipesCase (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/ts/tutorials/network/output/ |
| H A D | pipes_8.out | 1 Setup pipesCase 2
|
| H A D | pipes_4.out | 1 Setup pipesCase 2
|
| H A D | pipes_7.out | 1 Setup pipesCase 2
|
| H A D | pipes_3.out | 1 Setup pipesCase 0
|
| H A D | pipes_6.out | 1 Setup pipesCase 1
|
| H A D | pipes_1.out | 1 Setup pipesCase 1
|
| H A D | pipes_2.out | 1 Setup pipesCase 1
|
| H A D | pipes_9.out | 1 Setup pipesCase 0
|
| H A D | pipes_10.out | 1 Setup pipesCase 0
|
| H A D | pipes_5.out | 1 Setup pipesCase 2
|
| /petsc/src/ts/tutorials/network/ |
| H A D | pipes.c | 419 PetscErrorCode WashNetworkCreate(MPI_Comm comm, PetscInt pipesCase, Wash *wash_ptr) in WashNetworkCreate() argument 447 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Setup pipesCase %" PetscInt_FMT "\n", pipesCase)); in WashNetworkCreate() 451 switch (pipesCase) { in WashNetworkCreate() 625 PetscInt pipesCase = 0; in main() local 633 PetscCall(PetscOptionsGetInt(NULL, NULL, "-case", &pipesCase, NULL)); in main() 654 PetscCall(WashNetworkCreate(comm, pipesCase, &wash)); in main()
|