Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex48.c52 TestType testType; member
64 options->testType = TEST_TILT; in ProcessOptions()
77 ii = (PetscInt)options->testType; in ProcessOptions()
78 options->testType = TEST_TILT; in ProcessOptions()
79 ii = options->testType; in ProcessOptions()
80 …' Tilt instability", "mhd.c", testTypes, NUM_TEST_TYPES, testTypes[options->testType], &ii, NULL)); in ProcessOptions()
81 options->testType = (TestType)ii; in ProcessOptions()
94 PetscCall(PetscPrintf(comm, "Test Type = %s\n", testTypes[options->testType])); in ProcessOptions()
508 if (ctx->testType == TEST_TILT) { in SetupProblem()
525 …pported test type: %s (%d)", testTypes[PetscMin(ctx->testType, NUM_TEST_TYPES)], (int)ctx->testTyp… in SetupProblem()
/petsc/src/sys/tests/linter/
H A DtestValidFunctionDocStrings.c3 typedef int testType; typedef
/petsc/src/binding/petsc4py/test/
H A Dtest_optdb.py81 def testType(self): member in TestOptions
/petsc/src/sys/tests/linter/output/
H A DtestValidFunctionDocStrings.patch2 .seealso: `testIllFormedFunctionDocString()`, `testType`