petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscFESetQuadrature

Sets the PetscQuadreture used to calculate inner products

Synopsis

#include "petscfe.h" 
PetscErrorCode PetscFESetQuadrature(PetscFE fem, PetscQuadrature q)
Not collective Many br

Input Parameters

fem - The PetscFE object Many br
q - The PetscQuadrature object Many br

Many br

See Also

PetscFECreate()

Level:intermediate
Location:
src/dm/dt/interface/dtfe.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/snes/examples/tutorials/ex12.c.html