OGS
MathLib::GaussLegendreTet< 2 > Struct Reference

Detailed Description

Definition at line 32 of file GaussLegendreTet.h.

#include <GaussLegendreTet.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::GaussLegendreTet< 2 >::NPoints = 5
static

Definition at line 34 of file GaussLegendreTet.h.

◆ Order

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

Definition at line 33 of file GaussLegendreTet.h.

◆ W

double const MathLib::GaussLegendreTet< 2 >::W
static
Initial value:
= {-2. / 15., 0.075, 0.075, 0.075,
0.075}

Definition at line 36 of file GaussLegendreTet.h.

◆ X

const std::array< std::array< double, 3 >, GaussLegendreTet< 2 >::NPoints > MathLib::GaussLegendreTet< 2 >::X
static
Initial value:
= {{{{1. / 4., 1. / 4., 1. / 4.}},
{{1. / 6., 1. / 6., 1. / 6.}},
{{1. / 2., 1. / 6., 1. / 6.}},
{{1. / 6., 1. / 2., 1. / 6.}},
{{1. / 6., 1. / 6., 1. / 2.}}}}

Definition at line 35 of file GaussLegendreTet.h.


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