Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Derived types and interfaces | |
type | sll_t_linear_operator_schur_ev_3d |
Functions/Subroutines | |
subroutine | create_linear_operator_schur_ev_3d (self, maxwell_solver, particle_mass) |
subroutine | free_schur_ev_3d (self) |
subroutine | dot_schur_ev_3d (self, x, y) |
subroutine | print_info_schur_ev_3d (self) |
|
private |
[in,out] | self | Schur operator |
maxwell_solver | Maxwell solver | |
particle_mass | Particle mass |
Definition at line 34 of file sll_m_linear_operator_schur_ev_3d.F90.
|
private |
[in] | self | Schur operator |
[in] | x | Inputvariable |
[out] | y | Outpoutvariable |
Definition at line 63 of file sll_m_linear_operator_schur_ev_3d.F90.
|
private |
[in,out] | self | Schur operator |
Definition at line 54 of file sll_m_linear_operator_schur_ev_3d.F90.
|
private |
[in] | self | Schur operator |
Definition at line 77 of file sll_m_linear_operator_schur_ev_3d.F90.