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_gtm |
Functions/Subroutines | |
subroutine | create_linear_operator_gtm (self, mass, n_dofs, delta_x) |
subroutine | free_gtm (self) |
subroutine | dot_gtm (self, x, y) |
subroutine | print_info_gtm (self) |
|
private |
[in,out] | self | Linear operator object |
mass | block mass matrix | |
n_dofs | number of degrees of freedom | |
delta_x | cell size |
Definition at line 37 of file sll_m_linear_operator_GTM.F90.
|
private |
[in] | self | Linear operator object |
[in] | x | Inputvariable |
[out] | y | Outputvariable |
Definition at line 63 of file sll_m_linear_operator_GTM.F90.
|
private |
[in,out] | self | Linear operator object |
Definition at line 56 of file sll_m_linear_operator_GTM.F90.
|
private |
[in] | self | Linear operator object |
Definition at line 75 of file sll_m_linear_operator_GTM.F90.