We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm looking for information in the format of gmsh output .inp file。
The text was updated successfully, but these errors were encountered:
It will not work. In the source code there is conversion dictionary: 'C1D2':'B31', # 2 node beam 'T3D2':'B31', # 2 node beam 'C1D3':'B32', # 3 node beam 'T3D3':'B32', # 3 node beam 'C2D3':'S3', # 3 node shell 'CPS3':'S3', # 3 node shell 'C2D4':'S4', # 4 node shell 'CPS4':'S4', # 4 node shell So, the script understand only beams and shells.
Sorry, something went wrong.
No branches or pull requests
I'm looking for information in the format of gmsh output .inp file。
The text was updated successfully, but these errors were encountered: