Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
#include "sll_working_precision.h"
Go to the source code of this file.
Data Types | |
type | sll_t_binomial_filter |
Modules | |
module | sll_m_binomial_filter |
Binomial filter for smooting of fields. | |
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) |