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_3d_diag |
Functions/Subroutines | |
subroutine | create_linear_operator_particle_mass_3d_diag (self, n_cells, degree, degree2) |
subroutine | free_particle_mass_3d_diag (self) |
subroutine | dot_particle_mass_3d_diag (self, x, y) |
integer(kind=i32) function | index_3dto1d (num_pts, ind1, ind2, ind3) |
subroutine | print_info_particle_mass_3d_diag (self) |
|
private |
[in,out] | self | Particle mass |
[in] | n_cells | grid cells |
[in] | degree | spline degree1 |
[in] | degree2 | spline degree2 |
Definition at line 26 of file sll_m_linear_operator_particle_mass_3d_diag.F90.
|
private |
[in] | self | Particle mass |
[in] | x | Inputvariable |
[out] | y | Outpoutvariable |
Definition at line 54 of file sll_m_linear_operator_particle_mass_3d_diag.F90.
|
private |
[in,out] | self | Particle mass |
Definition at line 46 of file sll_m_linear_operator_particle_mass_3d_diag.F90.
|
private |
Definition at line 87 of file sll_m_linear_operator_particle_mass_3d_diag.F90.
|
private |
[in] | self | Particle mass |
Definition at line 102 of file sll_m_linear_operator_particle_mass_3d_diag.F90.