Lines Matching refs:batchSize
2520 PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset; in DMPlexComputeIntegral_Internal() local
2535 batchSize = numBlocks * blockSize; in DMPlexComputeIntegral_Internal()
2536 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeIntegral_Internal()
2537 numChunks = numCells / (numBatches * batchSize); in DMPlexComputeIntegral_Internal()
2538 Ne = numChunks * numBatches * batchSize; in DMPlexComputeIntegral_Internal()
2539 Nr = numCells % (numBatches * batchSize); in DMPlexComputeIntegral_Internal()
2804 PetscInt numBatches, batchSize, numBlocks, blockSize; in DMPlexComputeBdIntegral_Internal() local
2812 batchSize = numBlocks * blockSize; in DMPlexComputeBdIntegral_Internal()
2813 chunkSize = numBatches * batchSize; in DMPlexComputeBdIntegral_Internal()
2814 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeBdIntegral_Internal()
4496 PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset; in DMPlexComputeResidual_Patch_Internal() local
4514 batchSize = numBlocks * blockSize; in DMPlexComputeResidual_Patch_Internal()
4515 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeResidual_Patch_Internal()
4516 numChunks = numCells / (numBatches * batchSize); in DMPlexComputeResidual_Patch_Internal()
4517 Ne = numChunks * numBatches * batchSize; in DMPlexComputeResidual_Patch_Internal()
4518 Nr = numCells % (numBatches * batchSize); in DMPlexComputeResidual_Patch_Internal()
4674 PetscInt numQuadPoints, numBatches, batchSize, numBlocks, blockSize, Nb; in DMPlexComputeJacobian_Patch_Internal() local
4682 batchSize = numBlocks * blockSize; in DMPlexComputeJacobian_Patch_Internal()
4683 chunkSize = numBatches * batchSize; in DMPlexComputeJacobian_Patch_Internal()
4685 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeJacobian_Patch_Internal()
5007 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeBdResidualSingleByKey() local
5016 batchSize = numBlocks * blockSize; in DMPlexComputeBdResidualSingleByKey()
5017 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeBdResidualSingleByKey()
5018 numChunks = numFaces / (numBatches * batchSize); in DMPlexComputeBdResidualSingleByKey()
5019 Ne = numChunks * numBatches * batchSize; in DMPlexComputeBdResidualSingleByKey()
5020 Nr = numFaces % (numBatches * batchSize); in DMPlexComputeBdResidualSingleByKey()
5307 PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset; in DMPlexComputeResidualByKey() local
5325 batchSize = numBlocks * blockSize; in DMPlexComputeResidualByKey()
5326 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeResidualByKey()
5327 numChunks = numCells / (numBatches * batchSize); in DMPlexComputeResidualByKey()
5328 Ne = numChunks * numBatches * batchSize; in DMPlexComputeResidualByKey()
5329 Nr = numCells % (numBatches * batchSize); in DMPlexComputeResidualByKey()
5761 … PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset, Nq, Nb; in DMPlexComputeResidualHybridByKey() local
5770 batchSize = numBlocks * blockSize; in DMPlexComputeResidualHybridByKey()
5771 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeResidualHybridByKey()
5772 numChunks = numCells / (numBatches * batchSize); in DMPlexComputeResidualHybridByKey()
5773 Ne = numChunks * numBatches * batchSize; in DMPlexComputeResidualHybridByKey()
5774 Nr = numCells % (numBatches * batchSize); in DMPlexComputeResidualHybridByKey()
6009 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeBdJacobianSingleByLabel() local
6018 batchSize = numBlocks * blockSize; in DMPlexComputeBdJacobianSingleByLabel()
6019 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeBdJacobianSingleByLabel()
6020 numChunks = numFaces / (numBatches * batchSize); in DMPlexComputeBdJacobianSingleByLabel()
6021 Ne = numChunks * numBatches * batchSize; in DMPlexComputeBdJacobianSingleByLabel()
6022 Nr = numFaces % (numBatches * batchSize); in DMPlexComputeBdJacobianSingleByLabel()
6252 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeJacobianByKey() local
6275 batchSize = numBlocks * blockSize; in DMPlexComputeJacobianByKey()
6276 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeJacobianByKey()
6277 numChunks = numCells / (numBatches * batchSize); in DMPlexComputeJacobianByKey()
6278 Ne = numChunks * numBatches * batchSize; in DMPlexComputeJacobianByKey()
6279 Nr = numCells % (numBatches * batchSize); in DMPlexComputeJacobianByKey()
6475 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeJacobianByKeyGeneral() local
6498 batchSize = numBlocks * blockSize; in DMPlexComputeJacobianByKeyGeneral()
6499 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeJacobianByKeyGeneral()
6500 numChunks = numCells / (numBatches * batchSize); in DMPlexComputeJacobianByKeyGeneral()
6501 Ne = numChunks * numBatches * batchSize; in DMPlexComputeJacobianByKeyGeneral()
6502 Nr = numCells % (numBatches * batchSize); in DMPlexComputeJacobianByKeyGeneral()
6841 … PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset, Nq, Nb; in DMPlexComputeJacobianHybridByKey() local
6850 batchSize = numBlocks * blockSize; in DMPlexComputeJacobianHybridByKey()
6851 PetscCall(PetscFESetTileSizes(feI, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeJacobianHybridByKey()
6852 numChunks = numCells / (numBatches * batchSize); in DMPlexComputeJacobianHybridByKey()
6853 Ne = numChunks * numBatches * batchSize; in DMPlexComputeJacobianHybridByKey()
6854 Nr = numCells % (numBatches * batchSize); in DMPlexComputeJacobianHybridByKey()
7075 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeJacobianActionByKey() local
7095 batchSize = numBlocks * blockSize; in DMPlexComputeJacobianActionByKey()
7096 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeJacobianActionByKey()
7097 numChunks = numCells / (numBatches * batchSize); in DMPlexComputeJacobianActionByKey()
7098 Ne = numChunks * numBatches * batchSize; in DMPlexComputeJacobianActionByKey()
7099 Nr = numCells % (numBatches * batchSize); in DMPlexComputeJacobianActionByKey()