gaussweights.cpp File Reference

#include "gaussweights.hpp"

Include dependency graph for gaussweights.cpp:


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]

Variable Documentation

double SG_Gauss_Point[SG_MAX_GAUSS_POINTS][SG_MAX_GAUSS_POINTS]

Initial value:

 {
  {0.5},
  {0.2113248654051871, 0.7886751345948128},
  {0.1127016653792583, 0.5, 0.8872983346207416},
  {0.0694318442029737, 0.3300094782075718, 0.6699905217924281, 0.93056815579702628},
  {0.0469100770306680, 0.2307653449471584, 0.5, 0.7692346550528415, 0.9530899229693319},
  {0.0337652428984239, 0.1693953067668677, 0.3806904069584015, 0.6193095930415984, 0.8306046932331322, 0.9662347571015760},
  {0.0254460438286207, 0.1292344072003027, 0.2970774243113014, 0.5, 0.70292257568869858, 0.87076559279969721, 0.9745539561713792},
  {0.0198550717512319, 0.1016667612931866, 0.2372337950418355, 0.4082826787521750, 0.5917173212478249, 0.7627662049581645, 0.8983332387068134, 0.9801449282487681},
  {0.0159198802461869, 0.0819844463366821, 0.1933142836497048, 0.3378732882980955, 0.5, 0.6621267117019044, 0.8066857163502952, 0.9180155536633179, 0.9840801197538130},
  {0.0130467357414141, 0.0674683166555077, 0.1602952158504878, 0.2833023029353764, 0.4255628305091844, 0.5744371694908156, 0.7166976970646236, 0.8397047841495122, 0.9325316833444922, 0.9869532642585858}
 }
The gaussian quadrature points.

double SG_Gauss_Weight[SG_MAX_GAUSS_POINTS][SG_MAX_GAUSS_POINTS]

Initial value:

 {
  {1.0},
  {0.5, 0.5},
  {0.2777777777777778, 0.4444444444444444, 0.2777777777777778},
  {0.1739274225687269, 0.3260725774312731, 0.3260725774312731, 0.1739274225687269},
  {0.1184634425280945, 0.23931433524968323, 0.28444444444444444, 0.23931433524968323, 0.1184634425280945},
  {0.0856622461895852, 0.18038078652406930, 0.23395696728634552, 0.23395696728634552, 0.18038078652406930, 0.0856622461895852},
  {0.0647424830844348, 0.1398526957446383, 0.1909150252525594, 0.2089795918367347, 0.1909150252525594, 0.1398526957446383, 0.0647424830844348},
  {0.0506142681451881, 0.1111905172266872, 0.1568533229389436, 0.1813418916891810, 0.1813418916891810, 0.1568533229389436, 0.1111905172266872, 0.0506142681451881},
  {0.0406371941807872, 0.0903240803474287, 0.1303053482014677, 0.1561735385200014, 0.1651196775006299, 0.1561735385200014, 0.1303053482014677, 0.0903240803474287, 0.0406371941807872},
  {0.0333356721543441, 0.0747256745752903, 0.1095431812579910, 0.1346333596549982, 0.1477621123573764, 0.1477621123573764, 0.1346333596549982, 0.1095431812579910, 0.0747256745752903, 0.0333356721543441}
 }
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