Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Functions/Subroutines
sll_m_poisson_1d_hmf.F90 File Reference
#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_poisson_1d_hmf.F90:

Go to the source code of this file.

Data Types

type  sll_t_poisson_1d_hmf
 Implementation of the poisson 1d solver for the Vlasov-HMF model. More...
 

Modules

module  sll_m_poisson_1d_hmf
 Module to solve Poisson equation for the HMF model.
 

Functions/Subroutines

subroutine, public sll_s_poisson_1d_hmf_init (self, eta1_min, eta1_max, nc_eta1, error)
 Initialize the poisson 1d hmf solver. More...
 
subroutine, public sll_s_solve_poisson_1d_hmf (self, field, rhs)
 Solve the 1d equation for the Vlasov-HMF model. More...
 
subroutine compute_phi_from_rho_1d_hmf (poisson, phi, rho)
 solves More...
 
subroutine compute_e_from_rho_1d_hmf (poisson, E, rho)
 solves More...
 
subroutine, public sll_s_free_poisson_1d_hmf (self, error)
 Free the poisson 1d hmf solver. More...
 
    Report Typos and Errors