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

Private Member Functions

subroutine initialize_poisson_solver (self, mesh, ntypfr, potfr)
 
subroutine initialize_poisson_solver_from_file (self, mesh)
 

Detailed Description

Definition at line 31 of file sll_m_poisson_2d_tri.F90.

Member Function/Subroutine Documentation

◆ initialize_poisson_solver()

subroutine initialize_poisson_solver ( type(sll_t_poisson_2d_triangular), intent(out)  self,
type(sll_t_triangular_mesh_2d), intent(in), target  mesh,
integer(kind=i32), dimension(:), intent(in)  ntypfr,
real(kind=f64), dimension(:), intent(in)  potfr 
)
private

Definition at line 306 of file sll_m_poisson_2d_tri.F90.

Here is the call graph for this function:

◆ initialize_poisson_solver_from_file()

subroutine initialize_poisson_solver_from_file ( type(sll_t_poisson_2d_triangular), intent(out)  self,
type(sll_t_triangular_mesh_2d), intent(in), target  mesh 
)
private

Definition at line 277 of file sll_m_poisson_2d_tri.F90.

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