OGS
MathLib::GaussLegendreTri< 4 > Struct Reference

Detailed Description

Definition at line 51 of file GaussLegendreTri.h.

#include <GaussLegendreTri.h>

Static Public Attributes

static MATHLIB_EXPORT const unsigned Order = 4
 
static MATHLIB_EXPORT const unsigned NPoints = 7
 
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< 4 >::NPoints = 7
static

Definition at line 53 of file GaussLegendreTri.h.

◆ Order

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

Definition at line 52 of file GaussLegendreTri.h.

◆ W

double const MathLib::GaussLegendreTri< 4 >::W
static
Initial value:
= {0.225,
0.132394152788506,
0.132394152788506,
0.132394152788506,
0.125939180544827,
0.125939180544827,
0.125939180544827}

Definition at line 55 of file GaussLegendreTri.h.

◆ X

const std::array< std::array< double, 2 >, GaussLegendreTri< 4 >::NPoints > MathLib::GaussLegendreTri< 4 >::X
static
Initial value:
= {{{{1. / 3., 1. / 3.}},
{{0.059715871789770, 0.470142064105115}},
{{0.470142064105115, 0.059715871789770}},
{{0.470142064105115, 0.470142064105115}},
{{0.797426985353087, 0.101286507323456}},
{{0.101286507323456, 0.797426985353087}},
{{0.101286507323456, 0.101286507323456}}}}

Definition at line 54 of file GaussLegendreTri.h.


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