Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Derived types and interfaces | |
type | sll_t_poisson_2d_fem_fft |
interface | sll_i_function_2d_real64 |
3d real function More... | |
Functions/Subroutines | |
subroutine | compute_e_from_rho_fft (self, rho, efield) |
subroutine | compute_phi_from_rho_fft (self, rho, phi) |
subroutine | free_fft (self) |
subroutine | init_fft (self, n_dofs, degree, delta_x) |
subroutine | compute_rhs_from_function_fft (self, func, coefs_dofs) |
Compute the FEM right-hand-side for a given function f and periodic splines of given degree Its components are $\int f N_i dx$ where $N_i$ is the B-spline starting at $x_i$. More... | |
subroutine | ifft2d (self, inval, outval) |
Helper function for 3d fft. More... | |
subroutine | fft2d (self, rho) |
subroutine sll_m_poisson_2d_fem_fft::compute_e_from_rho_fft | ( | class(sll_t_poisson_2d_fem_fft), intent(inout) | self, |
dimension(:), intent(in) | rho, | ||
dimension(:), intent(out) | efield | ||
) |
Definition at line 77 of file sll_m_poisson_2d_fem_fft.F90.
|
private |
Definition at line 119 of file sll_m_poisson_2d_fem_fft.F90.
|
private |
Compute the FEM right-hand-side for a given function f and periodic splines of given degree Its components are $\int f N_i dx$ where $N_i$ is the B-spline starting at $x_i$.
Definition at line 241 of file sll_m_poisson_2d_fem_fft.F90.
|
private |
Definition at line 338 of file sll_m_poisson_2d_fem_fft.F90.
|
private |
Definition at line 154 of file sll_m_poisson_2d_fem_fft.F90.
|
private |
Helper function for 3d fft.
Definition at line 297 of file sll_m_poisson_2d_fem_fft.F90.
|
private |
Definition at line 162 of file sll_m_poisson_2d_fem_fft.F90.