Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c537 PetscFunctionList plist = NULL, testlist = NULL, elist = NULL; in ProcessREOptions() local
568 PetscCall(PetscFunctionListAdd(&testlist, "none", &testNone)); in ProcessREOptions()
569 PetscCall(PetscFunctionListAdd(&testlist, "spitzer", &testSpitzer)); in ProcessREOptions()
570 PetscCall(PetscFunctionListAdd(&testlist, "stable", &testStable)); in ProcessREOptions()
585 …PetscCall(PetscOptionsFList("-ex2_test_type", "Name of test to run", "", testlist, testname, testn… in ProcessREOptions()
603 PetscCall(PetscFunctionListFind(testlist, testname, &rectx->test)); in ProcessREOptions()
608 PetscCall(PetscFunctionListDestroy(&testlist)); in ProcessREOptions()