(git:b77b4be)
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 = -1
 
real(kind=dp), dimension(:), pointer y => NULL()
 
real(kind=dp), dimension(:), pointer y2 => NULL()
 
integer n = -1
 
real(kind=dp) h = -1.0_dp
 
real(kind=dp) invh = -1.0_dp
 
real(kind=dp) h26 = -1.0_dp
 
real(kind=dp) x1 = -1.0_dp
 
real(kind=dp) xn = -1.0_dp
 

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 = -1

Definition at line 41 of file splines_types.F.

◆ y

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

Definition at line 42 of file splines_types.F.

◆ y2

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

Definition at line 43 of file splines_types.F.

◆ n

integer splines_types::spline_data_type::n = -1

Definition at line 44 of file splines_types.F.

◆ h

real(kind=dp) splines_types::spline_data_type::h = -1.0_dp

Definition at line 46 of file splines_types.F.

◆ invh

real(kind=dp) splines_types::spline_data_type::invh = -1.0_dp

Definition at line 47 of file splines_types.F.

◆ h26

real(kind=dp) splines_types::spline_data_type::h26 = -1.0_dp

Definition at line 48 of file splines_types.F.

◆ x1

real(kind=dp) splines_types::spline_data_type::x1 = -1.0_dp

Definition at line 50 of file splines_types.F.

◆ xn

real(kind=dp) splines_types::spline_data_type::xn = -1.0_dp

Definition at line 51 of file splines_types.F.


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