|
XGCa
|
#include "adios_macro.h"
Modules | |
| module | f0_module |
Macros | |
| #define | OMP_ATOMIC !$omp atomic |
Functions/Subroutines | |
| subroutine | f0_module::set_f0_f0g_ptr (f0_inode1_new, f0_inode2_new) |
| subroutine | f0_module::f0_init_decomposed_ptrs (f0_T_ev_cpp, f0_fg_T_ev_cpp, f0_inv_grid_vol_cpp, f0_grid_vol_cpp, f0_grid_vol_vonly_cpp, f0_den_cpp, f0_flow_cpp) |
| real(8) function | f0_module::f0_mu_vol_fac (ivr) |
| Returns the v_perp/mu boundary factor for velocity integration Boundary vertices have only half the volume of an interior vertex. More... | |
| real(8) function | f0_module::f0_vp_vol_fac (ivz) |
| Returns the v_parallel boundary factor for velocity integration Boundary vertices have only half the volume of an interior vertex. More... | |
Variables | |
| integer | f0_module::f0_nmu |
| integer | f0_module::f0_nvp |
| real(8) | f0_module::f0_smu_max |
| real(8) | f0_module::f0_vp_max |
| real(8) | f0_module::f0_dsmu |
| real(8) | f0_module::f0_dvp |
| real(8), dimension(:,:), pointer | f0_module::f0_inv_grid_vol |
| real(8), dimension(:,:), pointer | f0_module::f0_grid_vol |
| real(8), dimension(:,:), pointer | f0_module::f0_grid_vol_vonly |
| real(8), dimension(:,:), pointer | f0_module::f0_den |
| real(8), dimension(:,:), pointer | f0_module::f0_t_ev |
| real(8), dimension(:,:), pointer | f0_module::f0_flow |
| real(8), dimension(:,:), pointer | f0_module::f0_fg_t_ev |
| real(kind=8), parameter | f0_module::f0_mu0_factor =3D0 |
| Set value of lowest mu in grid --> 1/f0_mu0_factor. More... | |
| #define OMP_ATOMIC !$omp atomic |