ply_lagrange_type Derived Type

type, public :: ply_lagrange_type


Contents


Components

TypeVisibilityAttributesNameInitial
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.