Lines Matching refs:blockSize

2520     PetscInt     numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset;  in DMPlexComputeIntegral_Internal()  local
2534 blockSize = Nb * Nq; in DMPlexComputeIntegral_Internal()
2535 batchSize = numBlocks * blockSize; in DMPlexComputeIntegral_Internal()
2536 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeIntegral_Internal()
2804 PetscInt numBatches, batchSize, numBlocks, blockSize; in DMPlexComputeBdIntegral_Internal() local
2811 blockSize = Nb * Nq; in DMPlexComputeBdIntegral_Internal()
2812 batchSize = numBlocks * blockSize; 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
4513 blockSize = Nb; in DMPlexComputeResidual_Patch_Internal()
4514 batchSize = numBlocks * blockSize; in DMPlexComputeResidual_Patch_Internal()
4515 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeResidual_Patch_Internal()
4674 PetscInt numQuadPoints, numBatches, batchSize, numBlocks, blockSize, Nb; in DMPlexComputeJacobian_Patch_Internal() local
4681 blockSize = Nb * numQuadPoints; in DMPlexComputeJacobian_Patch_Internal()
4682 batchSize = numBlocks * blockSize; 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
5015 blockSize = Nb; in DMPlexComputeBdResidualSingleByKey()
5016 batchSize = numBlocks * blockSize; in DMPlexComputeBdResidualSingleByKey()
5017 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeBdResidualSingleByKey()
5307 PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset; in DMPlexComputeResidualByKey() local
5324 blockSize = Nb; in DMPlexComputeResidualByKey()
5325 batchSize = numBlocks * blockSize; in DMPlexComputeResidualByKey()
5326 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeResidualByKey()
5761 … PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset, Nq, Nb; in DMPlexComputeResidualHybridByKey() local
5769 blockSize = Nb; in DMPlexComputeResidualHybridByKey()
5770 batchSize = numBlocks * blockSize; in DMPlexComputeResidualHybridByKey()
5771 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeResidualHybridByKey()
6009 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeBdJacobianSingleByLabel() local
6017 blockSize = Nb; in DMPlexComputeBdJacobianSingleByLabel()
6018 batchSize = numBlocks * blockSize; in DMPlexComputeBdJacobianSingleByLabel()
6019 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeBdJacobianSingleByLabel()
6252 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeJacobianByKey() local
6274 blockSize = Nb; in DMPlexComputeJacobianByKey()
6275 batchSize = numBlocks * blockSize; in DMPlexComputeJacobianByKey()
6276 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeJacobianByKey()
6475 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeJacobianByKeyGeneral() local
6497 blockSize = Nb; in DMPlexComputeJacobianByKeyGeneral()
6498 batchSize = numBlocks * blockSize; in DMPlexComputeJacobianByKeyGeneral()
6499 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeJacobianByKeyGeneral()
6841 … PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset, Nq, Nb; in DMPlexComputeJacobianHybridByKey() local
6849 blockSize = Nb; in DMPlexComputeJacobianHybridByKey()
6850 batchSize = numBlocks * blockSize; in DMPlexComputeJacobianHybridByKey()
6851 PetscCall(PetscFESetTileSizes(feI, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeJacobianHybridByKey()
7075 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeJacobianActionByKey() local
7094 blockSize = Nb; in DMPlexComputeJacobianActionByKey()
7095 batchSize = numBlocks * blockSize; in DMPlexComputeJacobianActionByKey()
7096 PetscCall(PetscFESetTileSizes(fe, blockSize, numBlocks, batchSize, numBatches)); in DMPlexComputeJacobianActionByKey()