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_particle_mass_1d |
Functions/Subroutines | |
subroutine | create_linear_operator_particle_mass_1d (self, degree, n_dofs) |
subroutine | free_particle_mass_1d (self) |
subroutine | dot_particle_mass_1d (self, x, y) |
subroutine | print_info_particle_mass_1d (self) |
|
private |
[in,out] | self | Particle mass |
[in] | degree | spline degree |
[in] | n_dofs | number of degrees of freedom |
Definition at line 28 of file sll_m_linear_operator_particle_mass_1d.F90.
|
private |
[in] | self | Particle mass |
[in] | x | Inputvariable |
[out] | y | Outpoutvariable |
Definition at line 54 of file sll_m_linear_operator_particle_mass_1d.F90.
|
private |
[in,out] | self | Particle mass |
Definition at line 46 of file sll_m_linear_operator_particle_mass_1d.F90.
|
private |
[in] | self | Particle mass |
Definition at line 76 of file sll_m_linear_operator_particle_mass_1d.F90.