PetscFESetQuadrature#
Sets the PetscQuadrature used to calculate inner products
Synopsis#
#include "petscfe.h"
PetscErrorCode PetscFESetQuadrature(PetscFE fem, PetscQuadrature q)
Not collective
Input Parameters#
fem - The PetscFE object
q - The PetscQuadrature object
See Also#
Level#
intermediate
Location#
Examples#
src/snes/tutorials/ex23.c.html
src/snes/tutorials/ex62.c.html
src/ts/tutorials/ex53.c.html
Index of all FE routines
Table of Contents for all manual pages
Index of all manual pages