Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
sll_o_solve Interface Reference

Compute the electric potential. More...

Private Member Functions

subroutine solve_poisson_2d_fem (self, ex, ey, rho)
 Solve the poisson equation. More...
 

Detailed Description

Compute the electric potential.

Definition at line 50 of file sll_m_poisson_2d_fem.F90.

Member Function/Subroutine Documentation

◆ solve_poisson_2d_fem()

subroutine solve_poisson_2d_fem ( type(sll_t_poisson_2d_fem self,
real(kind=f64), dimension(:, :)  ex,
real(kind=f64), dimension(:, :)  ey,
real(kind=f64), dimension(:, :)  rho 
)
private

Solve the poisson equation.

Parameters
selfPoisson solver object
exx electric field
eyy electric field
rhocharge density

Definition at line 221 of file sll_m_poisson_2d_fem.F90.

    Report Typos and Errors