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_ecsim_eb |
Functions/Subroutines | |
subroutine | create_linear_operator_ecsim_eb (self, n_dof, degree, mass_line_0, mass_line_1) |
subroutine | free_ecsim_eb (self) |
subroutine | dot_mono_r2r_ecsim_eb (self, x, y) |
subroutine | print_info_ecsim_eb (self) |
|
private |
[in,out] | self | Linear operator object |
n_dof | Number of degrees of freedom | |
degree | Splinedegree | |
mass_line_0 | Entries of mass matrix M0 | |
mass_line_1 | Entries of mass matrix M1 |
Definition at line 32 of file sll_m_linear_operator_ecsim_eb.F90.
|
private |
[in] | self | Linear operator object |
[in] | x | Inputvariable |
[out] | y | Outputvariable |
Definition at line 66 of file sll_m_linear_operator_ecsim_eb.F90.
|
private |
[in,out] | self | Linear operator object |
Definition at line 59 of file sll_m_linear_operator_ecsim_eb.F90.
|
private |
[in] | self | Linear operator object |
Definition at line 106 of file sll_m_linear_operator_ecsim_eb.F90.