Jstrom,
I am just asking for the new feature of FEAP. build-in new function, e.g. directly read mesh file from mesh generator (e.g. Salome for Code-Aster, Gmsh for DealII, etc)
If we want to use the traditional method which you also have mentioned, we may just use this open resource "
gtof" for
Gmsh file to
Feap Input.
https://sites.google.com/view/gtof-mx/welcome-to-gtofI also wrote some very simple line code to get simple structure mesh output from Abaqus/Ansys (4 nodes, 1 section, 1 material, 1 part). (some times, I have to check mesh error ....).
I think, Gmsh@ should be nowadays a very good open resource (free resource) for CAE Mesh Tool.
Also thanks for your answer.
Best,
Yaakov
To write such converters is not difficult, because gmesh already supports to export into various formats.
just chose one in text format which do not have to many additional informations.
than you can write a little script to read in the node and element list and write it back into a feap mesh file.