Home
last modified time | relevance | path

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

/petsc/src/dm/field/tutorials/
H A Dex1.c232 PetscInt numPoint = 0, numFE = 0, numFV = 0; in main() local
243 …int_tests", "Number of test points for DMFieldEvaluate()", "ex1.c", numPoint, &numPoint, NULL, 0)); in main()
344 if (numPoint) PetscCall(TestEvaluate(field, numPoint, rand)); in main()