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_3d |
Functions/Subroutines | |
subroutine | create_linear_operator_schur_eb_3d (self, mass1, mass2, n_total, n_dofs, delta_x) |
subroutine | free_schur_eb_3d (self) |
subroutine | dot_schur_eb_3d (self, x, y) |
subroutine | print_info_schur_eb_3d (self) |
|
private |
[in,out] | self | Linear operator object |
mass1 | block mass matrix | |
mass2 | block mass matrix | |
n_total | product of number of degrees of freedom | |
n_dofs | number of degrees of freedom | |
delta_x | cell size |
Definition at line 37 of file sll_m_linear_operator_schur_eb_3d.F90.
|
private |
[in] | self | Linear operator object |
[in] | x | Inputvariable |
[out] | y | Outputvariable |
Definition at line 69 of file sll_m_linear_operator_schur_eb_3d.F90.
|
private |
[in,out] | self | Linear operator object |
Definition at line 60 of file sll_m_linear_operator_schur_eb_3d.F90.
|
private |
[in] | self | Linear operator object |
Definition at line 94 of file sll_m_linear_operator_schur_eb_3d.F90.