Home
last modified time | relevance | path

Searched refs:numFV (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
245 …"-num_fv_tests", "Number of test cells for DMFieldEvaluateFV()", "ex1.c", numFV, &numFV, NULL, 0)); in main()
346 if (numFV) PetscCall(TestEvaluateFV(field, numFV, cStart, cEnd, rand)); in main()