Lines Matching refs:numChunks
2520 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()
4476 for (chunk = 0; chunk < numChunks; ++chunk) { in DMPlexComputeResidual_Patch_Internal()
4496 PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset; in DMPlexComputeResidual_Patch_Internal() local
4516 numChunks = numCells / (numBatches * batchSize); in DMPlexComputeResidual_Patch_Internal()
4517 Ne = numChunks * numBatches * batchSize; in DMPlexComputeResidual_Patch_Internal()
4634 …PetscInt Nf, fieldI, fieldJ, maxDegree, numCells, cStart, cEnd, numChunks, chunkSize, chunk… in DMPlexComputeJacobian_Patch_Internal() local
4684 numChunks = numCells / chunkSize + numCells % chunkSize; in DMPlexComputeJacobian_Patch_Internal()
4688 numChunks = 1; in DMPlexComputeJacobian_Patch_Internal()
4720 for (chunk = 0; chunk < numChunks; ++chunk, offCell += chunkSize) { in DMPlexComputeJacobian_Patch_Internal()
5007 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeBdResidualSingleByKey() local
5018 numChunks = numFaces / (numBatches * batchSize); in DMPlexComputeBdResidualSingleByKey()
5019 Ne = numChunks * numBatches * batchSize; in DMPlexComputeBdResidualSingleByKey()
5195 …PetscInt Nf, f, totDim, totDimAux, numChunks, cellChunkSize, faceChunkSize, chunk, fStart, … in DMPlexComputeResidualByKey() local
5275 numChunks = 1; in DMPlexComputeResidualByKey()
5276 cellChunkSize = numCells / numChunks; in DMPlexComputeResidualByKey()
5277 faceChunkSize = (fEnd - fStart) / numChunks; in DMPlexComputeResidualByKey()
5278 numChunks = PetscMin(1, numCells); in DMPlexComputeResidualByKey()
5279 for (chunk = 0; chunk < numChunks; ++chunk) { in DMPlexComputeResidualByKey()
5307 PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset; in DMPlexComputeResidualByKey() local
5327 numChunks = numCells / (numBatches * batchSize); in DMPlexComputeResidualByKey()
5328 Ne = numChunks * numBatches * batchSize; in DMPlexComputeResidualByKey()
5578 …PetscInt Nf, f, totDim, totDimIn, totDimAux[3], totDimScale[3], numChunks, cellChunkSize, c… in DMPlexComputeResidualHybridByKey() local
5704 numChunks = !numCells ? 0 : PetscCeilReal(((PetscReal)numCells) / cellChunkSize); in DMPlexComputeResidualHybridByKey()
5716 for (chunk = 0; chunk < numChunks; ++chunk) { in DMPlexComputeResidualHybridByKey()
5761 … PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset, Nq, Nb; in DMPlexComputeResidualHybridByKey() local
5772 numChunks = numCells / (numBatches * batchSize); in DMPlexComputeResidualHybridByKey()
5773 Ne = numChunks * numBatches * batchSize; in DMPlexComputeResidualHybridByKey()
6009 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeBdJacobianSingleByLabel() local
6020 numChunks = numFaces / (numBatches * batchSize); in DMPlexComputeBdJacobianSingleByLabel()
6021 Ne = numChunks * numBatches * batchSize; in DMPlexComputeBdJacobianSingleByLabel()
6252 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeJacobianByKey() local
6277 numChunks = numCells / (numBatches * batchSize); in DMPlexComputeJacobianByKey()
6278 Ne = numChunks * numBatches * batchSize; in DMPlexComputeJacobianByKey()
6475 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeJacobianByKeyGeneral() local
6500 numChunks = numCells / (numBatches * batchSize); in DMPlexComputeJacobianByKeyGeneral()
6501 Ne = numChunks * numBatches * batchSize; in DMPlexComputeJacobianByKeyGeneral()
6659 …PetscInt Nf, fieldI, fieldJ, totDim, totDimIn, totDimAux[3], totDimScale[3], numChunks, cel… in DMPlexComputeJacobianHybridByKey() local
6775 numChunks = !numCells ? 0 : PetscCeilReal(((PetscReal)numCells) / cellChunkSize); in DMPlexComputeJacobianHybridByKey()
6790 for (chunk = 0; chunk < numChunks; ++chunk) { in DMPlexComputeJacobianHybridByKey()
6841 … PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset, Nq, Nb; in DMPlexComputeJacobianHybridByKey() local
6852 numChunks = numCells / (numBatches * batchSize); in DMPlexComputeJacobianHybridByKey()
6853 Ne = numChunks * numBatches * batchSize; in DMPlexComputeJacobianHybridByKey()
7075 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeJacobianActionByKey() local
7097 numChunks = numCells / (numBatches * batchSize); in DMPlexComputeJacobianActionByKey()
7098 Ne = numChunks * numBatches * batchSize; in DMPlexComputeJacobianActionByKey()