Searched refs:runType (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/tao/tutorials/ |
| H A D | ex1.c | 31 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 D | ex2.c | 31 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 D | ex8.c | 14 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 D | ex77.c | 50 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 D | ex12.c | 46 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()
|