Go to the source code of this file.
|
| 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] |