petsc-3.7.1 2016-05-15
Report Typos and Errors

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 Many br

Input Parameters

fem - The PetscFE object Many br
blockSize - The number of elements in a block Many br
numBlocks - The number of blocks in a batch Many br
batchSize - The number of elements in a batch Many br
numBatches - The number of batches in a chunk Many br

Many br

See Also

PetscFECreate()

Level:intermediate
Location:
src/dm/dt/interface/dtfe.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages