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

Signature of get_coefficients (Get splines coefficients) More...

Private Member Functions

real(kind=f64) function, dimension(:, :), pointer get_coeffs_2d (interpolator)
 

Detailed Description

Signature of get_coefficients (Get splines coefficients)

Definition at line 215 of file sll_m_interpolators_2d_base.F90.

Constructor & Destructor Documentation

◆ get_coeffs_2d()

real(kind=f64) function, dimension(:, :), pointer get_coeffs_2d ( class(sll_c_interpolator_2d), intent(in)  interpolator)
private
Parameters
[in]interpolatorintepolator object
Returns
value of the coefficients

Definition at line 215 of file sll_m_interpolators_2d_base.F90.

    Report Typos and Errors