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
compute_coeffs_2d Interface Reference

Signature of compute_interpolants (Compute splines coefficients) More...

Private Member Functions

subroutine compute_coeffs_2d (interpolator, data_array, eta1_coords, size_eta1_coords, eta2_coords, size_eta2_coords)
 

Detailed Description

Signature of compute_interpolants (Compute splines coefficients)

Definition at line 196 of file sll_m_interpolators_2d_base.F90.

Constructor & Destructor Documentation

◆ compute_coeffs_2d()

subroutine compute_coeffs_2d ( class(sll_c_interpolator_2d), intent(inout)  interpolator,
real(kind=f64), dimension(:, :), intent(in)  data_array,
real(kind=f64), dimension(:), intent(in), optional  eta1_coords,
integer(kind=i32), intent(in), optional  size_eta1_coords,
real(kind=f64), dimension(:), intent(in), optional  eta2_coords,
integer(kind=i32), intent(in), optional  size_eta2_coords 
)
private
Parameters
[in,out]interpolatorinterpolator object
[in]data_arrayfunction values
[in]eta1_coordsfirst coordinates of the grid points
[in]eta2_coordsseoncd coordinates of the grid points
[in]size_eta1_coordssize of eta1_coords
[in]size_eta2_coordssize of eta2_coords

Definition at line 196 of file sll_m_interpolators_2d_base.F90.

    Report Typos and Errors