Searched refs:testcase (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex13.c | 26 PetscInt testcase = 0, m, nnz, pnnz; in main() local 35 PetscCall(PetscOptionsGetInt(NULL, NULL, "-testcase", &testcase, NULL)); in main() 36 switch (testcase) { in main() 89 switch (testcase) { in main() 155 switch (testcase) { in main()
|
| /petsc/src/mat/tests/ |
| H A D | ex114.c | 12 PetscInt m, n, j, imin[M], imax[M], imaxabs[M], indices[N], row, testcase = 0; in main() local 21 PetscCall(PetscOptionsGetInt(NULL, NULL, "-testcase", &testcase, NULL)); in main() 24 if (testcase == 1) { /* proc[0] holds entire A and other processes have no entry */ in main() 30 testcase = 0; in main() 39 switch (testcase) { in main()
|