Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
Initialize the solver. More...
Private Member Functions | |
subroutine | initialize_poisson_2d_fem (self, x, y, nn_x, nn_y) |
Initialize Poisson solver object using finite elements method. More... | |
Initialize the solver.
Definition at line 45 of file sll_m_poisson_2d_fem.F90.
|
private |
Initialize Poisson solver object using finite elements method.
self | solver data structure | |
[in] | nn_x | number of cells along x |
[in] | nn_y | number of cells along y |
x | x nodes coordinates | |
y | y nodes coordinates |
Definition at line 57 of file sll_m_poisson_2d_fem.F90.