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

Signature of coefficients_are_set (Check interpolator is computed) More...

Private Member Functions

logical function interpolator_2d_logical_query (interpolator)
 

Detailed Description

Signature of coefficients_are_set (Check interpolator is computed)

Definition at line 187 of file sll_m_interpolators_2d_base.F90.

Constructor & Destructor Documentation

◆ interpolator_2d_logical_query()

logical function interpolator_2d_logical_query ( class(sll_c_interpolator_2d), intent(in)  interpolator)
private
Parameters
[in]interpolatorinterpolator object
Returns
logical to specify if coefficients are set yes/no

Definition at line 187 of file sll_m_interpolators_2d_base.F90.

    Report Typos and Errors