Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Derived types and interfaces | Functions/Subroutines
sll_m_linear_operator_particle_mass_smooth_1d Module Reference

Derived types and interfaces

type  sll_t_linear_operator_particle_mass_smooth_1d
 

Functions/Subroutines

subroutine create_linear_operator_particle_mass_smooth_1d (self, degree, n_dofs)
 
subroutine free_particle_mass_smooth_1d (self)
 
subroutine dot_particle_mass_smooth_1d (self, x, y)
 
subroutine print_info_particle_mass_smooth_1d (self)
 

Function/Subroutine Documentation

◆ create_linear_operator_particle_mass_smooth_1d()

subroutine sll_m_linear_operator_particle_mass_smooth_1d::create_linear_operator_particle_mass_smooth_1d ( class(sll_t_linear_operator_particle_mass_smooth_1d), intent(inout)  self,
integer(kind=i32), intent(in)  degree,
integer(kind=i32), intent(in)  n_dofs 
)
private
Parameters
[in,out]selfParticle mass
[in]degreespline degree
[in]n_dofsnumber of degrees of freedom

Definition at line 28 of file sll_m_linear_operator_particle_mass_smooth_1d.F90.

◆ dot_particle_mass_smooth_1d()

subroutine sll_m_linear_operator_particle_mass_smooth_1d::dot_particle_mass_smooth_1d ( class(sll_t_linear_operator_particle_mass_smooth_1d), intent(in)  self,
real(kind=f64), dimension(:), intent(in)  x,
real(kind=f64), dimension(:), intent(out)  y 
)
private
Parameters
[in]selfParticle mass
[in]xInputvariable
[out]yOutpoutvariable

Definition at line 54 of file sll_m_linear_operator_particle_mass_smooth_1d.F90.

◆ free_particle_mass_smooth_1d()

subroutine sll_m_linear_operator_particle_mass_smooth_1d::free_particle_mass_smooth_1d ( class(sll_t_linear_operator_particle_mass_smooth_1d), intent(inout)  self)
private
Parameters
[in,out]selfParticle mass

Definition at line 46 of file sll_m_linear_operator_particle_mass_smooth_1d.F90.

◆ print_info_particle_mass_smooth_1d()

subroutine sll_m_linear_operator_particle_mass_smooth_1d::print_info_particle_mass_smooth_1d ( class(sll_t_linear_operator_particle_mass_smooth_1d), intent(in)  self)
private
Parameters
[in]selfParticle mass

Definition at line 76 of file sll_m_linear_operator_particle_mass_smooth_1d.F90.

    Report Typos and Errors