OGS
MathLib::GaussLegendreTet< 3 > Struct Reference

Detailed Description

Definition at line 40 of file GaussLegendreTet.h.

#include <GaussLegendreTet.h>

Static Public Attributes

static MATHLIB_EXPORT const unsigned Order = 3
 
static MATHLIB_EXPORT const unsigned NPoints = 14
 
static MATHLIB_EXPORT const std::array< std::array< double, 3 >, NPointsX = initGLTet3X()
 
static MATHLIB_EXPORT const double W [NPoints]
 

Member Data Documentation

◆ NPoints

MATHLIB_EXPORT const unsigned MathLib::GaussLegendreTet< 3 >::NPoints = 14
static

Definition at line 42 of file GaussLegendreTet.h.

◆ Order

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

Definition at line 41 of file GaussLegendreTet.h.

◆ W

double const MathLib::GaussLegendreTet< 3 >::W
static
Initial value:
= {
p, p, p, p, q, q, q, q, r, r, r, r, r, r}
static const double q
static const double p
static const double r

Definition at line 44 of file GaussLegendreTet.h.

◆ X

const std::array< std::array< double, 3 >, GaussLegendreTet< 3 >::NPoints > MathLib::GaussLegendreTet< 3 >::X = initGLTet3X()
static

Definition at line 43 of file GaussLegendreTet.h.


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