Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_working_precision.h"
#include "sll_errors.h"
Go to the source code of this file.
Data Types | |
type | sll_t_fft_filter_3d |
Modules | |
module | sll_m_fft_filter_3d |
Functions/Subroutines | |
subroutine | init_fft_3d (self, iterations, n_dofs, mode) |
subroutine | apply_fft_3d (self, field_in, field_out) |
subroutine | apply_inplace_fft_3d (self, field) |
subroutine | sll_s_fft_filter (field_in, field_out, n_dofs, fft, ifft, k_min, k_max) |