-
Notifications
You must be signed in to change notification settings - Fork 195
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
Vorticity confinement support #183
Comments
Hi @Xayah-Hina Do you need this for staggered or centered grids, and sampled at the corners or centers? |
Yes for staggered grids(velocity field) and centered grids(force fields). I also want some useful field operations like |
The Helmholz Decomposition is basically what |
That's it! thanks so much~ |
Hi~ I noticed that
field.curl
for 3D is not yet supported, would this function to be supported in future version? thx~The text was updated successfully, but these errors were encountered: