This readinp function can load the node and element data from abaqus inp file.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Input variable: inpFileName
Output variable: node, element, elementType
For example, if you have an inp file named 'exam1.inp'
then you can get node and element data by using:
inpFileName = 'exam1.inp';
[node, element, elementType] = readinp(inpFileName); % put 'exam1.inp' file to you work directory
Enjoy!
Cite As
Wan Ji (2026). read abaqus input file to get the nodes and elements (https://github.com/whuwanji/readAbaqusInputFile/releases/tag/v1.3.2), GitHub. Retrieved .
Acknowledgements
Inspired: Read abaqus input file to get the data, nodes or elements, AbaqusMesh2Matlab
General Information
- Version 1.3.2 (73.5 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with R2016b and later releases
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.3.2 | See release notes for this release on GitHub: https://github.com/whuwanji/readAbaqusInputFile/releases/tag/v1.3.2 |
||
| 1.3.1 | See release notes for this release on GitHub: https://github.com/whuwanji/readAbaqusInputFile/releases/tag/v1.3.1 |
||
| 1.3.0 | See release notes for this release on GitHub: https://github.com/whuwanji/readAbaqusInputFile/releases/tag/v1.3.0 |
||
| 1.0.0 |
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.
