You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: