Caltech-OCTO / Subzero.jl

Native Julia Discrete Element Sea Ice Model
MIT License
7 stars 1 forks source link

Monte Carlo point generation #24

Open skygering opened 1 year ago

skygering commented 1 year ago

Right now the user can ask for a number of monte carlo points to be generated. However only a subset of those will be in the flow. We only keep the ones that are within the floe. Therefore we don't actually end up with the number the user requested, and not even in the range really. For example, if you ask for 1,000 you could end up with ~200 points.

skygering commented 1 year ago

We also want to make the monte carlo points more uniform around the center of mass to reduce imbalances