0.6.0
Loading...
Searching...
No Matches
mod_point_interpolation_type::t_interpolation_data Type Reference

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.
 

Detailed Description

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

Member Data Documentation

◆ coef

double precision, dimension(:,:,:), allocatable mod_point_interpolation_type::t_interpolation_data::coef

Interpolation coefficients.

◆ i_pi

integer mod_point_interpolation_type::t_interpolation_data::i_pi

First leftmost index of interpolation nodes.

◆ j_pi

integer mod_point_interpolation_type::t_interpolation_data::j_pi

Second leftmost index of interpolation nodes.

◆ k_pi

integer mod_point_interpolation_type::t_interpolation_data::k_pi

Third leftmost index of interpolation nodes.

◆ order

integer mod_point_interpolation_type::t_interpolation_data::order

Interpolation order.


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