1D grid of size bins. More...
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). |
1D grid of size bins.
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.
Bin scale factor (1).
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).