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

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

Private Member Functions

type(sll_t_poisson_1d_periodic) function, pointer new_poisson_1d_periodic (eta1_min, eta1_max, nc_eta1, error)
 Create a sll_o_new solver. More...
 

Detailed Description

Create a sll_o_new poisson solver on 1d mesh.

Definition at line 70 of file sll_m_poisson_1d_periodic.F90.

Member Function/Subroutine Documentation

◆ new_poisson_1d_periodic()

type(sll_t_poisson_1d_periodic) function, pointer new_poisson_1d_periodic ( 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

Create a sll_o_new solver.

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

Definition at line 88 of file sll_m_poisson_1d_periodic.F90.

Here is the call graph for this function:
    Report Typos and Errors