OGS
MathLib::GaussLegendrePyramid< 2 > Struct Reference

Detailed Description

Definition at line 32 of file GaussLegendrePyramid.h.

#include <GaussLegendrePyramid.h>

Static Public Attributes

static MATHLIB_EXPORT const unsigned Order = 2
 
static MATHLIB_EXPORT const unsigned NPoints = 5
 
static MATHLIB_EXPORT const std::array< std::array< double, 3 >, NPointsX
 
static MATHLIB_EXPORT const double W [NPoints]
 

Member Data Documentation

◆ NPoints

MATHLIB_EXPORT const unsigned MathLib::GaussLegendrePyramid< 2 >::NPoints = 5
static

Definition at line 34 of file GaussLegendrePyramid.h.

◆ Order

MATHLIB_EXPORT const unsigned MathLib::GaussLegendrePyramid< 2 >::Order = 2
static

Definition at line 33 of file GaussLegendrePyramid.h.

◆ W

double const MathLib::GaussLegendrePyramid< 2 >::W
static
Initial value:
= {
81. / 100., 81. / 100., 81. / 100., 81. / 100., 125. / 27.}

Definition at line 36 of file GaussLegendrePyramid.h.

◆ X

const std::array< std::array< double, 3 >, GaussLegendrePyramid< 2 >::NPoints > MathLib::GaussLegendrePyramid< 2 >::X
static
Initial value:
= {
{{{-0.584237394672177188, -0.584237394672177188, -2. / 3.}},
{{0.584237394672177188, -0.584237394672177188, -2. / 3.}},
{{0.584237394672177188, 0.584237394672177188, -2. / 3.}},
{{-0.584237394672177188, 0.584237394672177188, -2. / 3.}},
{{0., 0., 2. / 5.}}}}

Definition at line 35 of file GaussLegendrePyramid.h.


The documentation for this struct was generated from the following files: