Lines Matching refs:chunk

2768     PetscInt        numChunks, chunkSize, chunk, Nr, offset;  in DMPlexComputeBdIntegral_Internal()  local
2820 for (chunk = 0; chunk < numChunks; ++chunk) { in DMPlexComputeBdIntegral_Internal()
2821 … PetscCall(PetscFEGeomGetChunk(fgeom, chunk * chunkSize, (chunk + 1) * chunkSize, &chunkGeom)); in DMPlexComputeBdIntegral_Internal()
2822 …ze, chunkGeom, &u[chunk * chunkSize * totDim], probAux, PetscSafePointerPlusOffset(a, chunk * chun… in DMPlexComputeBdIntegral_Internal()
4405 PetscInt Nf, f, totDim, totDimAux, numChunks, cellChunkSize, chunk, fStart, fEnd; in DMPlexComputeResidual_Patch_Internal() local
4476 for (chunk = 0; chunk < numChunks; ++chunk) { in DMPlexComputeResidual_Patch_Internal()
4480 …PetscInt cS = cStart + chunk * cellChunkSize, cE = PetscMin(cS + cellChunkSize, cEnd), num… in DMPlexComputeResidual_Patch_Internal()
4634 … fieldI, fieldJ, maxDegree, numCells, cStart, cEnd, numChunks, chunkSize, chunk, totDim, totDimAux… in DMPlexComputeJacobian_Patch_Internal() local
4720 for (chunk = 0; chunk < numChunks; ++chunk, offCell += chunkSize) { in DMPlexComputeJacobian_Patch_Internal()
5195 …PetscInt Nf, f, totDim, totDimAux, numChunks, cellChunkSize, faceChunkSize, chunk, fStart, … in DMPlexComputeResidualByKey() local
5279 for (chunk = 0; chunk < numChunks; ++chunk) { in DMPlexComputeResidualByKey()
5283 …PetscInt cS = cStart + chunk * cellChunkSize, cE = PetscMin(cS + cellChunkSize, cEnd), num… in DMPlexComputeResidualByKey()
5284 …PetscInt fS = fStart + chunk * faceChunkSize, fE = PetscMin(fS + faceChunkSize, fEnd), num… in DMPlexComputeResidualByKey()
5578 …cInt Nf, f, totDim, totDimIn, totDimAux[3], totDimScale[3], numChunks, cellChunkSize, chunk; in DMPlexComputeResidualHybridByKey() local
5716 for (chunk = 0; chunk < numChunks; ++chunk) { in DMPlexComputeResidualHybridByKey()
5717 …PetscInt cS = cStart + chunk * cellChunkSize, cE = PetscMin(cS + cellChunkSize, cEnd), numCells = … in DMPlexComputeResidualHybridByKey()
6659 …f, fieldI, fieldJ, totDim, totDimIn, totDimAux[3], totDimScale[3], numChunks, cellChunkSize, chunk; in DMPlexComputeJacobianHybridByKey() local
6790 for (chunk = 0; chunk < numChunks; ++chunk) { in DMPlexComputeJacobianHybridByKey()
6791 …PetscInt cS = cStart + chunk * cellChunkSize, cE = PetscMin(cS + cellChunkSize, cEnd), numCells = … in DMPlexComputeJacobianHybridByKey()