0.6.0
Loading...
Searching...
No Matches

Functions to manipulate the coordinates. More...

Functions/Subroutines

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

Detailed Description

Functions to manipulate the coordinates.

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)

Translate coordinates to steps.

Parameters
[in]coordinatesthe point coordinates of size \(N\)
Returns
the steps between coordinates (of size \(N-1\))