Stores global data required in bianchi2 data routines. Ideally one would avoid global data passed in this way, however it is required to get data into the routines taken by the numerical recipes functions used in computing bianchi2 templates. More...
Public Attributes | |
integer, parameter | b2gd_ntmax = 101 |
integer, parameter | b2gd_nvars = 4 |
integer | b2gd_it |
integer | b2gd_nt |
real, dimension(b2gd_ntmax) | b2gd_treal |
real, dimension(b2gd_ntmax) | b2gd_xreal |
real(s2_dp) | b2gd_omega_matter |
real(s2_dp) | b2gd_omega_lambda |
real(s2_dp) | b2gd_alpha |
real(s2_dp) | b2gd_bianchi_h |
real(s2_dp) | b2gd_rh_start |
real(s2_dp) | b2gd_ze |
real(s2_dp) | b2gd_theta_0 |
real(s2_dp) | b2gd_phi_0 |
real(s2_dp), dimension(b2gd_nvars, b2gd_ntmax) | b2gd_xarr |
real(s2_dp), dimension(b2gd_ntmax) | b2gd_tarr |
real(s2_dp) | b2gd_tstop |
real(s2_dp) | b2gd_deltat |
Stores global data required in bianchi2 data routines. Ideally one would avoid global data passed in this way, however it is required to get data into the routines taken by the numerical recipes functions used in computing bianchi2 templates.
Definition at line 14 of file bianchi2_globaldata_mod.f90.
real(s2_dp) bianchi2_globaldata_mod::b2gd_alpha |
Definition at line 31 of file bianchi2_globaldata_mod.f90.
real(s2_dp) bianchi2_globaldata_mod::b2gd_bianchi_h |
Definition at line 31 of file bianchi2_globaldata_mod.f90.
real(s2_dp) bianchi2_globaldata_mod::b2gd_deltat |
Definition at line 42 of file bianchi2_globaldata_mod.f90.
integer bianchi2_globaldata_mod::b2gd_it |
Definition at line 21 of file bianchi2_globaldata_mod.f90.
integer bianchi2_globaldata_mod::b2gd_nt |
Definition at line 22 of file bianchi2_globaldata_mod.f90.
integer, parameter bianchi2_globaldata_mod::b2gd_ntmax = 101 |
Definition at line 18 of file bianchi2_globaldata_mod.f90.
integer, parameter bianchi2_globaldata_mod::b2gd_nvars = 4 |
Definition at line 19 of file bianchi2_globaldata_mod.f90.
real(s2_dp) bianchi2_globaldata_mod::b2gd_omega_lambda |
Definition at line 30 of file bianchi2_globaldata_mod.f90.
real(s2_dp) bianchi2_globaldata_mod::b2gd_omega_matter |
Definition at line 29 of file bianchi2_globaldata_mod.f90.
real(s2_dp) bianchi2_globaldata_mod::b2gd_phi_0 |
Definition at line 34 of file bianchi2_globaldata_mod.f90.
real(s2_dp) bianchi2_globaldata_mod::b2gd_rh_start |
Definition at line 32 of file bianchi2_globaldata_mod.f90.
real(s2_dp), dimension(b2gd_ntmax) bianchi2_globaldata_mod::b2gd_tarr |
Definition at line 37 of file bianchi2_globaldata_mod.f90.
real(s2_dp) bianchi2_globaldata_mod::b2gd_theta_0 |
Definition at line 34 of file bianchi2_globaldata_mod.f90.
real, dimension(b2gd_ntmax) bianchi2_globaldata_mod::b2gd_treal |
Definition at line 24 of file bianchi2_globaldata_mod.f90.
real(s2_dp) bianchi2_globaldata_mod::b2gd_tstop |
Definition at line 41 of file bianchi2_globaldata_mod.f90.
real(s2_dp), dimension(b2gd_nvars, b2gd_ntmax) bianchi2_globaldata_mod::b2gd_xarr |
Definition at line 36 of file bianchi2_globaldata_mod.f90.
real, dimension(b2gd_ntmax) bianchi2_globaldata_mod::b2gd_xreal |
Definition at line 25 of file bianchi2_globaldata_mod.f90.
real(s2_dp) bianchi2_globaldata_mod::b2gd_ze |
Definition at line 33 of file bianchi2_globaldata_mod.f90.