-
Notifications
You must be signed in to change notification settings - Fork 1
Third‐party tools
William Jussiau edited this page Feb 24, 2025
·
4 revisions
No meshing tools are shipped with this code, but gmsh (and its Python API) is suggested for generating meshes. The mesh should be exported to xdmf format, which can be generated thanks to meshio.
Beware that the user is the sole responsible for the conherence of the mesh with respect to their definition of the boundaries (overriden _make_boundaries() method) and boundary conditions (overriden _make_bcs() method).
Paraview is suggested for visualizations, whether it be for csv timeseries or fields saved as xdmf.
Powered by GitHub