petsc-3.7.5 2017-01-01
Report Typos and Errors

PetscFECompositeGetMapping

Returns the mappings from the reference element to each subelement

Synopsis

#include "petscfe.h" 
PetscErrorCode PetscFECompositeGetMapping(PetscFE fem, PetscInt *numSubelements, const PetscReal *v0[], const PetscReal *jac[], const PetscReal *invjac[])
Not collective

Input Parameter

fem -The PetscFE object

Output Parameters

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

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