Home
last modified time | relevance | path

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

/petsc/src/tao/tutorials/
H A Dex1.c31 RunType runType; /* Whether to run tests, or solve the full problem */ member
40 options->runType = RUN_FULL; in ProcessOptions()
42 run = options->runType; in ProcessOptions()
43 …sEList("-run_type", "The run type", "ex1.c", runTypes, 2, runTypes[options->runType], &run, NULL)); in ProcessOptions()
44 options->runType = (RunType)run; in ProcessOptions()
235 if (user.runType == RUN_FULL) { in main()
H A Dex2.c31 RunType runType; /* Whether to run tests, or solve the full problem */ member
41 options->runType = RUN_FULL; in ProcessOptions()
44 run = options->runType; in ProcessOptions()
45 …sEList("-run_type", "The run type", "ex2.c", runTypes, 2, runTypes[options->runType], &run, NULL)); in ProcessOptions()
46 options->runType = (RunType)run; in ProcessOptions()
230 if (user.runType == RUN_FULL) { in main()
/petsc/src/dm/impls/plex/tests/
H A Dex8.c14 RunType runType; /* Type of mesh to use */ member
39 options->runType = RUN_REFERENCE; in ProcessOptions()
43 run = options->runType; in ProcessOptions()
44 …sEList("-run_type", "The run type", "ex8.c", runTypes, 3, runTypes[options->runType], &run, NULL)); in ProcessOptions()
45 options->runType = (RunType)run; in ProcessOptions()
48 if (options->runType == RUN_FILE) { in ProcessOptions()
97 } else if (options->runType == RUN_DISPLAY) { in ProcessOptions()
620 if (user.runType == RUN_REFERENCE) { in main()
626 } else if (user.runType == RUN_HEX_CURVED) { in main()
628 } else if (user.runType == RUN_FILE) { in main()
[all …]
/petsc/src/snes/tutorials/
H A Dex77.c50 RunType runType; /* Whether to run tests, or solve the full problem */ member
241 options->runType = RUN_FULL; in ProcessOptions()
245 run = options->runType; in ProcessOptions()
246 …EList("-run_type", "The run type", "ex77.c", runTypes, 2, runTypes[options->runType], &run, NULL)); in ProcessOptions()
247 options->runType = (RunType)run; in ProcessOptions()
475 if (user.runType == RUN_FULL) { in main()
H A Dex12.c46 RunType runType; /* Whether to run tests, or solve the full problem */ member
414 options->runType = RUN_FULL; in ProcessOptions()
432 run = options->runType; in ProcessOptions()
433 …EList("-run_type", "The run type", "ex12.c", runTypes, 4, runTypes[options->runType], &run, NULL)); in ProcessOptions()
434 options->runType = (RunType)run; in ProcessOptions()
450 …if (options->runType == RUN_TEST) PetscCall(PetscOptionsBool("-run_test_check_ksp", "Check solutio… in ProcessOptions()
845 if (user.runType == RUN_FULL || user.runType == RUN_EXACT) { in main()
849 …if (user.runType == RUN_FULL) PetscCall(DMProjectFunction(dm, 0.0, initialGuess, NULL, INSERT_VALU… in main()
860 } else if (user.runType == RUN_PERF) { in main()