Importing PhysicalGroup of line elements (GMSH) using Mesh.load #1173
HoseongJeong
started this conversation in
General
Replies: 1 comment
-
The below is code using meshio, but I am not sure if the indices of edges are the same as those of scikit-fem.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear scikit-fem users and staff,
I would like to extend my appreciation to Kinnala and the community for your continuous support.
Recently, I have been working on modeling composite materials that include both concrete (volume) and rebar (line). While I successfully created the mesh and defined the PhysicalGroup for both concrete and rebar using GMSH, I was unable to find the PhysicalGroup for the rebar (line) in the mesh._subdomain. (I can find PhysicalGroup of volume in _subdomain)
Could anyone provide guidance on how to import the PhysicalGroup for line elements?
Thank you in advance!
-------------Below is my mesh generator--------------------
Beta Was this translation helpful? Give feedback.
All reactions