version 0.6.0
mod_point_interpolation_type::interpolation_data Type Reference

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.
 

Detailed Description

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

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