Searched refs:int1 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/tutorials/ |
| H A D | ex20.c | 8 PetscInt int1, int2; in main() local 19 PetscCall(PetscOptionsGetInt(NULL, NULL, "-test1", &int1, &flg1)); in main() 20 …PetscCheck(flg1 && int1 == 1, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "Unable to locate option test1 or … in main() 29 PetscCall(PetscOptionsGetInt(NULL, NULL, "-test1", &int1, &flg1)); in main()
|