Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Module interface to solve Maxwell's equations with coordinate transformation in 3D The linear systems are solved using PLAF.
Derived types and interfaces | |
type | sll_t_preconditioner_singular |
Functions/Subroutines | |
subroutine | create_3d_trafo (self, inverse_mass_fft, lumped_mass, n_total) |
subroutine | solve_3d_trafo (self, rhs, unknown) |
subroutine | set_verbose (self, verbose) |
subroutine | print_info (self) |
subroutine | read_from_file (self, filename) |
subroutine | free_3d_trafo (self) |
|
private |
[in,out] | self | preconditioner |
inverse_mass_fft | block matrix solver | |
inverse_mass_fft | lumped masslines |
Definition at line 50 of file sll_m_preconditioner_singular.F90.
|
private |
[in,out] | self | preconditioner |
Definition at line 96 of file sll_m_preconditioner_singular.F90.
|
private |
[in] | self | preconditioner |
Definition at line 84 of file sll_m_preconditioner_singular.F90.
|
private |
[in,out] | self | preconditioner |
Definition at line 89 of file sll_m_preconditioner_singular.F90.
|
private |
[in,out] | self | preconditioner |
[in] | verbose | logical for solver information |
Definition at line 77 of file sll_m_preconditioner_singular.F90.
|
private |
[in,out] | self | preconditioner |
Definition at line 64 of file sll_m_preconditioner_singular.F90.