#include "petscfe.h" PetscErrorCode PetscFESetTileSizes(PetscFE fem, PetscInt blockSize, PetscInt numBlocks, PetscInt batchSize, PetscInt numBatches)Not collective
fem | - The PetscFE object | |
blockSize | - The number of elements in a block | |
numBlocks | - The number of blocks in a batch | |
batchSize | - The number of elements in a batch | |
numBatches | - The number of batches in a chunk |
Level:intermediate
Location:src/dm/dt/interface/dtfe.c
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages