![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | make_lgl_nodes (np, ct) |
| Makes Gauss-Legendre-Lobatto nodes. | |
| subroutine make_lgl_nodes | ( | integer*4 | np, |
| real*8, dimension(np) | ct | ||
| ) |
Makes Gauss-Legendre-Lobatto nodes.
| [in] | np | number of points |
| [out] | ct | LGL nodes |
Definition at line 26 of file MAKE_LGL_NODES.f90.
References find_root_pol(), and get_legendre_value().
Referenced by make_loc_matrix_dg().

