Home
last modified time | relevance | path

Searched defs:batchSize (Results 1 – 3 of 3) 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
2804 PetscInt numBatches, batchSize, numBlocks, blockSize; in DMPlexComputeBdIntegral_Internal() local
4496 PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset; in DMPlexComputeResidual_Patch_Internal() local
4674 PetscInt numQuadPoints, numBatches, batchSize, numBlocks, blockSize, Nb; in DMPlexComputeJacobian_Patch_Internal() local
5007 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeBdResidualSingleByKey() local
5307 PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset; in DMPlexComputeResidualByKey() local
5761 … PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset, Nq, Nb; in DMPlexComputeResidualHybridByKey() local
6009 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeBdJacobianSingleByLabel() local
6252 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeJacobianByKey() local
6475 PetscInt numChunks, numBatches, numBlocks, Ne, blockSize, batchSize; in DMPlexComputeJacobianByKeyGeneral() local
[all …]
/petsc/src/dm/dt/fe/interface/
H A Dfe.c462 …ESetTileSizes(PetscFE fem, PetscInt blockSize, PetscInt numBlocks, PetscInt batchSize, PetscInt nu… in PetscFESetTileSizes()
491 …etscFE fem, PeOp PetscInt *blockSize, PeOp PetscInt *numBlocks, PeOp PetscInt *batchSize, PeOp Pet… in PetscFEGetTileSizes()
/petsc/include/petsc/private/
H A Dpetscfeimpl.h237 …PetscInt batchSize, numBatches; /* A batch is made up of blocks, Batches are processed in s… member