![]() |
OGS
|
Gauss-Legendre quadrature on pyramid.
The integration points and the weights can be computed by using a python code quadpy. Also see [15] .
| ORDER | integration order. |
Definition at line 27 of file GaussLegendrePyramid.h.
#include <GaussLegendrePyramid.h>
Public Member Functions | |
| const std::array< std::array< double, 3 >, GaussLegendrePyramid< 1 >::NPoints > | X |
| double const | W [1] |
Static Public Attributes | |
| static MATHLIB_EXPORT const unsigned | Order = ORDER |
| static MATHLIB_EXPORT const unsigned | NPoints = ORDER |
| static MATHLIB_EXPORT const std::array< std::array< double, 3 >, NPoints > | X |
| static MATHLIB_EXPORT const double | W [NPoints] |
| double const MathLib::GaussLegendrePyramid< 1 >::W |
Definition at line 59 of file GaussLegendrePyramid.h.
| const std::array< std::array< double, 3 >, GaussLegendrePyramid< 1 >::NPoints > MathLib::GaussLegendrePyramid< 1 >::X |
Definition at line 57 of file GaussLegendrePyramid.h.
|
static |
Definition at line 30 of file GaussLegendrePyramid.h.
Referenced by NumLib::IntegrationGaussLegendrePyramid::getNumberOfPoints().
|
static |
Definition at line 29 of file GaussLegendrePyramid.h.
|
static |
Definition at line 32 of file GaussLegendrePyramid.h.
Referenced by MathLib::GaussLegendrePyramid< 2 >::W().
|
static |
Definition at line 31 of file GaussLegendrePyramid.h.
Referenced by MathLib::GaussLegendrePyramid< 2 >::X().