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
The *.inp file import function is required in the [mesh] block.
Its time to design a more flexible mesh importer for different kinds of mesh, i.e. inp, msh and msh4 file format.
To this end, Mesh inherited from AbaqusIO, GmshIO, NetgenIO or whatever users required could be the final solution.
The text was updated successfully, but these errors were encountered:
经过测试,若在ABAQUS中划分的网格为单一类型网格,本程序已经支持。但若在ABAQUS的inp文件含有多种网格类型,目前的程序还不支持计算,(建议)这个点可以作为将来程序升级的一个方向。
Sorry, something went wrong.
Dear @GIT-Sen-hub , many thanks for the feedback. Currently, AsFem doesn't support hybrid mesh, it will be extended in the future release.
No branches or pull requests
The *.inp file import function is required in the [mesh] block.
Its time to design a more flexible mesh importer for different kinds of mesh, i.e. inp, msh and msh4 file format.
To this end, Mesh inherited from AbaqusIO, GmshIO, NetgenIO or whatever users required could be the final solution.
The text was updated successfully, but these errors were encountered: