:orphan:
# PetscFESetTileSizes
Sets the tile sizes for evaluation 
## Synopsis
```
#include "petscfe.h" 
PetscErrorCode PetscFESetTileSizes(PetscFE fem, PetscInt blockSize, PetscInt numBlocks, PetscInt batchSize, PetscInt numBatches)
```
Not Collective


## Input Parameters

- ***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





## See Also
 `PetscFE`, `PetscFECreate()`, `PetscFEGetTileSizes()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/dt/fe/interface/fe.c.html#PetscFESetTileSizes">src/dm/dt/fe/interface/fe.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/dt/fe/interface/fe.c)


[Index of all FE routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
