V3FIT
Public Attributes | List of all members
pprofile_t::pprofile_class Type Reference

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.
 

Detailed Description

Base class representing a parameterized profile.

Definition at line 139 of file pprofile_T.f.


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