Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Invert a circulant matrix based on diagonalization in Fourier space (3d version)
Derived types and interfaces | |
type | sll_t_linear_solver_spline_mass_fft |
Linear solver for FFT-based inversion of 3d tensor product of circulant matrices (extending the abstract linear solver class) More... | |
Functions/Subroutines | |
subroutine | create_mass1 (self, n_dofs, inv_eig_values_1, inv_eig_values_2, inv_eig_values_3) |
subroutine | solve_real_mass1 (self, rhs, unknown) |
subroutine | read_from_file_mass1 (self, filename) |
subroutine | print_info_mass1 (self) |
subroutine | set_verbose_mass1 (self, verbose) |
subroutine | free_mass1 (self) |
|
private |
[in,out] | self | Fourier solver |
[in] | n_dofs | no of dofs per dimension |
[in] | inv_eig_values_1 | eigenvalues of inverse matrix along dimension 1 |
[in] | inv_eig_values_2 | eigenvalues of inverse matrix along dimension 2 |
[in] | inv_eig_values_3 | eigenvalues of inverse matrix along dimension 3 |
Definition at line 56 of file sll_m_linear_solver_spline_mass_fft.F90.
|
private |
[in,out] | self | Fourier solver |
Definition at line 213 of file sll_m_linear_solver_spline_mass_fft.F90.
|
private |
[in] | self | Fourier solver |
Definition at line 199 of file sll_m_linear_solver_spline_mass_fft.F90.
|
private |
[in,out] | self | Fourier solver |
Definition at line 193 of file sll_m_linear_solver_spline_mass_fft.F90.
|
private |
[in,out] | self | Fourier solver |
[in] | verbose | logical for convergence information |
Definition at line 204 of file sll_m_linear_solver_spline_mass_fft.F90.
|
private |
[in,out] | self | Fourier solver |
[in] | rhs | given right-hand side |
[out] | unknown | unknown-left hand side |
Definition at line 88 of file sll_m_linear_solver_spline_mass_fft.F90.