JuliaFEM / AbaqusReader.jl

AbaqusReader.jl is a parse for ABAQUS FEM models. It's capable of parsing the geometry accurately, including surface sets, node sets, and other relevant geometrical data used in FEM calculations. Other option is to parse whole model, including boundary conditions, material data and load steps.
https://juliafem.github.io/AbaqusReader.jl/latest
MIT License
37 stars 22 forks source link

Implement new function abaqus_download #29

Closed ahojukka5 closed 6 years ago

ahojukka5 commented 6 years ago

A function can be used to download test models from the internet. In order to use the function, one must set environment variable ABAQUS_DOWNLOAD_URL. See also PR #28.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e289c4d326c8b26da28903f0baebee9beeaa7693 on feature/download into a9677c7ac4c5e1ba1d87feec7d57c74fd24e0aec on master.