petsc-3.10.5 2019-03-28
PetscDSGetFaceTabulation
Return the basis tabulation at quadrature points on the faces
Synopsis
#include "petscds.h"
PetscErrorCode PetscDSGetFaceTabulation(PetscDS prob, PetscReal ***basis, PetscReal ***basisDer)
Not collective
Input Parameter
prob -The PetscDS object
Output Parameters
| basisFace | - The basis function tabulation at quadrature points
|
| basisDerFace | - The basis function derivative tabulation at quadrature points
|
See Also
PetscDSGetTabulation(), PetscDSCreate()
Level
intermediate
Location
src/dm/dt/interface/dtds.c
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages