Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=c_double), | intent(in) | :: | speeds(:,:) | |||
real(kind=c_double), | intent(in) | :: | vel(:) | |||
real(kind=c_double), | intent(in) | :: | cumulative_distribution(:) | |||
real(kind=c_double), | intent(out), | allocatable | :: | sampled_speeds(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=c_int), | intent(in) | :: | nsteps | |||
real(kind=c_double), | intent(in) | :: | dir(:,:,:) | |||
real(kind=c_double), | intent(in) | :: | sampled_speeds(:,:) | |||
real(kind=c_double), | intent(out), | allocatable | :: | my_velocities(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=c_int), | intent(in) | :: | nintervals | |||
integer(kind=c_int), | intent(in) | :: | speed | |||
integer(kind=c_int), | intent(in) | :: | freq | |||
real(kind=c_double), | intent(in) | :: | emp_distribution(:,:) | |||
integer(kind=c_int), | intent(in) | :: | k(:) | |||
real(kind=c_double), | intent(out), | allocatable | :: | output_distribution(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(t_cell_collection_bind_C_t), | intent(in) | :: | history(:) | |||
real(kind=c_double), | intent(out), | allocatable | :: | speeds(:) |