Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Binomial filter for smooting of fields.
...
Derived types and interfaces | |
type | sll_t_binomial_filter |
Functions/Subroutines | |
subroutine | init_binomial (self, iterations, n_dofs, mode) |
subroutine | apply_binomial (self, field_in, field_out) |
subroutine | apply_inplace_binomial (self, field) |
subroutine | sll_s_binomial_filter (field_in, field_out, n_dofs) |
|
private |
[in] | field_in | array for the coefficients of the fields |
[out] | field_out | array for the coefficients of the fields |
Definition at line 63 of file sll_m_binomial_filter.F90.
|
private |
[in,out] | field | array for the coefficients of the efields |
Definition at line 84 of file sll_m_binomial_filter.F90.
|
private |
Definition at line 41 of file sll_m_binomial_filter.F90.
|
private |
[in] | field_in | array for the coefficients of the efields |
[out] | field_out | array for the coefficients of the efields |
Definition at line 102 of file sll_m_binomial_filter.F90.