DUBeat  1.0.1
High-order discontinuous Galerkin methods and applications to cardiac electrophysiology
QGaussLegendreSimplex.hpp File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/quadrature.h>
#include <utility>
#include <vector>
Include dependency graph for QGaussLegendreSimplex.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QGaussLegendreSimplex< dim >
 Class representing the Gauss-Legendre quadrature formula on simplex elements. More...
 

Functions

std::pair< std::vector< dealii::Point< 1 > >, std::vector< double > > gauleg (const double left_position, const double right_position, const unsigned int n)
 This routine computes the Gauss-Legendre nodes and weights on a given interval (a,b). More...
 

Detailed Description

Function Documentation

◆ gauleg()

std::pair<std::vector<dealii::Point<1> >, std::vector<double> > gauleg ( const double  left_position,
const double  right_position,
const unsigned int  n 
)

This routine computes the Gauss-Legendre nodes and weights on a given interval (a,b).

Definition at line 40 of file QGaussLegendreSimplex.hpp.