#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Go to the source code of this file.
|
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...
|
|