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

Signature of interpolate_from_interpolant_value. More...

Private Member Functions

real(kind=f64) function interpolator_two_arg_msg (interpolator, eta1, eta2)
 

Detailed Description

Signature of interpolate_from_interpolant_value.

Definition at line 93 of file sll_m_interpolators_2d_base.F90.

Constructor & Destructor Documentation

◆ interpolator_two_arg_msg()

real(kind=f64) function interpolator_two_arg_msg ( class(sll_c_interpolator_2d), intent(in)  interpolator,
real(kind=f64), intent(in)  eta1,
real(kind=f64), intent(in)  eta2 
)
private
Returns
interpolated value
Parameters
[in]interpolatorinterpolator object
[in]eta1first coordinate of point where to interpolate
[in]eta2second coordinate of point where to interpolate

Definition at line 93 of file sll_m_interpolators_2d_base.F90.

    Report Typos and Errors