AsFem
AsFem copied to clipboard
Abaqus's inp file support
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.
经过测试,若在ABAQUS中划分的网格为单一类型网格,本程序已经支持。但若在ABAQUS的inp文件含有多种网格类型,目前的程序还不支持计算,(建议)这个点可以作为将来程序升级的一个方向。
Dear @GIT-Sen-hub , many thanks for the feedback. Currently, AsFem doesn't support hybrid mesh, it will be extended in the future release.