Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Modules | Functions/Subroutines
sll_m_hex_pre_filters.F90 File Reference
#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_hex_pre_filters.F90:

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