How to handle FEM mesh in torch_geometric? #9516
BraveDrXuTF
started this conversation in
General
Replies: 1 comment
-
Do you mean that across examples, faces are either represented using 3 or 4 vertices? PyG wouldn't be able to handle this right now :( |
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
-
For FEMs, we have all kinds of meshes with different shapes of faces (in 2D) and volumes (in 3D), which are called "elements" in FEMs. For example, we may encounter elements with 3 vertices, 4 vertices, or more in FEM meshes. I want to know if there is an approach in the torch_geometric package to handle FEM meshes. If not, what do you think is necessary to do if I want to work on torch_geometric to extend its functionality to FEMs?
Beta Was this translation helpful? Give feedback.
All reactions