Searched refs:optstr (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex140.c | 10 const char *const optstr[] = {"mult", variable 50 PetscCall(PetscSNPrintf(opts, 256, "-enable %s", optstr[matop])); in RunHasOperationTest() 60 PetscCall(PetscPrintf(PETSC_COMM_WORLD, " Error: %s present\n", optstr[i])); in RunHasOperationTest() 62 PetscCall(PetscPrintf(PETSC_COMM_WORLD, " Pass: %s\n", optstr[i])); in RunHasOperationTest() 71 PetscCall(PetscPrintf(PETSC_COMM_WORLD, " Error: %s present\n", optstr[i])); in RunHasOperationTest() 73 PetscCall(PetscPrintf(PETSC_COMM_WORLD, " Error: %s not present\n", optstr[i])); in RunHasOperationTest() 75 PetscCall(PetscPrintf(PETSC_COMM_WORLD, " Pass: %s\n", optstr[i])); in RunHasOperationTest()
|