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_cl_3d_od |
Functions/Subroutines | |
subroutine | create_linear_operator_particle_mass_cl_3d_od (self, n_cells, degree, degree2) |
subroutine | free_particle_mass_cl_3d_od (self) |
subroutine | dot_particle_mass_cl_3d_od (self, x, y) |
subroutine | print_info_particle_mass_cl_3d_od (self) |
|
private |
[in,out] | self | Particle mass |
[in] | n_cells | grid cells |
[in] | degree | spline degree1 |
[in] | degree2 | spline degree2 |
Definition at line 32 of file sll_m_linear_operator_particle_mass_cl_3d_od.F90.
|
private |
[in] | self | Particle mass |
[in] | x | Inputvariable |
[out] | y | Outpoutvariable |
Definition at line 66 of file sll_m_linear_operator_particle_mass_cl_3d_od.F90.
|
private |
[in,out] | self | Particle mass |
Definition at line 58 of file sll_m_linear_operator_particle_mass_cl_3d_od.F90.
|
private |
[in] | self | Particle mass |
Definition at line 131 of file sll_m_linear_operator_particle_mass_cl_3d_od.F90.