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_initialize Interface Reference

sll_o_initialize a sll_o_new poisson solver on 1d mesh More...

Private Member Functions

subroutine initialize_poisson_1d_periodic (self, eta1_min, eta1_max, nc_eta1, error)
 sll_o_initialize the solver More...
 

Detailed Description

sll_o_initialize a sll_o_new poisson solver on 1d mesh

Definition at line 75 of file sll_m_poisson_1d_periodic.F90.

Member Function/Subroutine Documentation

◆ initialize_poisson_1d_periodic()

subroutine initialize_poisson_1d_periodic ( type(sll_t_poisson_1d_periodic), intent(out)  self,
real(kind=f64), intent(in)  eta1_min,
real(kind=f64), intent(in)  eta1_max,
integer(kind=i32), intent(in)  nc_eta1,
integer(kind=i32), intent(out)  error 
)
private

sll_o_initialize the solver

Parameters
[out]selfSolver data structure
[in]nc_eta1number of cells
[out]errorerror code
[in]eta1_minleft corner
[in]eta1_maxright corner

Definition at line 102 of file sll_m_poisson_1d_periodic.F90.

    Report Typos and Errors