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
7012099d0c
substituted broken link
2021-03-20 14:34:14 +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
a7df99e7fc
might be helpful at some time
2021-03-19 23:02:34 +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
Sharan Roongta
95fe007369
Merge remote-tracking branch 'origin/development' into citation-style
2021-03-19 10:42:49 +01:00
Sharan Roongta
fc172921fb
unified citation style continued
2021-03-19 10:41:47 +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
Martin Diehl
07d79ef4ba
unifying style
2021-03-17 11:25:21 +01:00
Vitesh Shah
0e18f31e31
Merge branch 'development' into avoid_data_copy_restart_MPI
2021-03-17 10:46:50 +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
Vitesh Shah
4912342b1b
added missing arguments
2021-03-15 11:46:30 +01:00
Vitesh Shah
a59af55f1a
read data by one process and broadcast it
2021-03-15 10:58:59 +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
Sharan Roongta
ce91537b0f
get_asXXs --> get_as1dXX
2021-03-11 18:40:16 +01:00
Sharan Roongta
158afac5b9
Merge remote-tracking branch 'origin/development' into 2d-table-yaml
2021-03-11 16:56:27 +01:00
Vitesh Shah
adcb24d2e1
write data of average quantities non parallel
2021-03-10 16:33:02 +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