![]() |
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.
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
Here is the call graph for this function:
Here is the caller graph for this function:| subroutine, public profile_update_mod::init_profile_update |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Compute and save a set of moments of the distribution function.
Here is the call graph for this function:
Here is the caller graph for this function:| subroutine, public profile_update_mod::updated_momentum_saving |
Save moments.
Here is the call graph for this function:
Here is the caller graph for this function:| 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 |