gauss_quadrature_m Module



Subroutines

public pure subroutine gauss_legendre(x, w)

Calculates the nodes and weights to perform Gauss-Legendre quadrature on the interval [-1, 1]

Read more…

Arguments

Type IntentOptional Attributes Name
real(kind=FP), intent(out) :: x(:)

Quadrature nodes

real(kind=FP), intent(out) :: w(:)

Quadrature weights

public subroutine gauss_laguerre(x, w)

Calculates the nodes and weights to perform Gauss-Laguerre quadrature on the interval [0, infinity)

Read more…

Arguments

Type IntentOptional Attributes Name
real(kind=FP), intent(out) :: x(:)

Quadrature nodes

real(kind=FP), intent(out) :: w(:)

Quadrature weights