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_eb_cl_1d |
Functions/Subroutines | |
subroutine | create_linear_operator_schur_eb_cl_1d (self, mass0, mass1, n_dofs, delta_x, s_deg_0) |
subroutine | free_schur_eb_cl_1d (self) |
subroutine | dot_schur_eb_cl_1d (self, x, y) |
subroutine | print_info_schur_eb_cl_1d (self) |
|
private |
[in,out] | self | Linear operator object |
mass0 | spline mass matrix for 0-form | |
mass1 | spline mass matrix for 1-form | |
n_dofs | number of degrees of freedom | |
delta_x | cell size | |
s_deg_0 | spline degree 0-forms |
Definition at line 39 of file sll_m_linear_operator_schur_eb_cl_1d.F90.
|
private |
[in] | self | Linear operator object |
[in] | x | Inputvariable |
[out] | y | Outputvariable |
Definition at line 70 of file sll_m_linear_operator_schur_eb_cl_1d.F90.
|
private |
[in,out] | self | Linear operator object |
Definition at line 61 of file sll_m_linear_operator_schur_eb_cl_1d.F90.
|
private |
[in] | self | Linear operator object |
Definition at line 98 of file sll_m_linear_operator_schur_eb_cl_1d.F90.