Hello!
I’m a beginner at using Fenics, and currently working on a hydrodynamic model that uses 3 types of dolfin meshes. One of them is a regular 2D DOLFIN XML mesh that i could convert from another extension using meshio. Meanwhile the other two are DOLFIN XMLs that have the following structure :
How do i exactly make this kind of mesh?
Thank you in advance!
And sorry if this is a duplicate thread or already stated somewhere else.
Thank you for your reply! And that thread helped me find more things i need.
However, i’m using a model with old library so it’s still depending on DOLFIN XMLs. And i am nowhere near competent enough to implement XDMF as the input…
I’m sorry if this is going on tangent, but supposedly i would still use DOLFIN XMLs, how do i create physical region and facet region in that format in DOLFIN XMLs?
Hi, dokken. I’ve tried using dolfin-convert on a simple box mesh that calls meshconvert but somehow it didn’t create the physical and geometrical XMLs as meshconvert.py implies. Is it because of the mesh structure or am i missing something? I did this on dolfin-version 2019.2.0dev0
Sorry for continuing the thread and any help is appreciated!
Also, the .msh in question if needed : Simple Box .msh