1
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
3
// See the LICENSE.txt file for license information. Please report all
4
// bugs and problems to <gmsh@geuz.org>.
6
#ifndef _GAUSS_LEGENDRE_SIMPLEX_H_
7
#define _GAUSS_LEGENDRE_SIMPLEX_H_
11
int GaussLegendreTet(int n1,int n2, int n3, IntPt *pts);
12
int GaussLegendreTri(int n1,int n2,IntPt *pts);
13
int GaussLegendreHex(int n1, int n2, int n3, IntPt *pts);