OGS
GaussLegendreTri.cpp File Reference

Detailed Description

Author
Norihiro Watanabe
Date
2013-08-13

Definition in file GaussLegendreTri.cpp.

#include "GaussLegendreTri.h"
Include dependency graph for GaussLegendreTri.cpp:

Go to the source code of this file.

Namespaces

namespace  MathLib

Variables

template<>
const std::array< std::array< double, 2 >, GaussLegendreTri< 1 >::NPoints > MathLib::GaussLegendreTri< 1 >::X = {{{{1. / 3., 1. / 3.}}}}
template<>
double const MathLib::GaussLegendreTri< 1 >::W [1] = {1.0}
const std::array< std::array< double, 2 >, GaussLegendreTri< 2 >::NPoints > MathLib::GaussLegendreTri< 2 >::X
double const MathLib::GaussLegendreTri< 2 >::W [3] = {1. / 3., 1. / 3., 1. / 3.}
const std::array< std::array< double, 2 >, GaussLegendreTri< 3 >::NPoints > MathLib::GaussLegendreTri< 3 >::X
double const MathLib::GaussLegendreTri< 3 >::W [4]
const std::array< std::array< double, 2 >, GaussLegendreTri< 4 >::NPoints > MathLib::GaussLegendreTri< 4 >::X
double const MathLib::GaussLegendreTri< 4 >::W [7]