DUBeat
1.0.1
High-order discontinuous Galerkin methods and applications to cardiac electrophysiology
|
Class representing the Gauss-Legendre quadrature formula on simplex elements. More...
#include <QGaussLegendreSimplex.hpp>
Public Member Functions | |
QGaussLegendreSimplex (const unsigned int n) | |
Constructor. More... | |
QGaussLegendreSimplex (const unsigned int n) | |
To create \(n\) quadrature points and weights in the interval \((0,1)\). More... | |
QGaussLegendreSimplex (const unsigned int n) | |
To create \(n^2\) quadrature points and weights on the triangle of vertices \((0,0) , (0.1) , (1,0)\). More... | |
QGaussLegendreSimplex (const unsigned int n) | |
To create \(n^3\) quadrature points and weights on the tetrahedron of vertices \((0,0,0) , (1,0,0) , (0,1,0) , (0,0,1)\). More... | |
Class representing the Gauss-Legendre quadrature formula on simplex elements.
Not implemented yet in deal.II, DUBeat adds it to the deal.II quadrature methods.
Definition at line 99 of file QGaussLegendreSimplex.hpp.
QGaussLegendreSimplex< dim >::QGaussLegendreSimplex | ( | const unsigned int | n | ) |
Constructor.
QGaussLegendreSimplex< 1 >::QGaussLegendreSimplex | ( | const unsigned int | n | ) |
To create \(n\) quadrature points and weights in the interval \((0,1)\).
Definition at line 108 of file QGaussLegendreSimplex.hpp.
QGaussLegendreSimplex< 2 >::QGaussLegendreSimplex | ( | const unsigned int | n | ) |
To create \(n^2\) quadrature points and weights on the triangle of vertices \((0,0) , (0.1) , (1,0)\).
Definition at line 122 of file QGaussLegendreSimplex.hpp.
QGaussLegendreSimplex< 3 >::QGaussLegendreSimplex | ( | const unsigned int | n | ) |
To create \(n^3\) quadrature points and weights on the tetrahedron of vertices \((0,0,0) , (1,0,0) , (0,1,0) , (0,0,1)\).
Definition at line 154 of file QGaussLegendreSimplex.hpp.