Home
last modified time | relevance | path

Searched refs:RUN_FULL (Results 1 – 4 of 4) sorted by relevance

/petsc/src/tao/tutorials/
H A Dex1.c26 RUN_FULL, enumerator
40 options->runType = RUN_FULL; in ProcessOptions()
235 if (user.runType == RUN_FULL) { in main()
H A Dex2.c26 RUN_FULL, enumerator
41 options->runType = RUN_FULL; in ProcessOptions()
230 if (user.runType == RUN_FULL) { in main()
/petsc/src/snes/tutorials/
H A Dex77.c45 RUN_FULL, enumerator
241 options->runType = RUN_FULL; in ProcessOptions()
475 if (user.runType == RUN_FULL) { in main()
H A Dex12.c29 RUN_FULL, enumerator
414 options->runType = RUN_FULL; 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()