version 0.6.0

Functions to manipulate the coordinates.

Functions/Subroutines

pure double precision function, dimension(size(coordinates) -1) coordinates_to_steps (coordinates)
 Translate coordinates to steps. More...
 

Function/Subroutine Documentation

◆ coordinates_to_steps()

pure double precision function, dimension(size(coordinates)-1) mod_point_interpolation_coordinates::coordinates_to_steps ( double precision, dimension(:), intent(in)  coordinates)
Parameters
[in]coordinatesthe point coordinates of size \(N\)
Returns
the steps between coordinates (of size \(N-1\))