Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Derived types and interfaces | |
type | sll_t_fft_filter_1d |
Functions/Subroutines | |
subroutine | init_fft_1d (self, iterations, n_dofs, mode) |
subroutine | apply_fft_1d (self, field_in, field_out) |
subroutine | apply_inplace_fft_1d (self, field) |
subroutine | sll_s_fft_filter (field_in, field_out, n_dofs, fft, ifft, k_min, k_max) |
|
private |
[in] | field_in | array for the coefficients of the fields |
[out] | field_out | array for the coefficients of the fields |
Definition at line 55 of file sll_m_fft_filter_1d.F90.
|
private |
|
private |
|
private |
Definition at line 82 of file sll_m_fft_filter_1d.F90.