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

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...
 

Detailed Description

Initialize the solver.

Definition at line 45 of file sll_m_poisson_2d_fem.F90.

Member Function/Subroutine Documentation

◆ initialize_poisson_2d_fem()

subroutine initialize_poisson_2d_fem ( type(sll_t_poisson_2d_fem self,
real(kind=f64), dimension(nn_x)  x,
real(kind=f64), dimension(nn_y)  y,
integer(kind=i32), intent(in)  nn_x,
integer(kind=i32), intent(in)  nn_y 
)
private

Initialize Poisson solver object using finite elements method.

Parameters
selfsolver data structure
[in]nn_xnumber of cells along x
[in]nn_ynumber of cells along y
xx nodes coordinates
yy nodes coordinates

Definition at line 57 of file sll_m_poisson_2d_fem.F90.

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