Newer
Older
GQL[i].pt[1] = 0;
GQL[i].pt[2] = 0;
GQL[i].weight = w[i];
}
*npts = nbP;
void MTriangle:: getIntegrationPoints(int pOrder, int *npts, IntPt **pts) const
{
#if !defined(HAVE_GMSH_EMBEDDED)

Jean-François Remacle
committed
*npts = getNGQTPts(pOrder);
#endif

Jean-François Remacle
committed
}
void MTetrahedron::getIntegrationPoints(int pOrder, int *npts, IntPt **pts) const
{
#if !defined(HAVE_GMSH_EMBEDDED)

Jean-François Remacle
committed
*npts = getNGQTetPts(pOrder);
#endif

Jean-François Remacle
committed
}
void MHexahedron::getIntegrationPoints(int pOrder, int *npts, IntPt **pts) const
{
#if !defined(HAVE_GMSH_EMBEDDED)

Jean-François Remacle
committed
*npts = getNGQHPts(pOrder);
#endif

Jean-François Remacle
committed
}
void MQuadrangle::getIntegrationPoints(int pOrder, int *npts, IntPt **pts) const
{
#if !defined(HAVE_GMSH_EMBEDDED)

Jean-François Remacle
committed
*npts = getNGQQPts(pOrder);
#endif