Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Go to the source code of this file.
Modules | |
module | sll_m_hex_pre_filters |
Pre-filter for box-splines quasi interpolation. | |
Functions/Subroutines | |
subroutine, public | sll_s_pre_filter_pfir (mesh, deg, weight_tab) |
Pre-filter PFIR to compute the box splines coefficients. More... | |
real(kind=f64) function, public | sll_f_pre_filter_piir2 (mesh, local_index, deg) |
Pre-filter PIIR2 to compute the box splines coefficients. More... | |
real(kind=f64) function, public | sll_f_pre_filter_piir1 (mesh, local_index, deg) |
Pre-filter PIIR1 to compute the box splines coefficients. More... | |
real(kind=f64) function, public | sll_f_pre_filter_int (mesh, local_index, deg) |
Pre-filter PINT to compute the box splines coefficients. More... | |