Home
last modified time | relevance | path

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

/petsc/src/tao/leastsquares/tutorials/
H A Dcs1.c48 TestType tType; member
66 switch (ctx->tType) { in SetTaoOptionsFromUserOptions()
93 switch (ctx->tType) { in TestOutType()
114 ctx->tType = TEST_NONE; in ProcessOptions()
118 run = ctx->tType; in ProcessOptions()
119 …"-test_type", "The coverage test type", "cs1.c", testTypes, 3, testTypes[ctx->tType], &run, NULL)); in ProcessOptions()
120 ctx->tType = (TestType)run; in ProcessOptions()