Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
interpolate_2d_array_disp Interface Reference

Signature of interpolate_array_disp. More...

Private Member Functions

subroutine interpolate_2d_array_disp (this, num_points1, num_points2, data_in, alpha1, alpha2, data_out)
 

Detailed Description

Signature of interpolate_array_disp.

Definition at line 134 of file sll_m_interpolators_2d_base.F90.

Constructor & Destructor Documentation

◆ interpolate_2d_array_disp()

subroutine interpolate_2d_array_disp ( class(sll_c_interpolator_2d), intent(inout)  this,
integer(kind=i32), intent(in)  num_points1,
integer(kind=i32), intent(in)  num_points2,
real(kind=f64), dimension(:, :), intent(in)  data_in,
real(kind=f64), dimension(:, :), intent(in)  alpha1,
real(kind=f64), dimension(:, :), intent(in)  alpha2,
real(kind=f64), dimension(num_points1, num_points2), intent(out)  data_out 
)
private
Parameters
[in,out]thisinterpolator object
[in]num_points1values of the first coordinate for interpolation points
[in]num_points2values of the second coordinate for interpolation points
[in]data_infunction values
[in]alpha1displacements along first dimension
[in]alpha2displacement along second dimesion
[out]data_outinterpolated values

Definition at line 134 of file sll_m_interpolators_2d_base.F90.

    Report Typos and Errors