gaussweights.hpp File Reference

The points and the weights for the gaussian quadrature. More...

This graph shows which files directly or indirectly include this file:


Defines

#define SG_MAX_GAUSS_POINTS   10

Variables

double SG_Gauss_Point [SG_MAX_GAUSS_POINTS][SG_MAX_GAUSS_POINTS]
 The gaussian quadrature points.
double SG_Gauss_Weight [SG_MAX_GAUSS_POINTS][SG_MAX_GAUSS_POINTS]
 SG_Gauss_Weight[n][i]: Weight for SG_Gauss_Point[n][i]

Detailed Description

The points and the weights for the gaussian quadrature.


Define Documentation

#define SG_MAX_GAUSS_POINTS   10


Variable Documentation

double SG_Gauss_Point[SG_MAX_GAUSS_POINTS][SG_MAX_GAUSS_POINTS]

The gaussian quadrature points.

double SG_Gauss_Weight[SG_MAX_GAUSS_POINTS][SG_MAX_GAUSS_POINTS]

SG_Gauss_Weight[n][i]: Weight for SG_Gauss_Point[n][i]


Generated on Fri Sep 21 12:33:13 2007 for SG2 by  doxygen 1.5.2