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

Grid library #14

Open
2 tasks
henry2004y opened this issue Apr 22, 2021 · 0 comments
Open
2 tasks

Grid library #14

henry2004y opened this issue Apr 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@henry2004y
Copy link
Owner

henry2004y commented Apr 22, 2021

Originally, the 2D field tracing in an unstructured grid relied on UnstructuredGrids.jl. I quickly built a 2D stream tracer on unstructured 2D grid based on the brute force algorithm.

Unfortunately this package is no longer maintained. I then substituted it with Meshes.jl, which is registered under the Julia Geometry group account, provides a cleaner interface and seems to be carefully designed. The main developer is very helpful and responsive, so I decide to completely shifted to this package. It already support hexahedron in 3D, so I guess it won't be difficult to extend the tracing to 3D unstructured grid.

  • Extend to generalized 2D Cartesian grid
  • Extend to 3D unstructured grid
@henry2004y henry2004y added the enhancement New feature or request label Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant