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

Support for C3D6 #70

Closed JTHesse closed 6 months ago

JTHesse commented 8 months ago

Hi there, I just tried to test the AbaqusReader with a model that I am using. Unfortunately it seems that C3D6 elements are currently not supported.

Will those elements be supported in a future release or is this project currently on hold? Thank you!

JTHesse commented 8 months ago

Ok just saw the last commit, it's already included. Will there be a new release though?

ahojukka5 commented 8 months ago

@JuliaTagBot release

JTHesse commented 6 months ago

Thank you, @ahojukka5, but the release wasn't triggered. Also, I added a pull request, is there time for you to look into that or is this package not updated anymore? We would really like to use this package in our software, only the few element types and maybe the verbose option is missing.

ahojukka5 commented 6 months ago

@JuliaRegistrator register

JuliaRegistrator commented 6 months ago

Registration pull request created: JuliaRegistries/General/103719

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.7 -m "<description of version>" 1bd03e2dce72c0bf672d4bedac56cad2c297087e
git push origin v0.2.7

Also, note the warning: Version 0.2.7 skips over 0.2.6 This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

JTHesse commented 6 months ago

Oh i skipped version 0.2.6

ahojukka5 commented 6 months ago

I fixed, let's try again...

ahojukka5 commented 6 months ago

@JuliaRegistrator register

JuliaRegistrator commented 6 months ago

Registration pull request created: JuliaRegistries/General/103727

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.6 -m "<description of version>" 05dab6a79d767406add48f8165687a76a9d2e46c
git push origin v0.2.6
ahojukka5 commented 6 months ago

Ok now the new version should be merged soon.

JTHesse commented 6 months ago

Thank you!