Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stochastic vert placement? #188

Closed
abby-normal2 opened this issue Apr 30, 2021 · 3 comments
Closed

stochastic vert placement? #188

abby-normal2 opened this issue Apr 30, 2021 · 3 comments

Comments

@abby-normal2
Copy link

greetings. when executing mesh construction on a fixed set of data, the output verts
are 'slightly' stochastic. meaning ... execute the construction twice, and out of (e.g.)
3000 vertices, most are indistinguishable between the two results, but maybe 20 are
'slightly' displaced between the two executions.

we're using version 8.

is this anticipated? (apologies if this has been addressed elsewhere)

@mkazhdan
Copy link
Owner

mkazhdan commented May 2, 2021

Does a similar problem happen if you add the parameter "--threads 1"?
The only place where I could see some stochasticity coming into play is the multithreading. (E.g. One could get slightly different estimates of the iso-value when using parallel accumulation, due to rounding, which in turn could slightly affect the position of vertices.)

@abby-normal2
Copy link
Author

thanks professor ... that kinda has the ring of truth about it. trying it now ...

@abby-normal2
Copy link
Author

greetings professor. that was it ... identical final mesh with "-- threads 1".
very interesting behavior. thank you so much for your insight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants