OGS
MathLib::GaussLegendreTri< 3 > Struct Reference

Detailed Description

Definition at line 44 of file GaussLegendreTri.h.

#include <GaussLegendreTri.h>

Static Public Attributes

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

Member Data Documentation

◆ NPoints

MATHLIB_EXPORT const unsigned MathLib::GaussLegendreTri< 3 >::NPoints = 4
static

Definition at line 46 of file GaussLegendreTri.h.

◆ Order

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

Definition at line 45 of file GaussLegendreTri.h.

◆ W

double const MathLib::GaussLegendreTri< 3 >::W
static
Initial value:
= {-27. / 48., 25. / 48., 25. / 48.,
25. / 48.}

Definition at line 48 of file GaussLegendreTri.h.

◆ X

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

Definition at line 47 of file GaussLegendreTri.h.


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