petsc-3.12.5 2020-03-29
Report Typos and Errors

PetscFVGetDefaultTabulation

Returns the tabulation of the basis functions at the quadrature points

Synopsis

#include "petscfv.h" 
PetscErrorCode PetscFVGetDefaultTabulation(PetscFV fvm, PetscReal **B, PetscReal **D, PetscReal **H)
Not collective

Input Parameter

fvm -The PetscFV object

Output Parameters

B - The basis function values at quadrature points
D - The basis function derivatives at quadrature points
H - The basis function second derivatives at quadrature points

Note

B[(p*pdim + i)*Nc + c] is the value at point p for basis function i and component c
D[((p*pdim + i)*Nc + c)*dim + d] is the derivative value at point p for basis function i, component c, in direction d
H[(((p*pdim + i)*Nc + c)*dim + d)*dim + e] is the value at point p for basis function i, component c, in directions d and e

See Also

PetscFEGetDefaultTabulation(), PetscFEGetTabulation(), PetscFERestoreTabulation(), PetscFVGetQuadrature(), PetscQuadratureGetData()

Level

intermediate

Location

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