Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Derived types and interfaces
sll_m_interpolators_2d_base Module Reference

Description

abstract data type for 2d interpolation

Todo:
Function names should be reviewed and improved. What is the best way to express that a derivative is in a particular direction? Why eta???

Derived types and interfaces

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...
 
    Report Typos and Errors