OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
▼
OGS
►
OpenGeoSys 6.5.4-276-g3d6bff6232 source code documentation
►
OGS CTests—Project Files
►
OGS Input File Parameters—Quality Assurance
►
OGS Input File Parameters
BulkMappingDocuPage
Todo List
OGS Input File Parameters—List of incomplete documentation pages
Bibliography
►
Namespaces
►
Classes
▼
Files
▼
File List
►
Applications
►
BaseLib
►
build
►
ChemistryLib
Documentation
►
GeoLib
►
InfoLib
►
MaterialLib
▼
MathLib
►
Curve
▼
Integration
GaussLegendre.cpp
►
GaussLegendre.h
GaussLegendrePyramid.cpp
►
GaussLegendrePyramid.h
►
GaussLegendreTet.cpp
►
GaussLegendreTet.h
GaussLegendreTri.cpp
►
GaussLegendreTri.h
►
WeightedSum.h
►
InterpolationAlgorithms
►
LinAlg
►
Nonlinear
►
ODE
►
EigenBlockMatrixView.h
FormattingUtils.cpp
►
FormattingUtils.h
►
GeometricBasics.cpp
►
GeometricBasics.h
►
KahanSum.h
►
KelvinVector-impl.h
►
KelvinVector.cpp
►
KelvinVector.h
►
MathTools.cpp
►
MathTools.h
►
Point3d.cpp
►
Point3d.h
►
Point3dWithID.h
►
VectorizedTensor.cpp
►
VectorizedTensor.h
►
WeightedPoint.cpp
►
WeightedPoint.h
►
MeshGeoToolsLib
►
MeshLib
►
MeshToolsLib
►
NumLib
►
ParameterLib
►
ProcessLib
►
File Members
GaussLegendre.cpp
Go to the documentation of this file.
1
13
#include "
GaussLegendre.h
"
14
15
namespace
MathLib
16
{
17
template
<>
18
double
const
GaussLegendre<1>::X
[1] = {0.};
19
template
<>
20
double
const
GaussLegendre<1>::W
[1] = {2.};
21
22
template
<>
23
double
const
GaussLegendre<2>::X
[2] = {0.577350269189626, -0.577350269189626};
24
template
<>
25
double
const
GaussLegendre<2>::W
[2] = {1., 1.};
26
27
template
<>
28
double
const
GaussLegendre<3>::X
[3] = {0.774596669241483, 0.,
29
-0.774596669241483};
28
double
const
GaussLegendre<3>::X
[3] = {0.774596669241483, 0., {
…
}
30
template
<>
31
double
const
GaussLegendre<3>::W
[3] = {5. / 9, 8. / 9, 5. / 9};
32
33
template
<>
34
double
const
GaussLegendre<4>::X
[4] = {-0.861136311594053, -0.339981043584856,
35
0.339981043584856, 0.861136311594053};
34
double
const
GaussLegendre<4>::X
[4] = {-0.861136311594053, -0.339981043584856, {
…
}
36
template
<>
37
double
const
GaussLegendre<4>::W
[4] = {0.347854845137454, 0.652145154862546,
38
0.652145154862546, 0.347854845137454};
37
double
const
GaussLegendre<4>::W
[4] = {0.347854845137454, 0.652145154862546, {
…
}
39
40
}
// namespace MathLib
GaussLegendre.h
MathLib
Definition
CreateComponent.h:32
MathLib::GaussLegendre
Definition
GaussLegendre.h:26
MathLib
Integration
GaussLegendre.cpp
Generated by
1.12.0