Philip Eisenlohr
|
997f7dfa05
|
removed Geom.homogenization from shell scripts
|
2020-09-22 20:07:21 -04:00 |
Philip Eisenlohr
|
683161d479
|
Merge branch 'development' into geom-fully-out-of-place
|
2020-09-22 15:22:58 -04:00 |
Philip Eisenlohr
|
05835bacd3
|
removed set_X(), duplicate(), and .homogenization; renamed ".microstructure" to ".materials"
|
2020-09-22 14:49:28 -04:00 |
Test User
|
790d3a742e
|
[skip ci] updated version information after successful test of v3.0.0-alpha-275-g7801f527f
|
2020-09-22 20:32:28 +02:00 |
Franz Roters
|
7801f527f2
|
Merge remote-tracking branch 'origin/load-save-X-no-suffix' into development
|
2020-09-22 14:57:39 +02:00 |
Test User
|
03cf971f55
|
[skip ci] updated version information after successful test of v3.0.0-alpha-245-g5ef761fb9
|
2020-09-22 01:56:52 +02:00 |
Martin Diehl
|
5ef761fb98
|
inform the user about missing items in material.yaml
|
2020-09-21 19:10:20 +02:00 |
Philip Eisenlohr
|
e683cbef69
|
replaced a stray get_grid() in geom_grainGrowth
|
2020-09-21 11:30:27 -04:00 |
Philip Eisenlohr
|
188905766f
|
removed Geom.get_X() methods in favor of direct property access
|
2020-09-21 11:13:53 -04:00 |
Philip Eisenlohr
|
ca2f3f9493
|
set_X and add_comments methods now default to out-of-place
|
2020-09-21 10:29:07 -04:00 |
Martin Diehl
|
783b749662
|
compress instead of pack (same name for vtk/geom)
|
2020-09-20 22:25:08 +02:00 |
Martin Diehl
|
7bdd44a3d9
|
consistent names:
default file operations: save/load, non-default save_xx/load_xx
|
2020-09-20 22:04:28 +02:00 |
Martin Diehl
|
24febcd15b
|
forgotten rename
|
2020-09-20 21:51:09 +02:00 |
Martin Diehl
|
d33507866d
|
statistically more valid test
|
2020-09-20 21:50:52 +02:00 |
Martin Diehl
|
6ab88aad2b
|
default format for Table is ASCII
hence, renamed load_ASCII/save_ASCII to load/save
|
2020-09-20 20:45:06 +02:00 |
Martin Diehl
|
5895e74029
|
p is never above 1
1e-4 is quite low, usually we are far above. 1e-3 from https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.normaltest.html
is not too far away.
|
2020-09-20 19:13:54 +02:00 |
Philip Eisenlohr
|
5b0b0de6b4
|
assertion reports offense; fixed seeds for spherical and fiber
|
2020-09-20 12:22:41 -04:00 |
Philip Eisenlohr
|
3cc319ef08
|
removed debug print statement in test_util
|
2020-09-19 14:30:58 -04:00 |
Philip Eisenlohr
|
7cbd422ae3
|
fixed coprime error when encountering NaN
|
2020-09-19 13:38:32 -04:00 |
Martin Diehl
|
6f45203c98
|
first version of a pyaml based class for material configuration
pyaml is (again) actively maintained and the ruamel.pyaml API is
instable
|
2020-09-19 13:01:19 +02:00 |
Test User
|
49c92e7c24
|
[skip ci] Merge branch 'master' into development
|
2020-09-18 22:21:03 +02:00 |
Test User
|
bc8a410850
|
Merge commit 'v3.0.0-alpha-239-gae0216fa'
|
2020-09-18 22:20:38 +02:00 |
Test User
|
ae0216fafe
|
[skip ci] updated version information after successful test of v3.0.0-alpha-238-g6880ad42
|
2020-09-18 22:20:38 +02:00 |
Test User
|
149a00a58a
|
[skip ci] Merge branch 'master' into development
|
2020-09-18 19:43:45 +02:00 |
Test User
|
d8117dc166
|
[skip ci] updated version information after successful test of v3.0.0-alpha-233-g190f8a82
|
2020-09-18 19:43:35 +02:00 |
Philip Eisenlohr
|
d6b6815693
|
resolve conflicting PRIVATE/master changes
|
2020-09-18 11:35:58 -04:00 |
Philip Eisenlohr
|
6880ad42c1
|
Merge branch 'Marc-use-statev-2' into 'development'
Marc use statev 2
See merge request damask/DAMASK!223
|
2020-09-18 16:46:20 +02:00 |
Martin Diehl
|
c42511f101
|
small polishing
|
2020-09-18 16:32:59 +02:00 |
Martin Diehl
|
f23b89f055
|
get rid of annoying warning during test
|
2020-09-18 16:30:22 +02:00 |
Martin Diehl
|
c935ba1215
|
user friendly self reporting
|
2020-09-18 16:23:23 +02:00 |
Martin Diehl
|
1849ff0330
|
polishing
|
2020-09-18 15:03:51 +02:00 |
Martin Diehl
|
3f169d6e30
|
Merge branch 'report-next-pipeline' into load-save-X
|
2020-09-18 14:36:53 +02:00 |
Martin Diehl
|
e2cd3da295
|
remaning to_xx
|
2020-09-18 14:29:27 +02:00 |
Martin Diehl
|
cdf3323774
|
Merge remote-tracking branch 'origin/development' into load-save-X
|
2020-09-18 14:21:43 +02:00 |
Martin Diehl
|
ec7dbb4c9a
|
do not store temp files
|
2020-09-18 14:21:30 +02:00 |
Martin Diehl
|
25ad077640
|
report all pipelines in front of me
|
2020-09-18 14:19:23 +02:00 |
Franz Roters
|
190f8a82d4
|
Merge branch 'texture-components-in-rotation-class2' into 'development'
Texture components in rotation class2
See merge request damask/DAMASK!225
|
2020-09-18 13:31:42 +02:00 |
Martin Diehl
|
beb8f07a91
|
more helpful information
|
2020-09-18 13:00:52 +02:00 |
Martin Diehl
|
f34525fd3a
|
allow shell substitution
|
2020-09-18 12:33:54 +02:00 |
Martin Diehl
|
4d4283a032
|
report next pipeline
|
2020-09-18 12:03:21 +02:00 |
Test User
|
5b800203e9
|
[skip ci] updated version information after successful test of v3.0.0-alpha-220-g4a913c83
|
2020-09-18 10:25:05 +02:00 |
Martin Diehl
|
4a913c83e5
|
simplified print and format strings
|
2020-09-17 22:57:56 +02:00 |
Martin Diehl
|
e848590c5c
|
Merge remote-tracking branch 'origin/development' into Fortran-simplifications
|
2020-09-17 19:39:31 +02:00 |
Martin Diehl
|
797073b015
|
print choses output unit automatically, no need to rely on 6
also shorter...
|
2020-09-17 19:28:41 +02:00 |
Test User
|
3af5ee2400
|
[skip ci] updated version information after successful test of v3.0.0-alpha-216-gb51a1b7b
|
2020-09-17 13:24:17 +02:00 |
Vitesh
|
b51a1b7b93
|
Merge branch 'Marc2020' into 'development'
Marc2020
See merge request damask/DAMASK!226
|
2020-09-17 10:52:26 +02:00 |
Test User
|
76415146bb
|
[skip ci] updated version information after successful test of v3.0.0-alpha-203-g3e990489
|
2020-09-17 03:52:38 +02:00 |
Philip Eisenlohr
|
2c741455f0
|
fixed left-over to_vtk --> save_vtk in PRIVATE
|
2020-09-16 19:30:09 -04:00 |
Franz Roters
|
fe58a56e17
|
Merge branch 'development' into Marc2020
|
2020-09-16 16:13:35 +02:00 |
Sharan Roongta
|
3e9904894b
|
Merge branch 'Fortran-simplifications' into development
|
2020-09-16 16:03:01 +02:00 |