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_pic_poisson_base.F90 File Reference
#include "sll_working_precision.h"
Include dependency graph for sll_m_pic_poisson_base.F90:

Go to the source code of this file.

Data Types

type  sll_c_pic_poisson
 Basic type of Poisson solver for PIC simulations. More...
 
interface  add_single
 
interface  eval_single
 
interface  eval_component_single
 
interface  empty
 
interface  compute_energy
 
interface  update_dofs_function
 
interface  linear_combination
 

Modules

module  sll_m_pic_poisson_base
 Base class for Poisson solver for particle methods.
 

Functions/Subroutines

subroutine add_charge_vector (self, n_part, position, marker_charge)
 
subroutine evaluate_rho_vector (self, position, n_part, func_value)
 
subroutine evaluate_phi_vector (self, position, n_part, func_value)
 
subroutine evaluate_field_vector (self, position, n_part, components, func_value)
 
subroutine solve_phi (self)
 Just compute phi, by default it calls the combined procedure solve. More...
 
subroutine solve_fields (self)
 Just compute the efield, by default it calls the combined procedure solve. More...
 
    Report Typos and Errors