petsc-3.14.6 2021-03-30
Report Typos and Errors

PetscFEGetFaceCentroidTabulation

Returns the tabulation of the basis functions at the face centroid points

Synopsis

#include "petscfe.h" 
PetscErrorCode PetscFEGetFaceCentroidTabulation(PetscFE fem, PetscTabulation *Tc)
Not collective

Input Parameter

fem - The PetscFE object

Output Parameters

Tc - The basis function values at face centroid points

Note

T->T[0] = Bf[(f*pdim + i)*Nc + c] is the value at point f for basis function i and component c

See Also

PetscFEGetFaceTabulation(), PetscFEGetCellTabulation(), PetscFECreateTabulation(), PetscTabulationDestroy()

Level

intermediate

Location

src/dm/dt/fe/interface/fe.c
Index of all FE routines
Table of Contents for all manual pages
Index of all manual pages