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

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)
 

Detailed Description

Signature of set_coefficients (Set the splines coefficients)

Definition at line 158 of file sll_m_interpolators_2d_base.F90.

Constructor & Destructor Documentation

◆ interpolator_2d_set_coeffs()

subroutine interpolator_2d_set_coeffs ( class(sll_c_interpolator_2d), intent(inout)  interpolator,
real(kind=f64), dimension(:), intent(in), optional  coeffs_1d,
real(kind=f64), dimension(:, :), intent(in), optional  coeffs_2d,
integer(kind=i32), intent(in), optional  coeff2d_size1,
integer(kind=i32), intent(in), optional  coeff2d_size2,
real(kind=f64), dimension(:), intent(in), optional  knots1,
integer(kind=i32), intent(in), optional  size_knots1,
real(kind=f64), dimension(:), intent(in), optional  knots2,
integer(kind=i32), intent(in), optional  size_knots2 
)
private
Parameters
[in,out]interpolatorinterpolator object
[in]coeffs_1dcoefficients spezified in 1D array
[in]coeffs_2dcoefficients spezified as 2D array
[in]coeff2d_size1size of 2D coeffs, first dimension
[in]coeff2d_size2size of 2D coeffs, second dimension
[in]knots1knots first dimension
[in]knots2knots second dimension
[in]size_knots1no. of knots first dimension
[in]size_knots2no. of knots second dimension

Definition at line 158 of file sll_m_interpolators_2d_base.F90.

    Report Typos and Errors