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_cl_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_cl_1d.F90:

Go to the source code of this file.

Data Types

type  sll_t_particle_mesh_coupling_spline_cl_1d
 Spline kernel smoother in1d. More...
 

Modules

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

Functions/Subroutines

subroutine add_charge_single_spline_cl_1d (self, position, marker_charge, rho_dofs)
 Destructor. More...
 
subroutine add_particle_mass_spline_cl_1d (self, position, marker_charge, particle_mass)
 Add the contribution of one particle to the approximate mass matrix. More...
 
subroutine add_particle_mass_spline_cl_1d_full (self, position, marker_charge, particle_mass)
 Add the contribution of one particle to the approximate mass matrix. More...
 
subroutine evaluate_field_single_spline_cl_1d (self, position, field_dofs, field_value)
 Evaluate field at at position position. More...
 
subroutine evaluate_multiple_spline_cl_1d (self, position, components, field_dofs, field_value)
 Evaluate several fields at position position. More...
 
subroutine add_current_spline_cl_1d (self, position_old, position_new, marker_charge, j_dofs)
 Add current with integration over x. More...
 
subroutine update_j (self, lower, upper, index, marker_charge, sign, j_dofs)
 Helper function for add_current. More...
 
subroutine add_current_evaluate_spline_cl_1d (self, position_old, position_new, marker_charge, vbar, field_dofs, j_dofs, field)
 Combines add_current and evaluate_int. More...
 
subroutine update_je (self, lower, upper, index, marker_charge, sign, j_dofs, field_dofs, field)
 Helper function for add_current_evaluate. More...
 
subroutine add_current_update_v_spline_cl_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_jv (self, lower, upper, index, marker_charge, qoverm, sign, vi, j_dofs, bfield_dofs)
 Helper function for add_current_update_v. More...
 
subroutine convert_x_to_xbox (self, position, xi, box)
 
subroutine sll_s_uniform_bsplines_eval_basis_clamped (spline, n_cells, degree, xi, box, spline_val)
 Helper function to evaluate uniform clamped basis splines. More...
 
subroutine init_spline_cl_1d (self, domain, n_cells, no_particles, spline_degree, smoothing_type, boundary)
 Initializer. More...
 
subroutine free_spline_cl_1d (self)
 Finalizer. More...
 
subroutine, public sll_s_new_particle_mesh_coupling_spline_cl_1d_ptr (smoother, domain, n_cells, no_particles, spline_degree, smoothing_type, boundary)
 
subroutine, public sll_s_new_particle_mesh_coupling_spline_cl_1d (smoother, domain, n_cells, no_particles, spline_degree, smoothing_type, boundary)
 
    Report Typos and Errors