Commit Graph

13236 Commits

Author SHA1 Message Date
Martin Diehl 3b392281e4 consistent naming in HDF5 output 2021-03-25 19:22:59 +01:00
Martin Diehl fe0cd8e5e2 transparently handle orientations/rotations 2021-03-25 15:30:31 +01:00
Martin Diehl 4f40e58ce6 consistent names for keys 2021-03-25 15:06:45 +01:00
Test User c7cee50357 [skip ci] updated version information after successful test of v3.0.0-alpha2-646-gee8015cd5 2021-03-24 15:40:19 +01:00
Francisco Jose Gallardo Basile ee8015cd55 Merge branch 'config_from_dream3D' into 'development'
Config from DREAM.3D

See merge request damask/DAMASK!358
2021-03-24 13:02:51 +00:00
Martin Diehl 1ff6a09746 tests/specifications 2021-03-23 18:51:21 +01:00
Martin Diehl 572c3204d0 let the computer do the work 2021-03-23 14:28:56 +01:00
Martin Diehl e0e088eaa8 EBSD dataset for testing
use only non-segmented data. Automatically fall back to numeric phase
names if cell_ensemble_data is not found
2021-03-23 13:42:04 +01:00
Martin Diehl 549b849730 better readable 2021-03-23 12:05:08 +01:00
Martin Diehl 926b5c657d material_add can do expansion 2021-03-23 12:01:35 +01:00
Vitesh Shah 005fde2504 homogenization in material was missing 2021-03-23 11:48:35 +01:00
Martin Diehl e61d86aa17 quick fix for deprecated shell script 2021-03-20 14:05:35 +01:00
Martin Diehl 4477c2ae73 Merge remote-tracking branch 'origin/development' into config_from_dream3D 2021-03-20 13:43:17 +01:00
Martin Diehl 1c3d1ee0f2 documented 2021-03-20 13:37:06 +01:00
Martin Diehl 394fda5f37 improving import from DREAM.3D
- no duplicated entries even for non-segmented data
- using phase labels from file
- material.yaml: Dummy homogenization and phase
- tests to ensure correct order and match between Grid and
  ConfigMaterial
2021-03-20 12:56:18 +01:00
Martin Diehl cdcedd0d44 autodetect base group 2021-03-20 07:26:07 +01:00
Martin Diehl 35c5bfcc45 reference files for DREAM.3D operations
will be used for the configuration of material.yaml and grid (using
symbolic links)
2021-03-19 11:45:04 +01:00
Test User be1aeea8f7 [skip ci] updated version information after successful test of v3.0.0-alpha2-624-g06a553103 2021-03-19 00:21:38 +01:00
Philip Eisenlohr 06a5531031 Merge branch 'fortran-fix' into 'development'
Fortran fix

See merge request damask/DAMASK!356
2021-03-18 20:26:33 +00:00
Martin Diehl 9896a01ea4 easier to read 2021-03-18 08:07:10 +01:00
Martin Diehl b174473373 no need to duplicated check 2021-03-18 08:03:56 +01:00
Martin Diehl 52a0f0aaa9 hickup 2021-03-18 08:02:12 +01:00
Test User 569da91598 [skip ci] updated version information after successful test of v3.0.0-alpha2-619-ga99983145 2021-03-16 19:08:19 +01:00
Franz Roters a999831457 Merge branch 'fix_homogenization_restart' into 'development'
Fix homogenization restart

See merge request damask/DAMASK!349
2021-03-16 16:29:30 +00:00
Martin Diehl ed939c8d69 simplified test for restart 2021-03-15 23:59:21 +01:00
Vitesh Shah 1739fb55c0 removed homog none test 2021-03-15 15:30:17 +01:00
Vitesh Shah b67724e3f0 Merge branch 'development' into fix_homogenization_restart 2021-03-15 12:46:38 +01:00
Vitesh Shah 9c1a43262b updated private 2021-03-15 12:46:08 +01:00
Vitesh Shah b42b1ddb01 single folder for tests 2021-03-15 11:50:46 +01:00
Martin Diehl ec28fd8a73 polishing 2021-03-12 09:23:05 +01:00
Martin Diehl 3b27c64709 Merge remote-tracking branch 'origin/development' into config_from_dream3D 2021-03-12 08:11:54 +01:00
Vitesh Shah f870aef19d combined the test 2021-03-10 15:58:10 +01:00
Test User 8daa8a965c [skip ci] updated version information after successful test of v3.0.0-alpha2-602-ge2d4ab427 2021-03-10 05:37:26 +01:00
Philip Eisenlohr e2d4ab427e explicit path joining with "/" in _result; updated cpTi CRSS 2021-03-09 22:02:49 -05:00
Test User 569e1c2067 [skip ci] updated version information after successful test of v3.0.0-alpha2-600-g1aaa658e3 2021-03-09 23:18:27 +01:00
Martin Diehl 1aaa658e39 Merge branch 'config-operator-overload' into 'development'
defined overloaded + (add) and - (delete) operators to modify Config

See merge request damask/DAMASK!352
2021-03-09 19:15:16 +00:00
Philip Eisenlohr a26e586b14 More general 'delete' (accepts iterables) and backports of '|' and '|=' for union/add.
'|=' would work for python 3.9 without extra code, but '|' unfortunately casts 'damask.Config' (subclass of 'dict') to a 'dict'.
2021-03-09 19:15:15 +00:00
Test User 97dbf7c5b0 [skip ci] updated version information after successful test of v3.0.0-alpha2-597-g6b6f66a5b 2021-03-09 00:50:01 +01:00
Ruxin Zhang 6b6f66a5b9 Merge branch 'fix-result-place' into 'development'
Fix Result.place for multiple matching entries

See merge request damask/DAMASK!354
2021-03-08 22:18:15 +00:00
Philip Eisenlohr 4208c4e713 adapted to Table.add being out-of-place 2021-03-08 11:04:49 -05:00
Philip Eisenlohr 7cbc69a4ca added "Returns" to help 2021-03-08 11:02:27 -05:00
Test User 0f7ec7c06e [skip ci] updated version information after successful test of v3.0.0-alpha2-593-g1b4901b60 2021-03-08 03:20:48 +01:00
Philip Eisenlohr 1b4901b60d Phase name consistent with file name. 2021-03-07 23:37:30 +00:00
Test User 94b10b0621 [skip ci] updated version information after successful test of v3.0.0-alpha2-591-g9f1d53d8b 2021-03-05 03:12:08 +01:00
Philip Eisenlohr 9f1d53d8bb Merge branch 'initial-temp' into 'development'
Initial temperature from load file

See merge request damask/DAMASK!351
2021-03-04 23:02:02 +00:00
Philip Eisenlohr 5cd68dbddb fixed stray homogenization_Nmembers --> _Nconstituents 2021-03-04 15:36:36 -05:00
Philip Eisenlohr a7e2ed40dd rename Nconstituents --> Nmembers 2021-03-04 15:16:36 -05:00
Philip Eisenlohr e1f0d2e0a3 polishing of indentation and whitespaces; thermal_homogenize only once after all constituents 2021-03-04 15:15:40 -05:00
Philip Eisenlohr e4271537c5 syntax polishing; use of YAML defaults to avoid if%contains 2021-03-04 15:14:16 -05:00
Philip Eisenlohr 438167804c if( polishing 2021-03-04 15:11:39 -05:00