RMPCDMD
Public Member Functions | Private Member Functions | Private Attributes | List of all members
common::histogram_t Type Reference

Container for a histogram, e.g. p(x) More...

Public Member Functions

generic, public init => histogram_init
 
generic, public bin => histogram_bin
 

Private Member Functions

procedure, private histogram_init
 
procedure, private histogram_bin
 

Private Attributes

double precision, dimension(:,:), allocatable data
 
double precision xmin
 
double precision dx
 
integer n
 
integer n_species
 

Detailed Description

Container for a histogram, e.g. p(x)

The result is \(p(x) = \frac{\sum_i \delta(x_i - x)}{N}\)

Definition at line 86 of file common.f90.

Member Function/Subroutine Documentation

◆ bin()

generic, public common::histogram_t::bin ( )

Definition at line 95 of file common.f90.

◆ histogram_bin()

procedure, private common::histogram_t::histogram_bin ( )
private

Definition at line 96 of file common.f90.

◆ histogram_init()

procedure, private common::histogram_t::histogram_init ( )
private

Definition at line 94 of file common.f90.

◆ init()

generic, public common::histogram_t::init ( )

Definition at line 93 of file common.f90.

Member Data Documentation

◆ data

double precision, dimension(:,:), allocatable common::histogram_t::data
private

Definition at line 87 of file common.f90.

◆ dx

double precision common::histogram_t::dx
private

Definition at line 89 of file common.f90.

◆ n

integer common::histogram_t::n
private

Definition at line 90 of file common.f90.

◆ n_species

integer common::histogram_t::n_species
private

Definition at line 91 of file common.f90.

◆ xmin

double precision common::histogram_t::xmin
private

Definition at line 88 of file common.f90.


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