Loading [MathJax]/extensions/MathMenu.js
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-301-gee1fb4d5 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.h
Go to the documentation of this file.
1
13
#pragma once
14
15
#include "
mathlib_export.h
"
16
17
#include "
WeightedSum.h
"
18
19
namespace
MathLib
20
{
21
25
template
<
unsigned
ORDER>
26
struct
GaussLegendre
{
27
static
MATHLIB_EXPORT
const
unsigned
Order
= ORDER;
28
static
MATHLIB_EXPORT
const
double
X
[
Order
];
29
static
MATHLIB_EXPORT
const
double
W
[
Order
];
30
};
26
struct
GaussLegendre
{
…
};
31
32
#ifndef _MSC_VER
// The following explicit instantatiation declaration does not
33
// compile on that particular compiler.
34
template
<>
35
double
const
GaussLegendre<1>::X
[1];
36
template
<>
37
double
const
GaussLegendre<1>::W
[1];
38
template
<>
39
double
const
GaussLegendre<2>::X
[2];
40
template
<>
41
double
const
GaussLegendre<2>::W
[2];
42
template
<>
43
double
const
GaussLegendre<3>::X
[3];
44
template
<>
45
double
const
GaussLegendre<3>::W
[3];
46
template
<>
47
double
const
GaussLegendre<4>::X
[4];
48
template
<>
49
double
const
GaussLegendre<4>::W
[4];
50
#endif
51
52
}
// namespace MathLib
WeightedSum.h
mathlib_export.h
MATHLIB_EXPORT
#define MATHLIB_EXPORT
Definition
mathlib_export.h:15
MathLib
Definition
CreateComponent.h:32
MathLib::GaussLegendre
Definition
GaussLegendre.h:26
MathLib::GaussLegendre::X
static MATHLIB_EXPORT const double X[Order]
Definition
GaussLegendre.h:28
MathLib::GaussLegendre::Order
static MATHLIB_EXPORT const unsigned Order
Definition
GaussLegendre.h:27
MathLib::GaussLegendre::W
static MATHLIB_EXPORT const double W[Order]
Definition
GaussLegendre.h:29
MathLib
Integration
GaussLegendre.h
Generated by
1.12.0