V3FIT
|
Base class representing a parameterized profile. More...
Public Attributes | |
integer | p_type = pprofile_none_type |
Parameterized profile type. | |
real(rprec), dimension(ilb_b:iub_b) | b = 0.0 |
Array of coefficients for the functional profiles. | |
real(rprec), dimension(:), pointer | as => null() |
Array of radial position values for the segmented profiles. | |
real(rprec), dimension(:), pointer | af => null() |
Array of profile values for the segmented profiles. | |
integer | maxsplineindex = 1 |
Index of the last segemented value. | |
real(rprec), dimension(:), pointer | cache => null() |
Cached value of the af array. | |
real(rprec), dimension(:), pointer | cache_hyper => null() |
Cached value of the af array. | |
Base class representing a parameterized profile.
Definition at line 139 of file pprofile_T.f.