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
65cd945aea
Merge remote-tracking branch 'origin/development' into internal-restructure
2021-03-11 19:36:56 +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
Martin Diehl
fb70d9bded
adjusting to new names
2021-03-11 12:27:23 +01:00
Martin Diehl
f3558f19b6
standardizing
...
1) don't start with capital letters
2) mechanics -> mechanical, plasticity -> plastic, elasticity -> plastic
3) store results per top level group (no plasticity, only mechanics)
2021-03-10 22:38:29 +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
Sharan Roongta
0a2810230e
Merge commit 'fd24c9c2a193972ea17e94ba848d87d2aeb43028' into YAML-error-message
...
changes made by @p.eisenlohr in another branch
2021-03-08 20:58:30 +01: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
Martin Diehl
1f383ddeff
transparently handle Rotation/Orientation objects
...
slow but very convenient
2021-03-08 16:37:07 +01: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
Martin Diehl
15517c4d4f
default name
...
and output of optional physics only if active
2021-03-07 23:52:40 +01:00
Martin Diehl
6a191a7338
avoid repetition
2021-03-07 23:34:06 +01:00
Martin Diehl
fb8f12ad70
standard names, no initial capitals
2021-03-07 22:59:06 +01: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
Sharan Roongta
5d51da11e5
trying new structure to have better yaml error messages
2021-03-04 20:06:32 +01:00
Sharan Roongta
357fd81be4
read in 2d float arrays in yaml
...
test added too
2021-03-04 19:08:41 +01:00
Test User
1861e9fe7f
[skip ci] updated version information after successful test of v3.0.0-alpha2-574-g109ad378c
2021-03-02 19:23:33 +01:00
Philip Eisenlohr
109ad378c2
corrected help text of as_Rodrigues_vector
2021-03-02 16:26:18 +01:00
Sharan Roongta
f3a2c49b39
read in 2d arrays in yaml
2021-03-01 19:03:50 +01:00
Martin Diehl
25c5565580
correct runtime test
2021-03-01 09:24:39 +01:00
Martin Diehl
4cd72b36ad
Merge remote-tracking branch 'origin/development' into initial-temp
2021-03-01 06:16:50 +01:00
Martin Diehl
2f68c43755
new style configuration for damage
2021-03-01 06:16:16 +01:00
Test User
e7979c2223
[skip ci] updated version information after successful test of v3.0.0-alpha2-572-g7b89cb41f
2021-02-28 22:19:40 +01:00
Martin Diehl
8af0c8dbc3
using initial temperature from load case file
2021-02-28 21:51:07 +01:00
Martin Diehl
0cde43198f
modernizing:
...
- 'pass' for dummy thermal homogenization
- setting temperature in load case
2021-02-28 20:49:51 +01:00
Franz Roters
7b89cb41f9
Merge branch 'dislotwin-correction' into 'development'
...
dislotwin-correction
See merge request damask/DAMASK!347
2021-02-28 19:45:34 +00:00
Martin Diehl
ae57ba9707
got random errors 'O not found'
...
might be related to use of pointers in openMP. Not nice, but openMP
during initialization is not really required
2021-02-28 20:10:12 +01:00