Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Compute interpolated values of n*m points. More...
Private Member Functions | |
subroutine | interpolate_2d_array (this, num_points1, num_points2, data_in, eta1, eta2, data_out) |
Compute interpolated values of n*m points.
Definition at line 109 of file sll_m_interpolators_2d_base.F90.
|
private |
[in,out] | this | interpolator object |
[in] | num_points1 | number of points along first dimension |
[in] | num_points2 | number of points along second dimension |
[in] | data_in | function values |
[in] | eta1 | values of the first coordinate for interpolation points |
[in] | eta2 | values of the second coordinate for interpolation points |
[out] | data_out | interpolated values |
Definition at line 109 of file sll_m_interpolators_2d_base.F90.