PetscQuadratureEqual#
determine whether two quadratures are equivalent
Synopsis#
#include "petscdt.h"
PetscErrorCode PetscQuadratureEqual(PetscQuadrature A, PetscQuadrature B, PetscBool *equal)
Input Parameters#
A - A PetscQuadrature object
B - Another PetscQuadrature object
Output Parameters#
equal - PETSC_TRUE if the quadratures are the same
See Also#
Level#
intermediate
Location#
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages