JuliaFEM / Gmsh.jl

Gmsh.jl contains API for Gmsh: a three-dimensional finite element mesh generator. With the help of Gmsh.jl, it is possible add parametric model construction and/or automatic mesh generation to a FEM pipeline.
MIT License
52 stars 13 forks source link

How to export GMSH model to Abaqus input file using Julia? #16

Closed jayanthjayasimha closed 3 years ago

jayanthjayasimha commented 3 years ago

gmsh.write(abs.inp) I tried to do something like this but it doesnt seem to work. I want to export the gmsh model that I generated using Julia into ".inp" file which i can later use in Abaqus.

ahojukka5 commented 3 years ago

At the moment, we don't support writing ABAQUS input files - we only read them. And there are no plans to start doing so. If you want to contribute, we could create a new package like AbaqusWriter.jl.