Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex22.c111 PetscInt dim, dimC, isSimplex, isFE, numTests = 10; in main() local
121 …onsBoundedInt("-num_test_points", "number of points to test", NULL, numTests, &numTests, NULL, 0)); in main()
220 … PetscCall(testIdentity(dm, isSimplex ? PETSC_TRUE : PETSC_FALSE, 0, randCtx, numTests, tol)); in main()
/petsc/src/dm/dt/tests/
H A Dex7.c87 PetscInt i, numTests = 5, n[5] = {0, 1, 2, 3, 4}; in main() local
95 …etscOptionsIntArray("-N", "Up to 5 vector space dimensions to test", "ex7.c", n, &numTests, NULL)); in main()
101 if (!numTests) numTests = 5; in main()
103 for (i = 0; i < numTests; i++) { in main()