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

sll_o_solve the Poisson equation on 1d mesh and compute the potential More...

Private Member Functions

subroutine solve_poisson_1d_periodic (self, field, rhs)
 

Detailed Description

sll_o_solve the Poisson equation on 1d mesh and compute the potential

Definition at line 80 of file sll_m_poisson_1d_periodic.F90.

Member Function/Subroutine Documentation

◆ solve_poisson_1d_periodic()

subroutine solve_poisson_1d_periodic ( type(sll_t_poisson_1d_periodic), intent(inout)  self,
real(kind=f64), dimension(:), intent(out)  field,
real(kind=f64), dimension(:), intent(in)  rhs 
)
private

Definition at line 125 of file sll_m_poisson_1d_periodic.F90.

    Report Typos and Errors