Home
last modified time | relevance | path

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

/petsc/src/tao/tutorials/
H A Dex1.c28 } RunType; typedef
31 RunType runType; /* Whether to run tests, or solve the full problem */
44 options->runType = (RunType)run; in ProcessOptions()
H A Dex2.c28 } RunType; typedef
31 RunType runType; /* Whether to run tests, or solve the full problem */
46 options->runType = (RunType)run; in ProcessOptions()
/petsc/src/snes/tutorials/
H A Dex77.c47 } RunType; typedef
50 RunType runType; /* Whether to run tests, or solve the full problem */
247 options->runType = (RunType)run; in ProcessOptions()
H A Dex12.c33 } RunType; typedef
46 RunType runType; /* Whether to run tests, or solve the full problem */
434 options->runType = (RunType)run; in ProcessOptions()
/petsc/src/dm/impls/plex/tests/
H A Dex8.c10 } RunType; typedef
14 RunType runType; /* Type of mesh to use */
45 options->runType = (RunType)run; in ProcessOptions()