Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
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) |
Signature of compute_interpolants (Compute splines coefficients)
Definition at line 196 of file sll_m_interpolators_2d_base.F90.
|
private |
[in,out] | interpolator | interpolator object |
[in] | data_array | function values |
[in] | eta1_coords | first coordinates of the grid points |
[in] | eta2_coords | seoncd coordinates of the grid points |
[in] | size_eta1_coords | size of eta1_coords |
[in] | size_eta2_coords | size of eta2_coords |
Definition at line 196 of file sll_m_interpolators_2d_base.F90.