Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c4674 PetscInt numQuadPoints, numBatches, batchSize, numBlocks, blockSize, Nb; in DMPlexComputeJacobian_Patch_Internal() local
4678 PetscCall(PetscQuadratureGetData(q, NULL, NULL, &numQuadPoints, NULL, NULL)); in DMPlexComputeJacobian_Patch_Internal()
4681 blockSize = Nb * numQuadPoints; in DMPlexComputeJacobian_Patch_Internal()