Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules
sll_m_interpolators_2d_base.F90 File Reference
#include "sll_working_precision.h"
Include dependency graph for sll_m_interpolators_2d_base.F90:

Go to the source code of this file.

Data Types

type  sll_c_interpolator_2d
 Base class/basic interface for 2D interpolators. More...
 
interface  interpolator_two_arg_msg
 Signature of interpolate_from_interpolant_value. More...
 
interface  interpolate_2d_array
 Compute interpolated values of n*m points. More...
 
interface  interpolate_2d_array_disp
 Signature of interpolate_array_disp. More...
 
interface  interpolator_2d_set_coeffs
 Signature of set_coefficients (Set the splines coefficients) More...
 
interface  interpolator_2d_logical_query
 Signature of coefficients_are_set (Check interpolator is computed) More...
 
interface  compute_coeffs_2d
 Signature of compute_interpolants (Compute splines coefficients) More...
 
interface  get_coeffs_2d
 Signature of get_coefficients (Get splines coefficients) More...
 
interface  delete_interpolator_2d
 Signature of delete (Deallocate the interpolator object) More...
 

Modules

module  sll_m_interpolators_2d_base
 abstract data type for 2d interpolation
 
    Report Typos and Errors