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

Signature of set_coefficients. More...

Private Member Functions

subroutine interpolator_1d_set_coeffs (interpolator, coeffs)
 

Detailed Description

Signature of set_coefficients.

Definition at line 85 of file sll_m_interpolators_1d_base.F90.

Constructor & Destructor Documentation

◆ interpolator_1d_set_coeffs()

subroutine interpolator_1d_set_coeffs ( class(sll_c_interpolator_1d), intent(inout)  interpolator,
real(kind=f64), dimension(:), intent(in), optional  coeffs 
)
private
Parameters
[in]coeffscoefficients to be set

Definition at line 85 of file sll_m_interpolators_1d_base.F90.

    Report Typos and Errors