Home
last modified time | relevance | path

Searched refs:runTypes (Results 1 – 5 of 5) sorted by relevance

/petsc/src/tao/tutorials/
H A Dex1.c36 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 Dex2.c37 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 Dex77.c237 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 Dex12.c409 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 Dex8.c35 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()