![]() |
ORB5
v4.9.4
|
#include "precomp.h"
Modules | |
module | profile_update_mod |
Functions/Subroutines | |
subroutine, public | profile_update_mod::init_profile_update |
subroutine | profile_update_mod::compute_bin_volume |
Compute the volume of the bin. More... | |
integer function, public | profile_update_mod::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 | profile_update_mod::momentum_computation (isp) |
Compute and save a set of moments of the distribution function. More... | |
subroutine, public | profile_update_mod::updated_momentum_saving |
Save moments. More... | |
Variables | |
real, dimension(:,:,:,:), allocatable, save, public | profile_update_mod::sliding_momentum |
real, dimension(:), allocatable, save, public | profile_update_mod::bin_volume |
real, save, public | profile_update_mod::total_volume |
integer, save | profile_update_mod::slide_numb |
integer, save, public | profile_update_mod::n_saved |
integer, save, public | profile_update_mod::nbin |
real, save, public | profile_update_mod::dsb |
real, save, public | profile_update_mod::dchib |