AbaqusReader.jl icon indicating copy to clipboard operation
AbaqusReader.jl copied to clipboard

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. Othe...

Results 14 AbaqusReader.jl issues
Sort by recently updated
recently updated
newest added

Abaqus uses a wide range of variations of the standard elements, e.g. for element type C3D10 there are also C3D10R (reduced integration), C3D10T (includes a temperature dof), C3D10H (hybrid formulation)....

Hello, I tested to read a mesh with C3D20 elements without success, having the error: `ERROR: LoadError: MethodError: no method matching element_has_type(::Type{Val{:C3D20}}) Closest candidates are: element_has_type(::Type{Val{:C3D4}}) at /home/monjaraz/.julia/packages/AbaqusReader/5egCd/src/parse_mesh.jl:8 element_has_type(::Type{Val{:C3D8}}) at...

hi ahojukka5, first of all thanks for the great work and for making it available. Can I ask how can I prevent the echo of the mesh info when reading...

@JuliaRegistrator register()

It seems to me that AbaqusReader.jl cannot read an inp file containing multiple parts. Is that true?

I think we should release v1.0.0. What do you think @ahojukka5 and @benzwick?

It would be nice if there was a `verbose` option to turn on the info-printing but have it be quiet by default.

Related to issue #26.

`index.md` should briefly describe what are the features of this package and how this package can be used. Now it looks like [this](http://www.juliafem.org/AbaqusReader.jl/latest/).

Generate some usage examples from tests using `Literate.jl`.