![]() |
ORB5
4.00
|
#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. | |
| 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. | |
| subroutine | profile_update_mod::momentum_computation (isp) |
| Compute and save a set of moments of the distribution function. | |
| subroutine, public | profile_update_mod::updated_momentum_saving |
| Save moments. | |
Variables | |
| real(kind=r8), dimension(:,:,:,:), allocatable, save, public | profile_update_mod::sliding_momentum |
| real(kind=r8), dimension(:), allocatable, save, public | profile_update_mod::bin_volume |
| real(kind=r8), 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(kind=r8), save, public | profile_update_mod::dsb |
| real(kind=r8), save, public | profile_update_mod::dchib |