Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Functions/Subroutines
sll_m_particle_mesh_coupling_spline_smooth_1d.F90 File Reference
#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
#include "sll_errors.h"
Include dependency graph for sll_m_particle_mesh_coupling_spline_smooth_1d.F90:

Go to the source code of this file.

Data Types

type  sll_t_particle_mesh_coupling_spline_smooth_1d
 Spline kernel smoother in1d. More...
 

Modules

module  sll_m_particle_mesh_coupling_spline_smooth_1d
 Kernel smoother for 2d with splines of arbitrary degree placed on a uniform mesh.
 

Functions/Subroutines

subroutine add_charge_single_smoothened_spline_1d (self, position, marker_charge, rho_dofs)
 Evaluates the integral int_{poisition_old}^{position_new} field(x) d x. More...
 
subroutine add_current_update_v_smoothened_spline_1d (self, position_old, position_new, marker_charge, qoverm, bfield_dofs, vi, j_dofs)
 Add current for one particle and update v (according to H_p1 part in Hamiltonian splitting) More...
 
subroutine update_smoothened_single_spline_1d (self, position_normalized, box, marker_charge, qoverm, rho_dofs, bfield_dofs, vi)
 Integration over the prime function of the smoothing kernel S (for v update and j accumulation) More...
 
subroutine evaluate_int_prime_smoothened_single_spline_1d (self, position_normalized, box, field_dofs, field_int)
 Integration over the prime function of the smoothing kernel S (for evaluation only) More...
 
subroutine evaluate_int_simple_smoothened_spline_1d (self, lower, upper, index, sign, field_dofs, field_int)
 Helper function to evaluate the integrated efield in one interval (without smoothing kernel) (similar to update_jv). More...
 
subroutine evaluate_field_single_smoothened_spline_1d (self, position, field_dofs, field_value)
 Evaluate field with smoothing at at position position. More...
 
subroutine add_current_evaluate_smoothened_spline_1d (self, position_old, position_new, marker_charge, vbar, field_dofs, j_dofs, field)
 Add current for one particle and evaluate the field (according to iterative part in discrete gradient method) More...
 
subroutine evaluate_int_smoothened_spline_1d (self, position_old, position_new, vbar, field_dofs, field)
 Add current for one particle and evaluate the field (according to iterative part in discrete gradient method) More...
 
subroutine, public sll_s_new_particle_mesh_coupling_spline_smooth_1d_ptr (smoother, domain, n_cells, no_particles, spline_degree, smoothing_type)
 
subroutine, public sll_s_new_particle_mesh_coupling_spline_smooth_1d (smoother, domain, n_cells, no_particles, spline_degree, smoothing_type)
 
subroutine add_particle_mass_spline_smooth_1d (self, position, marker_charge, particle_mass)
 Add particle mass for one particle (upper triangular version) More...
 
subroutine add_particle_mass_full_spline_smooth_1d (self, position, marker_charge, particle_mass)
 Add particle mass for one particle (full matrix) WARNING: THIS FUNCTION SEEMS TO HAVE BUGS. More...
 
subroutine add_charge_box (self, position, rho_dofs)
 Add charge of one particle with smoothing. More...
 
    Report Typos and Errors