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_poisson_clamped_1d |
Functions/Subroutines | |
subroutine | create_linear_operator_poisson_clamped_1d (self, mass, s_deg_0, n_dofs, delta_x) |
subroutine | free_poisson_clamped_1d (self) |
subroutine | dot_poisson_clamped_1d (self, x, y) |
subroutine | print_info_poisson_clamped_1d (self) |
|
private |
[in,out] | self | Linear operator object |
mass | mass matrix | |
[in] | s_deg_0 | spline degree 0-forms |
[in] | n_dofs | number of degrees of freedom |
[in] | delta_x | cell size |
Definition at line 38 of file sll_m_linear_operator_poisson_clamped_1d.F90.
|
private |
[in] | self | Linear operator object |
[in] | x | Inputvariable |
[out] | y | Outputvariable |
Definition at line 65 of file sll_m_linear_operator_poisson_clamped_1d.F90.
|
private |
[in,out] | self | Linear operator object |
Definition at line 58 of file sll_m_linear_operator_poisson_clamped_1d.F90.
|
private |
[in] | self | Linear operator object |
Definition at line 78 of file sll_m_linear_operator_poisson_clamped_1d.F90.