Home
last modified time | relevance | path

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

/petsc/src/sys/tests/linter/output/
H A DtestTypes.patch4 -PetscErrorCode testTypes(PetscRandom r, PetscViewer v, PetscObject o, PetscFunctionList f)
5 +static PetscErrorCode testTypes(PetscRandom r, PetscViewer v, PetscObject o, PetscFunctionList f)
/petsc/src/sys/tests/linter/
H A DtestTypes.c3 PetscErrorCode testTypes(PetscRandom r, PetscViewer v, PetscObject o, PetscFunctionList f) in testTypes() function
/petsc/src/tao/leastsquares/tutorials/
H A Dcs1.c110 const char *testTypes[3] = {"l1dict", "lm", "none"}; in ProcessOptions() local
119 …tscOptionsEList("-test_type", "The coverage test type", "cs1.c", testTypes, 3, testTypes[ctx->tTyp… in ProcessOptions()
/petsc/src/ts/tutorials/
H A Dex48.c19 const char *testTypes[NUM_TEST_TYPES + 1] = {"tilt", "unknown"}; variable
80 …type", "The test type: 'tilt' Tilt instability", "mhd.c", testTypes, NUM_TEST_TYPES, testTypes[opt… in ProcessOptions()
94 PetscCall(PetscPrintf(comm, "Test Type = %s\n", testTypes[options->testType])); in ProcessOptions()
525 …tscObject)prob), PETSC_ERR_ARG_WRONG, "Unsupported test type: %s (%d)", testTypes[PetscMin(ctx->te… in SetupProblem()