Martin Diehl
737eff9179
bugfix: change of behavior
...
v_0 was erroneously introduced
use tau = (tau_pos+tau_neg)/2
2021-10-31 18:59:51 +01:00
Martin Diehl
6d117882c5
use precalculated value
2021-10-31 17:29:35 +01:00
Martin Diehl
fbc4865c30
mathematically equivalent re-formulation
...
allows to disable contribution from grain size by setting it to a large
value
2021-10-31 15:42:18 +01:00
Martin Diehl
f5fe0b9dca
bugfix: change of behavior
...
negative values for the resolved stress do not make sense.
The paper does not take this into account (eq (14), Cereceda et. al
2016). According to my understanding, only the non-thermal contributions should be
substracted, so abs(tau_pos)/abs(tau_neg) would not be sufficient.
2021-10-31 09:53:58 +01:00
Martin Diehl
e20b705f54
following dislotwin
2021-10-30 23:02:51 +02:00
Martin Diehl
bff186051c
simplified
2021-10-30 22:54:02 +02:00
Martin Diehl
bb757cf82e
style adjustments
2021-10-30 13:15:03 +02:00
Daniel Otto de Mentock
fc42665838
Merge branch 'modern-complex-components' into 'development'
...
better readable
See merge request damask/DAMASK!444
2021-10-22 10:48:40 +00:00
Martin Diehl
256c48831e
better readable
2021-10-19 23:08:21 +02:00
Martin Diehl
2e340d3489
forgotten rename
2021-10-15 22:19:58 +02:00
Martin Diehl
519bb857d7
save list of files used for compilation
...
helpful for debugging and creating automated documentation
2021-10-15 22:15:08 +02:00
Martin Diehl
c628c028dc
SYNTAXONLY for mesh, avoid code duplication
2021-10-15 22:14:37 +02:00
Martin Diehl
dd7549a381
seems to work without further changes
2021-10-06 07:50:42 +02:00
Martin Diehl
29431eb8c5
same reporting as in python
2021-09-12 21:55:14 +02:00
Martin Diehl
949eea1624
bugfix: did not work with VTK 8
2021-09-01 11:07:39 +02:00
Martin Diehl
566e0445fc
old url is not working anymore
2021-08-25 08:18:46 +02:00
Martin Diehl
129ff28692
Merge remote-tracking branch 'origin/master' into misc-improvements
2021-08-24 16:04:32 +02:00
Sharan Roongta
9061297e6e
typo
2021-08-19 19:57:52 +02:00
Martin Diehl
caf9a29b73
useful information, especially in logs from bug reports
2021-08-19 07:10:00 +02:00
Sharan Roongta
411f35272a
offset should have been taken into account (like earlier)
...
new changes should not break old functionality
2021-08-19 06:10:44 +02:00
Martin Diehl
49ccbf3eb8
still not perfect:
...
https://stackoverflow.com/questions/32411963
2021-08-18 22:20:30 +02:00
Sharan Roongta
93d23fa6bb
Merge remote-tracking branch 'origin/development' into YAML-bug-fix
2021-08-17 18:57:14 +02:00
Sharan Roongta
a1fd45bded
offset should have been taken into account (like earlier)
...
new changes should not break old functionality
2021-08-17 17:46:22 +02:00
Martin Diehl
4160c4fdb4
fix for parallel HDF5
...
if filters are applied, writing from one process does not work if the
file is opened for parallel write
2021-08-15 13:26:15 +02:00
Martin Diehl
497bf2c645
avoid errors for empty datasets
...
empty dataset cannot be chunked, but filters can only be applied to
chunked datasets
2021-08-14 20:44:59 +02:00
Martin Diehl
1963343cd8
avoid issues with empty files
...
optional files (numerics.yaml, debug.yaml) can be empty
2021-08-14 20:01:25 +02:00
Martin Diehl
30d9f57db0
also compress string datasets
...
results in different type (numpy string instead of numpy object), tests need to be adjusted
2021-08-14 16:28:51 +02:00
Martin Diehl
595cc4e59e
always chunk data
...
for small datasets:
- only one chunk
- no compression
2021-08-14 15:48:07 +02:00
Martin Diehl
01d5458611
correct line continuation
2021-08-11 14:32:21 +02:00
Martin Diehl
c2e86a2b2a
lessons learned from compilation with Intel 2021.3
2021-08-10 23:47:13 +02:00
Vitesh Shah
b29b0ecd71
Merge branch 'development' into report-systems
2021-08-10 09:16:13 +02:00
Philip Eisenlohr
f75235f6a9
Merge branch 'more-flexible-L' into 'development'
...
more flexibility for the L in the load case
See merge request damask/DAMASK!420
2021-08-09 21:27:13 +00:00
Martin Diehl
cf66b81e3a
avoid code duplication
2021-08-07 22:02:44 +02:00
Sharan Roongta
2635bb012c
Merge remote-tracking branch 'origin/development' into YAML-improvements
2021-08-05 14:49:33 +02:00
Martin Diehl
68eb930bf0
Merge remote-tracking branch 'origin/development' into report-systems
2021-08-03 21:57:50 +02:00
Vitesh
4a8c836117
Merge branch 'store-sim-setup' into 'development'
...
store information on slip and twin systems
See merge request damask/DAMASK!422
2021-08-03 13:16:59 +00:00
Sharan Roongta
100215edb6
Merge remote-tracking branch 'origin/development' into YAML-improvements
2021-08-02 16:57:07 +02:00
Sharan Roongta
c5a80bc75d
more readable
2021-08-02 16:50:21 +02:00
Martin Diehl
e8312a49ed
polishing
2021-08-02 10:38:59 +02:00
Martin Diehl
044a048944
taking care of corner cases (e.g. restart)
...
adjusting tests to take care of new 'setup' group
2021-08-01 22:46:11 +02:00
Martin Diehl
e97757bd25
Merge remote-tracking branch 'origin/development' into report-systems
2021-07-30 15:49:42 +02:00
Sharan Roongta
e89a03d456
Suggestion by @Franz
2021-07-28 18:04:52 +02:00
Sharan Roongta
578ee2b214
Merge remote-tracking branch 'origin/development' into YAML-improvements
2021-07-28 12:15:09 +02:00
Sharan Roongta
3d7f15c940
meaningful error message incase of mismatch in quotes
2021-07-28 12:14:00 +02:00
Martin Diehl
5d0c0f4283
outdated instructions
2021-07-27 16:44:52 +02:00
Martin Diehl
af714cfd5b
broken Intel compiler (do concurrent)
...
errors occur under unclear conditions, better avoid at the moment:
https://community.intel.com/t5/Intel-Fortran-Compiler/do-concurrent-broken-with-openmp/m-p/1301528#M156942
https://community.intel.com/t5/Intel-Fortran-Compiler/Bug-with-do-concurrent-and-openmp/m-p/1173473m
2021-07-27 16:44:13 +02:00
Martin Diehl
07fb7f8fdf
save information on slip systems for reproducibility
2021-07-27 15:39:21 +02:00
Martin Diehl
a6f7e4f1a6
play it safe
2021-07-27 10:18:55 +02:00
Martin Diehl
64d52dbbf4
store input deck, MSC.Marc now 100% reproducible
2021-07-27 09:46:51 +02:00
Martin Diehl
26ae352a4c
make setup data easily accessible to the user
2021-07-27 09:38:47 +02:00