Releases: LightForm-group/matflow-damask
Releases · LightForm-group/matflow-damask
v0.1.19
v0.1.18
[0.1.18] - 2021.08.06
Added
- Add implementation of Taylor simulation task.
- Add implementation of task
sample_texture
methodfrom_random
.
Changed
- Use new output map options (
volume_data
,phase_data
,field_data
andgrain_data
) for reading results from a simulation. - Remove methods that made use of the DAMASK command line scripts.
- Add
orientations_use_max_precision
parameter to task/methods:generate_volume_element/random_voronoi
,generate_volume_element/random_voronoi_from_orientations
,sample_texture/from_random
,generate_microstructure_seeds/random
andsimulate_volume_element_loading/CP_FFT
.
v0.1.17
v0.1.16
v0.1.15
v0.1.14
v0.1.13
[0.1.13] - 2020.01.10
Changed
- Input and output mapper functions for writing/reading DAMASK microstructure seeds files have been updated to respect the
unit_cell_alignment
key oforientations
. - Changed some
generate_volume_element
task method names:random_voronoi
->random_voronoi_OLD
random_voronoi_from_orientations
->random_voronoi_from_orientations_OLD
random_voronoi_2
->random_voronoi
random_voronoi_from_orientations_2
->random_voronoi_from_orientations
Fixed
- Fix function name used twice for function mappers for
generate_volume_element
using methodrandom_voronoi_2
andrandom_voronoi_from_orientations_2
.