Public Attributes | |
integer | n_bin |
Number of bins. | |
real *8, dimension(:), pointer | v |
Len n_bin, bin center volumes (m^3). | |
real *8 | dlnr |
Bin scale factor (1). |
The grid of bins is logarithmically spaced in volume, an assumption that is quite heavily incorporated into the code. At some point in the future it would be nice to relax this assumption.
integer pmc_bin_grid::bin_grid_t::n_bin |
Number of bins.
real*8,dimension(:),pointer pmc_bin_grid::bin_grid_t::v |
Len n_bin, bin center volumes (m^3).
Bin scale factor (1).