:orphan: # PetscDSGetFaceTabulation Return the basis tabulation at quadrature points on the faces ## Synopsis ``` #include "petscds.h" PetscErrorCode PetscDSGetFaceTabulation(PetscDS prob, PetscTabulation *Tf[]) ``` Not Collective ## Input Parameter - ***prob -*** The `PetscDS` object ## Output Parameter - ***Tf -*** The basis function and derivative tabulation on each local face at quadrature points for each and field ## See Also `PetscTabulation`, `PetscDS`, `PetscDSGetTabulation()`, `PetscDSCreate()` ## Level intermediate ## Location src/dm/dt/interface/dtds.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/dt/interface/dtds.c) [Index of all DT routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)