Manicore
Library to implement schemes on n-dimensionnal manifolds.
Public Member Functions | List of all members
Manicore::LegendreGauss Class Reference

Compute the number of node, their location and the associated weight for a given degree of exactness. More...

#include <legendregauss.hpp>

Public Member Functions

 LegendreGauss (size_t doe)
 
 ~LegendreGauss ()
 
size_t npts ()
 
double wq (size_t i)
 Weight. More...
 
double tq (size_t i)
 Location. More...
 

Detailed Description

Compute the number of node, their location and the associated weight for a given degree of exactness.

Constructor & Destructor Documentation

◆ LegendreGauss()

LegendreGauss::LegendreGauss ( size_t  doe)
Parameters
doeDegree of exactness

◆ ~LegendreGauss()

LegendreGauss::~LegendreGauss ( )

Member Function Documentation

◆ npts()

size_t LegendreGauss::npts ( )

◆ tq()

double LegendreGauss::tq ( size_t  i)

Location.

Parameters
iNode index

◆ wq()

double LegendreGauss::wq ( size_t  i)

Weight.

Parameters
iNode index

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