XGCa
Public Attributes | List of all members
resamp_module::resamp_bin_type Type Reference

Public Attributes

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
 

Member Data Documentation

◆ bin_id

integer, dimension(3) resamp_module::resamp_bin_type::bin_id

corresponding node number for Voronoi cell,velocity

◆ bin_target

integer resamp_module::resamp_bin_type::bin_target

if resampled, target number of particles

◆ nconstraint

integer resamp_module::resamp_bin_type::nconstraint

Number of constraints for optimization.

◆ npart

integer resamp_module::resamp_bin_type::npart

particles in bin(old)

◆ part_idx

integer, dimension(:), allocatable resamp_module::resamp_bin_type::part_idx

global indices of ith local bin particles

◆ resample

integer resamp_module::resamp_bin_type::resample

Type of resampling: 0) none, 1) var. resample, 2) upsample, 3) downsample.

◆ subbins_npart

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.)

◆ var

real (8) resamp_module::resamp_bin_type::var

total bin weight, variance

◆ weight

real (8) resamp_module::resamp_bin_type::weight

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