|
subroutine, public | sll_s_set_local_grid (local_sizes, indices_min, eta_min, delta_eta, tensor_grid) |
|
subroutine, public | sll_s_set_local_grid_en (local_sizes, indices_min, eta_min, delta_eta, tensor_grid) |
|
subroutine, public | sll_s_distribution_params_6d_new (params, distrib_type, file_id) |
|
subroutine, public | sll_s_distribution_initializer_6d (local_sizes, data_indices_min, params, tensor_grid, fdistrib) |
| Initialize distribution function with given distribution parameter. More...
|
|
subroutine, public | sll_s_compute_velocity_transformation (vin, vtrans) |
|
subroutine, public | sll_s_compute_velocity_transformation_en (vin, vtrans) |
|
subroutine | init_landau_sum (self, file_id) |
|
subroutine | init_landau_prod (self, file_id) |
|
subroutine | init_twogaussian (self, file_id) |
|
subroutine | init_pslab (self, file_id) |
|
subroutine | init_delta (self, file_id) |
|
real(kind=f64) function | eval_landau_sum (self, x) |
|
real(kind=f64) function | eval_landau_sum_df (self, x) |
|
real(kind=f64) function | eval_landau_prod (self, x) |
|
real(kind=f64) function | eval_landau_v (self, x) |
|
real(kind=f64) function | eval_landau_v_sum (self, x) |
|
real(kind=f64) function | eval_landau_diag (self, x) |
|
real(kind=f64) function | eval_twogaussian_sum (self, x) |
|
real(kind=f64) function | eval_twogaussian_v (self, x) |
|
real(kind=f64) function | eval_pslab (self, x) |
|
real(kind=f64) function | eval_delta (self, x) |
|
real(kind=f64) function | eval_pslab2 (self, x) |
|
real(kind=f64) function | eval_pslab_v (self, x) |
|
|
integer(kind=i32), parameter, public | sll_p_landau_prod = 0 |
| Parameters describing various types of initial conditions. More...
|
|
integer(kind=i32), parameter, public | sll_p_landau_sum = 1 |
|
integer(kind=i32), parameter, public | sll_p_landau_diag = 2 |
|
integer(kind=i32), parameter, public | sll_p_pslab = 3 |
|
integer(kind=i32), parameter | sll_p_twogaussian_prod = 4 |
|
integer(kind=i32), parameter, public | sll_p_twogaussian_sum = 5 |
|
integer(kind=i32), parameter | sll_p_twogaussian_diag = 6 |
|
integer(kind=i32), parameter, public | sll_p_pslab2 = 7 |
|
integer(kind=i32), parameter, public | sll_p_delta = 9 |
|
integer(kind=i32), parameter, public | sll_p_landau_sum_df = 8 |
|