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_1d |
Functions/Subroutines | |
subroutine | create_linear_operator_schur_ev_1d (self, maxwell_solver, particle_mass, n_dofs, degree) |
subroutine | free_schur_ev_1d (self) |
subroutine | dot_schur_ev_1d (self, x, y) |
subroutine | print_info_schur_ev_1d (self) |
|
private |
[in,out] | self | Schur operator |
maxwell_solver | Maxwell solver | |
particle_mass | Particle mass |
Definition at line 37 of file sll_m_linear_operator_schur_ev_1d.F90.
|
private |
[in] | self | Schur operator |
[in] | x | Inputvariable |
[out] | y | Outpoutvariable |
Definition at line 67 of file sll_m_linear_operator_schur_ev_1d.F90.
|
private |
[in,out] | self | Schur operator |
Definition at line 58 of file sll_m_linear_operator_schur_ev_1d.F90.
|
private |
[in] | self | Schur operator |
Definition at line 81 of file sll_m_linear_operator_schur_ev_1d.F90.