4D Meshing in julia

Hi there,
Is there a julia package with the ability to generate 4d meshes (the 4th dimension being time).
There are no strict requirements for the quality of the mesh (the elements do not have to be convex).

Thank you very much!

Perhaps you would be interested in Home · Meshes.jl ?

2 Likes

Thank you for your reply.
But Meshes.jl has no 4d elements implemented. I guess this part would be up to me then.

@c_sell what input and output you have in mind? Can you share an example?

Delaunay.jl can create triangular meshes in any dimensions. Not sure if that helps you.

1 Like