#include "sll_working_precision.h"
Go to the source code of this file.
|
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) |
|