Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | nPoints | Number of points to represent the Lagrange polynomials |
|||
real(kind=rk), | private, | allocatable | :: | coords(:) | Coordinates of the points where the nodes are to be found. |
||
real(kind=rk), | private, | allocatable | :: | values(:) | Values of the function at all coords. |