Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
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... | |
Create a sll_o_new poisson solver on 1d mesh.
Definition at line 70 of file sll_m_poisson_1d_periodic.F90.
|
private |
Create a sll_o_new solver.
[in] | nc_eta1 | number of cells |
[out] | error | error code |
[in] | eta1_min | left corner |
[in] | eta1_max | right corner |
Definition at line 88 of file sll_m_poisson_1d_periodic.F90.