JuliaIO / MeshIO.jl

IO for Meshes
Other
79 stars 31 forks source link

add support for abaqus inp format #20

Closed KristofferC closed 7 years ago

KristofferC commented 8 years ago

I think the best approach (to start) is just to have each different mesh have a different type and document it. The mesh formats are so different and the metadata they carry is so different that putting them in the same type is in my view not feasible.

Open for comments.

TODO:

SimonDanisch commented 8 years ago

Looks great! Just a warning: I'll be traveling to Boston, so I won't have time to look into this any time soon ;)

KristofferC commented 8 years ago

There is no rush

TeroFrondelius commented 7 years ago

Hi. Is there a reason why this pull request has not been accepted? I really like this repo idea, but we cannot contribute if pull request acceptance will take months.

We have some ready io code in JuliaFEM repo which we would like to move or reimplement in FileIO.jl framework.

ahojukka5 commented 7 years ago

Our current implementations related to reading inp files. We have a type Mesh containing everything necessary to store information about discretized geometry of model

https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/src/preprocess.jl#L19

This Mesh object is constructed from Abaqus inp files in

https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/src/preprocess_abaqus_reader.jl

We have also another file,

https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/src/abaqus.jl

mainly because we are also interested of other things of model and simulation, not only discretized geometry.

SimonDanisch commented 7 years ago

Lol, completely forgot about this! I'll merge it if you want :)

KristofferC commented 7 years ago

Nah, it's ok :)

SimonDanisch commented 7 years ago

But it looks kinda cool :P