PartMC  2.6.1
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...
 
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

◆ centers

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

Bin centers.

Definition at line 37 of file bin_grid.F90.

◆ edges

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

Bin edges.

Definition at line 39 of file bin_grid.F90.

◆ type

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.

◆ widths

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

Bin widths.

Definition at line 41 of file bin_grid.F90.


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