Searched refs:runTypes (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/tao/tutorials/ |
| H A D | ex1.c | 36 const char *runTypes[2] = {"full", "test"}; in ProcessOptions() local 43 …PetscCall(PetscOptionsEList("-run_type", "The run type", "ex1.c", runTypes, 2, runTypes[options->r… in ProcessOptions()
|
| H A D | ex2.c | 37 const char *runTypes[2] = {"full", "test"}; in ProcessOptions() local 45 …PetscCall(PetscOptionsEList("-run_type", "The run type", "ex2.c", runTypes, 2, runTypes[options->r… in ProcessOptions()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex77.c | 237 const char *runTypes[2] = {"full", "test"}; in ProcessOptions() local 246 …PetscCall(PetscOptionsEList("-run_type", "The run type", "ex77.c", runTypes, 2, runTypes[options->… in ProcessOptions()
|
| H A D | ex12.c | 409 const char *runTypes[4] = {"full", "exact", "test", "perf"}; in ProcessOptions() local 433 …PetscCall(PetscOptionsEList("-run_type", "The run type", "ex12.c", runTypes, 4, runTypes[options->… in ProcessOptions()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex8.c | 35 const char *runTypes[4] = {"reference", "hex_curved", "file", "display"}; in ProcessOptions() local 44 …PetscCall(PetscOptionsEList("-run_type", "The run type", "ex8.c", runTypes, 3, runTypes[options->r… in ProcessOptions()
|