Store interpolation data. More...
Public Attributes | |
| integer | order |
| Interpolation order. | |
| integer | i_pi |
| First leftmost index of interpolation nodes. | |
| integer | j_pi |
| Second leftmost index of interpolation nodes. | |
| integer | k_pi |
| Third leftmost index of interpolation nodes. | |
| double precision, dimension(:,:,:), allocatable | coef |
| Interpolation coefficients. | |
Store interpolation data.
Please, use interpolation_* routines described here to use it, unless you know what you're doing.
The indexes of the coef member represent node attached to the coefficient, counted relatively to the lower corner of the interpolation subdomain:
i(absolute) = i_pi + i(relative)-1
| double precision, dimension(:,:,:), allocatable mod_point_interpolation_type::t_interpolation_data::coef |
Interpolation coefficients.
| integer mod_point_interpolation_type::t_interpolation_data::i_pi |
First leftmost index of interpolation nodes.
| integer mod_point_interpolation_type::t_interpolation_data::j_pi |
Second leftmost index of interpolation nodes.
| integer mod_point_interpolation_type::t_interpolation_data::k_pi |
Third leftmost index of interpolation nodes.
| integer mod_point_interpolation_type::t_interpolation_data::order |
Interpolation order.