LION
 All Classes Files Functions Variables Pages
lion_profiles::splinecurve Type Reference

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
 

Detailed Description

Representation of the spline-curve in terms of the original value-array, the smoothed values and it's second derivatives.

Member Data Documentation

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

The documentation for this type was generated from the following file: