![]() |
LION
|
Representation of the spline-curve in terms of the original value-array, the smoothed values and it's second derivatives. More...
Public Attributes | |
| real(rkind), dimension(:), allocatable | value |
| real(rkind), dimension(:), allocatable | smoothed_value |
| real(rkind), dimension(:), allocatable | second_derivative |
Representation of the spline-curve in terms of the original value-array, the smoothed values and it's second derivatives.
| real(rkind), dimension(:), allocatable lion_profiles::splinecurve::second_derivative |
| real(rkind), dimension(:), allocatable lion_profiles::splinecurve::smoothed_value |
| real(rkind), dimension(:), allocatable lion_profiles::splinecurve::value |