petsc-3.9.4 2018-09-11
PetscDSGetTabulation
Return the basis tabulation at quadrature points for the volume discretization
Synopsis
#include "petscds.h"
PetscErrorCode PetscDSGetTabulation(PetscDS prob, PetscReal ***basis, PetscReal ***basisDer)
Not collective
Input Parameter
prob -The PetscDS object
Output Parameters
| basis | - The basis function tabulation at quadrature points
|
| basisDer | - The basis function derivative tabulation at quadrature points
|
See Also
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