Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c2520 PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset; in DMPlexComputeIntegral_Internal() local
2537 numChunks = numCells / (numBatches * batchSize); in DMPlexComputeIntegral_Internal()
2538 Ne = numChunks * numBatches * batchSize; in DMPlexComputeIntegral_Internal()
2768 PetscInt numChunks, chunkSize, chunk, Nr, offset; in DMPlexComputeBdIntegral_Internal() local
2815 numChunks = numFaces / chunkSize; in DMPlexComputeBdIntegral_Internal()
2820 for (chunk = 0; chunk < numChunks; ++chunk) { in DMPlexComputeBdIntegral_Internal()
4405 PetscInt Nf, f, totDim, totDimAux, numChunks, cellChunkSize, chunk, fStart, fEnd; in DMPlexComputeResidual_Patch_Internal() local
4470 numChunks = 1; in DMPlexComputeResidual_Patch_Internal()
4471 cellChunkSize = numCells / numChunks; in DMPlexComputeResidual_Patch_Internal()
4472 numChunks = PetscMin(1, numCells); in DMPlexComputeResidual_Patch_Internal()
[all …]