![]() |
ORB5
v4.9.4
|
Functions/Subroutines | |
subroutine, public | init_profile_update |
subroutine | compute_bin_volume |
Compute the volume of the bin. More... | |
integer function, public | get_space_bin (st, chit, phit, isp) |
Given a marker position (st, chit, phit), gives the bin (ibin) in which it is contained. More... | |
subroutine | momentum_computation (isp) |
Compute and save a set of moments of the distribution function. More... | |
subroutine, public | updated_momentum_saving |
Save moments. More... | |
Variables | |
real, dimension(:,:,:,:), allocatable, save, public | sliding_momentum |
real, dimension(:), allocatable, save, public | bin_volume |
real, save, public | total_volume |
integer, save | slide_numb |
integer, save, public | n_saved |
integer, save, public | nbin |
real, save, public | dsb |
real, save, public | dchib |
|
private |
Compute the volume of the bin.
integer function, public profile_update_mod::get_space_bin | ( | real, intent(in) | st, |
real, intent(in) | chit, | ||
real, intent(in) | phit, | ||
integer, intent(in) | isp | ||
) |
Given a marker position (st, chit, phit), gives the bin (ibin) in which it is contained.
subroutine, public profile_update_mod::init_profile_update |
|
private |
Compute and save a set of moments of the distribution function.
subroutine, public profile_update_mod::updated_momentum_saving |
Save moments.
real, dimension(:), allocatable, save, public profile_update_mod::bin_volume |
real, save, public profile_update_mod::dchib |
real, save, public profile_update_mod::dsb |
integer, save, public profile_update_mod::n_saved |
integer, save, public profile_update_mod::nbin |
|
private |
real, dimension(:,:,:,:), allocatable, save, public profile_update_mod::sliding_momentum |
real, save, public profile_update_mod::total_volume |