![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | make_gl_nw (ngp, xabsc, weig) |
| Makes Gauss Legendre nodes and weights. | |
| subroutine make_gl_nw | ( | integer*4, intent(in) | ngp, |
| real(dbp), dimension(ngp), intent(out) | xabsc, | ||
| real(dbp), dimension(ngp), intent(out) | weig | ||
| ) |
Makes Gauss Legendre nodes and weights.
| [in] | ngp | number of Gauss points |
| [out] | xabsc | Gauss points |
| [out] | weig | weights for the Gauss quadrature rule |
Definition at line 28 of file MAKE_GL_NW.f90.
Referenced by setup_dg_elem().
