#include "petscdt.h" #include "petscdmmoab.h" PetscErrorCode DMMoabFEMCreateQuadratureDefault(const PetscInt dim, const PetscInt nverts, PetscQuadrature *quadrature)
PetscInt dim | - the element dimension (1=EDGE, 2=QUAD/TRI, 3=HEX/TET) | |
PetscInt nverts | - the number of vertices in the physical element |
PetscQuadrature quadrature | - the quadrature object with default settings to integrate polynomials defined over the element |