PartMC  2.3.0
Public Attributes | List of all members
pmc_bin_grid::bin_grid_t Type Reference

1D grid, either logarithmic or linear. More...

Public Attributes

integer type
 Type of grid spacing (BIN_GRID_TYPE_LOG, etc). More...
 
integer n_bin
 Number of bins. More...
 
real(kind=dp), dimension(:),
allocatable 
centers
 Bin centers. More...
 
real(kind=dp), dimension(:),
allocatable 
edges
 Bin edges. More...
 
real(kind=dp), dimension(:),
allocatable 
widths
 Bin widths. More...
 

Detailed Description

1D grid, either logarithmic or linear.

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.

Definition at line 33 of file bin_grid.F90.

Member Data Documentation

real(kind=dp), dimension(:), allocatable pmc_bin_grid::bin_grid_t::centers

Bin centers.

Definition at line 39 of file bin_grid.F90.

real(kind=dp), dimension(:), allocatable pmc_bin_grid::bin_grid_t::edges

Bin edges.

Definition at line 41 of file bin_grid.F90.

integer pmc_bin_grid::bin_grid_t::n_bin

Number of bins.

Definition at line 37 of file bin_grid.F90.

integer pmc_bin_grid::bin_grid_t::type

Type of grid spacing (BIN_GRID_TYPE_LOG, etc).

Definition at line 35 of file bin_grid.F90.

real(kind=dp), dimension(:), allocatable pmc_bin_grid::bin_grid_t::widths

Bin widths.

Definition at line 43 of file bin_grid.F90.


The documentation for this type was generated from the following file: