Hello, I have a Questions regarding import a 3D mesh into Fenics code from COMSOL
I have a lattice cell and I set a Periodic Boundary conditions to this model, Now can I export the Periodic mesh into Fenics ?
If you can import it to gmsh then generally you can import it to fenics too. There are several past conversations around this and the following could be a good starting point:
If you want to impose periodicity on the physical model then you will most likely have to do additional step of making the mesh periodic in fenicsx too.
Thank you very much.