MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
gauss.cc File Reference
#include "mbconfig.h"
#include "gauss.h"
Include dependency graph for gauss.cc:

Go to the source code of this file.

Variables

const doublereal dGaussPnt []
 
const doublereal dGaussWght []
 
const doublereal dTrapezoidPnt []
 
const doublereal dTrapezoidWght []
 

Variable Documentation

const doublereal dGaussPnt[]
Initial value:
= {
0.000000000000000,
-0.577350269189626, 0.577350269189626,
-0.774596669241483, 0.000000000000000, 0.774596669241483,
-0.861136311594053, -0.339981043584856, 0.339981043584856, 0.861136311594053,
-0.906179845938664, -0.538469310105683, 0.000000000000000, 0.538469310105683, 0.906179845938664,
-0.932469514203152, -0.661209386466264, -0.238619186083197, 0.238619186083197, 0.661209386466264, 0.932469514203152,
-0.949107912342758, -0.741531185599394, -0.405845151377397, 0.000000000000000, 0.405845151377397, 0.741531185599394, 0.949107912342758,
-0.960289856497536, -0.796666477413627, -0.525532409916329, -0.183434642495650, 0.183434642495650, 0.525532409916329, 0.796666477413627, 0.960289856497536,
-0.968160239507626, -0.836031107326636, -0.613371432700590, -0.324253423403809, 0.000000000000000, 0.324253423403809, 0.613371432700591, 0.836031107326636, 0.968160239507626,
-0.973906528517171, -0.865063366688985, -0.679409568299025, -0.433395394129247, -0.148874338981631, 0.148874338981631, 0.433395394129247, 0.679409568299024, 0.865063366688984, 0.973906528517172
}

Definition at line 40 of file gauss.cc.

Referenced by GaussData::GaussData().

const doublereal dGaussWght[]
Initial value:
= {
2.000000000000000,
1.000000000000000, 1.000000000000000,
0.555555555555556, 0.888888888888889, 0.555555555555556,
0.347854845137454, 0.652145154862546, 0.652145154862546, 0.347854845137454,
0.236926885056189, 0.478628670499367, 0.568888888888889, 0.478628670499367, 0.236926885056189,
0.171324492379171, 0.360761573048139, 0.467913934572690, 0.467913934572690, 0.360761573048139, 0.171324492379171,
0.129484966168870, 0.279705391489277, 0.381830050505119, 0.417959183673469, 0.381830050505119, 0.279705391489277, 0.129484966168870,
0.101228536290376, 0.222381034453375, 0.313706645877887, 0.362683783378362, 0.362683783378362, 0.313706645877887, 0.222381034453375, 0.101228536290376,
0.081274388361575, 0.180648160694858, 0.260610696402935, 0.312347077040002, 0.330239355001259, 0.312347077040002, 0.260610696402936, 0.180648160694857, 0.081274388361575,
0.066671344308688, 0.149451349150581, 0.219086362515981, 0.269266719309996, 0.295524224714752, 0.295524224714752, 0.269266719309996, 0.219086362515982, 0.149451349150581, 0.066671344308688
}

Definition at line 54 of file gauss.cc.

Referenced by GaussData::GaussData().

const doublereal dTrapezoidPnt[]
Initial value:
= {
0.,
-1., 1.,
-1., 0., 1.,
-1., -.3333333333333333, .3333333333333333, 1.,
-1., -.5, 0., .5, 1.
}

Definition at line 68 of file gauss.cc.

Referenced by TrapezoidData::TrapezoidData().

const doublereal dTrapezoidWght[]
Initial value:
= {
2.,
1., 1.,
.3333333333333333, 1.333333333333333, .3333333333333333,
.25, .75, .75, .25,
.1555555555555556, .7111111111111111, .2666666666666667,
.7111111111111111, .1555555555555556
}

Definition at line 76 of file gauss.cc.

Referenced by TrapezoidData::TrapezoidData().