Searched refs:testType (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex48.c | 52 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 D | testValidFunctionDocStrings.c | 3 typedef int testType; typedef
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_optdb.py | 81 def testType(self): member in TestOptions
|
| /petsc/src/sys/tests/linter/output/ |
| H A D | testValidFunctionDocStrings.patch | 2 .seealso: `testIllFormedFunctionDocString()`, `testType`
|