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_1d_base Module Reference

Description

Module for 1D interpolation and reconstruction.

This is an abstract class, methods are implemented in other modules

Todo:
delete function for this type

Derived types and interfaces

type  sll_c_interpolator_1d
 Abstract class for 1D interpolation and reconstruction. More...
 
interface  interpolator_1d_interpolant
 Signature of compute_interpolants. More...
 
interface  interpolator_1d_get_coeffs
 Signature of get_coefficients. More...
 
interface  interpolator_1d_set_coeffs
 Signature of set_coefficients. More...
 
interface  interpolator_one_arg_sub
 Signature of interpolate_from_interpolant_value and interpolate_from_interpolant_derivative_eta1. More...
 
interface  interpolator_1d_array_interpolant
 Signature of interpolate_from_interpolant_value. More...
 
interface  interpolator_1d_array
 Signature of interpolate_array. More...
 
interface  interpolator_1d_array_disp
 Signature of interpolate_array_disp. More...
 
interface  interpolator_1d_array_disp_inplace
 Signature of interpolate_array_disp. More...
 
    Report Typos and Errors