Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_working_precision.h"
Go to the source code of this file.
Data Types | |
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... | |
Modules | |
module | sll_m_interpolators_1d_base |
Module for 1D interpolation and reconstruction. | |