Mohammad Hamid
Mohammad Hamid
Hey! I am Mohammad Hamid. I am Phd student from Automation and Manufacturing lab in UCL.I just noticed that you are using PoseCNN as well. I have made some progress...
@kurtenkera I have written a Converter https://github.com/mohammad200h/GMSHConverter This script takes a .msh file throws away surfaces, points, curves and only keeps volume entity. You can find your converted file in...
Q1. I used print statements to better understand meshio ``` print(f"mesh::{mesh}") ``` ``` print(f"mesh::cells:: {mesh.cells}") ``` I used the information in mesh::cells to understand how i can work with cellblock...
Q1. Thank you for providing the meshes. The issue seems to be with meshio library. I am trying to rewrite the code with gmsh library which is the official library...
@kurtenkera I have finished implementing the code using gmsh instead of meshio. I also tested it with the files you sent and it works now. Please give it a go....
Q1. How can I input the vtu_converted_msh41_cyl.msh file into your code so that I get a resulting .msh file that has a single volume and/or surface entity? Is it not...
Can you provide the MSH2.2 and MSH4.1 for the vtu file please.
I am not familiar with vtu format. So I can not comment on that. We might look into it and add it to the converter that we are building.
Can not give an accurate estimate. But hopefully soon!