| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| double precision, | private, | allocatable, dimension(:) | :: | vel_ | |||
| double precision, | private, | allocatable, dimension(:) | :: | cumulative_distribution_ |
| 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(:,:,:) |