Input file writers and output file parsers for the crystal plasticity code DAMASK.
Project description
damask-parse
Input file writers and output file readers for the crystal plasticity code DAMASK.
Installation
pip install damask-parse
Roadmap
Readers:
- ✅
read_table
- ️✅
read_geom
- ✅
read_spectral_stdout
- ✅
read_spectral_stderr
- ❌
read_load
- ✅
read_material
Writers:
- ✅
write_geom
- ✅
write_load
- ✅
write_material_config
- ✅
write_numerics_config
Utilities:
- ✅
get_header_lines
- ✅
get_num_header_lines
Examples
Read an ASCII table file
The following example will read in the data from an ASCII table file. By default, this function will re-combine array columns (which are split into their individual components in the text file) into Numpy arrays.
from damask_parse import read_table
table_path = 'path/to/table/file.txt'
table_data = read_table(table_path)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
damask-parse-0.2.16.tar.gz
(42.4 kB
view hashes)
Built Distribution
Close
Hashes for damask_parse-0.2.16-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d7e164bce7aadc39c4050adf7659e98fc895a9b75b3d03d327b0c3145e4128d |
|
MD5 | 036e9b1818b47d0ec32bb3ede3ef84a1 |
|
BLAKE2b-256 | 94d1517e117641e990f4860847699c9607fbca27a98f77e4d53a0e5f0ab5e46d |