OGS
MathLib::GaussLegendreTri< 2 > Struct Reference

Detailed Description

Definition at line 36 of file GaussLegendreTri.h.

#include <GaussLegendreTri.h>

Static Public Attributes

static MATHLIB_EXPORT const unsigned Order = 2
 
static MATHLIB_EXPORT const unsigned NPoints = 3
 
static MATHLIB_EXPORT const std::array< std::array< double, 2 >, NPointsX
 
static MATHLIB_EXPORT const double W [NPoints] = {1. / 3., 1. / 3., 1. / 3.}
 

Member Data Documentation

◆ NPoints

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

Definition at line 38 of file GaussLegendreTri.h.

◆ Order

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

Definition at line 37 of file GaussLegendreTri.h.

◆ W

double const MathLib::GaussLegendreTri< 2 >::W = {1. / 3., 1. / 3., 1. / 3.}
static

Definition at line 40 of file GaussLegendreTri.h.

◆ X

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

Definition at line 39 of file GaussLegendreTri.h.


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