Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Signature of set_coefficients (Set the splines coefficients) More...
Private Member Functions | |
subroutine | interpolator_2d_set_coeffs (interpolator, coeffs_1d, coeffs_2d, coeff2d_size1, coeff2d_size2, knots1, size_knots1, knots2, size_knots2) |
Signature of set_coefficients (Set the splines coefficients)
Definition at line 158 of file sll_m_interpolators_2d_base.F90.
|
private |
[in,out] | interpolator | interpolator object |
[in] | coeffs_1d | coefficients spezified in 1D array |
[in] | coeffs_2d | coefficients spezified as 2D array |
[in] | coeff2d_size1 | size of 2D coeffs, first dimension |
[in] | coeff2d_size2 | size of 2D coeffs, second dimension |
[in] | knots1 | knots first dimension |
[in] | knots2 | knots second dimension |
[in] | size_knots1 | no. of knots first dimension |
[in] | size_knots2 | no. of knots second dimension |
Definition at line 158 of file sll_m_interpolators_2d_base.F90.