|
integer | npart |
| particles in bin(old) More...
|
|
integer, dimension(:), allocatable | part_idx |
| global indices of ith local bin particles More...
|
|
real(8) | weight |
|
real(8) | var |
| total bin weight, variance More...
|
|
integer, dimension(3) | bin_id |
| corresponding node number for Voronoi cell,velocity More...
|
|
integer | bin_target |
| if resampled, target number of particles More...
|
|
integer | resample |
| Type of resampling: 0) none, 1) var. resample, 2) upsample, 3) downsample. More...
|
|
integer | nconstraint |
| Number of constraints for optimization. More...
|
|
integer, dimension(:,:),
allocatable | subbins_npart |
| particles in all 1x1 velocity cells in the bin (if resamp_fill_empty_subbins=.true.)
More...
|
|
integer, dimension(3) resamp_module::resamp_bin_type::bin_id |
corresponding node number for Voronoi cell,velocity
integer resamp_module::resamp_bin_type::bin_target |
if resampled, target number of particles
integer resamp_module::resamp_bin_type::nconstraint |
Number of constraints for optimization.
integer resamp_module::resamp_bin_type::npart |
integer, dimension(:), allocatable resamp_module::resamp_bin_type::part_idx |
global indices of ith local bin particles
integer resamp_module::resamp_bin_type::resample |
Type of resampling: 0) none, 1) var. resample, 2) upsample, 3) downsample.
integer, dimension(:, :), allocatable resamp_module::resamp_bin_type::subbins_npart |
particles in all 1x1 velocity cells in the bin (if resamp_fill_empty_subbins=.true.)
real (8) resamp_module::resamp_bin_type::var |
total bin weight, variance
real (8) resamp_module::resamp_bin_type::weight |
The documentation for this type was generated from the following file: