H2Lib  3.0
gaussquad.h
Go to the documentation of this file.
1 
2 /* ------------------------------------------------------------
3  * This is the file "gaussquad.h" of the H2Lib package.
4  * All rights reserved, Steffen Boerm 2010
5  * ------------------------------------------------------------ */
6 
10 #ifndef GAUSSQUAD_H
11 #define GAUSSQUAD_H
12 
13 #include "settings.h"
14 
37 HEADER_PREFIX void
39 
42 #endif
unsigned uint
Unsigned integer type.
Definition: settings.h:70
#define HEADER_PREFIX
Prefix for function declarations.
Definition: settings.h:43
real * preal
Pointer to real array.
Definition: settings.h:145
void assemble_gauss(uint m, preal x, preal w)
Construction of quadrature points and weights for Gaussian quadrature.