Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
double precision, | intent(in) | :: | sample_distribution(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(distribution_t), | intent(in) | :: | self |
Return the t_cell_collection_t object's velocity vectors
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(distribution_t), | intent(in) | :: | self | |||
double precision, | intent(in) | :: | speeds(:,:) | |||
double precision, | intent(in) | :: | directions(:,:,:) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
double precision, | private, | allocatable, dimension(:) | :: | vel_ | |||
double precision, | private, | allocatable, dimension(:) | :: | cumulative_distribution_ |
private pure, module function construct (sample_distribution) |
procedure, public :: cumulative_distribution | |
procedure, public :: velocities |