(git:c5411e0)
Loading...
Searching...
No Matches
splines_types::spline_data_type Type Reference

Data-structure that holds all needed information about a specific spline interpolation. More...

Data Fields

integer ref_count
 
real(kind=dp), dimension(:), pointer y
 
real(kind=dp), dimension(:), pointer y2
 
integer n
 
real(kind=dp) h
 
real(kind=dp) invh
 
real(kind=dp) h26
 
real(kind=dp) x1
 
real(kind=dp) xn
 

Detailed Description

Data-structure that holds all needed information about a specific spline interpolation.

History
2001-09-19-HAF added this doc entry and changed formatting
Author
unknown

Definition at line 40 of file splines_types.F.

Field Documentation

◆ ref_count

integer splines_types::spline_data_type::ref_count

Definition at line 41 of file splines_types.F.

◆ y

real(kind=dp), dimension(:), pointer splines_types::spline_data_type::y

Definition at line 42 of file splines_types.F.

◆ y2

real(kind=dp), dimension(:), pointer splines_types::spline_data_type::y2

Definition at line 43 of file splines_types.F.

◆ n

integer splines_types::spline_data_type::n

Definition at line 44 of file splines_types.F.

◆ h

real(kind=dp) splines_types::spline_data_type::h

Definition at line 46 of file splines_types.F.

◆ invh

real(kind=dp) splines_types::spline_data_type::invh

Definition at line 47 of file splines_types.F.

◆ h26

real(kind=dp) splines_types::spline_data_type::h26

Definition at line 48 of file splines_types.F.

◆ x1

real(kind=dp) splines_types::spline_data_type::x1

Definition at line 50 of file splines_types.F.

◆ xn

real(kind=dp) splines_types::spline_data_type::xn

Definition at line 51 of file splines_types.F.


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