Test User
f5f5791b39
[skip ci] Merge branch 'master' into development
2018-02-27 10:01:09 +01:00
Test User
3a4506c5ae
[skip ci] updated version information after successful test of v2.0.1-1088-gf35a88d
2018-02-27 10:01:02 +01:00
Philip Eisenlohr
cb073fe127
Merge branch '14_LoadCaseRotationPerformance' into 'development'
...
14 load case rotation performance
See merge request damask/DAMASK!20
2018-02-27 00:41:20 +01:00
Martin Diehl
f35a88d2c4
it's 2018 already
2018-02-26 23:51:23 +01:00
Martin Diehl
1bbaa7cefe
reverted last commit, scipy.linalg is different from numpy.linalg
2018-02-26 23:50:44 +01:00
Martin Diehl
6046a7ae3d
there is no scipy.linalg (at least on my system)
...
numpy.linalg is automatically imported together with numpy
2018-02-26 20:22:57 +01:00
Martin Diehl
e716441787
indexing now follows description
2018-02-26 20:18:38 +01:00
Martin Diehl
cd4115bada
now using the correct rotation formula
2018-02-26 11:14:02 +01:00
Test User
30d66c2d67
[skip ci] updated version information after successful test of v2.0.1-1084-gb078234
2018-02-26 09:50:06 +01:00
Martin Diehl
e1c4c7e6e8
wrong indices in matrix rotation
...
fixing this resolves issue 14: "Poor performance after load case rotation"
now inline with http://www.continuummechanics.org/rotationmatrix.html
C'_mnop = R_mi R_nj R_ok R_pl C_ijkl
2018-02-25 21:01:23 +01:00
Philip Eisenlohr
b078234644
added scipy and scipy.linalg as known modules for calculations
2018-02-25 14:19:22 -05:00
Philip Eisenlohr
bc998846ab
thermal expansion coefficient alpha = a + b(T-T_0) + c(T-T_0)^2
2018-02-25 14:14:03 -05:00
Martin Diehl
c2ced6a274
not needed anymore
2018-02-25 14:45:35 +01:00
Martin Diehl
d5d71d2321
math_transpose33 has no benefit here
2018-02-25 13:42:02 +01:00
Martin Diehl
42500eabff
simplified (math_transpose33 does not provide any benefit here)
2018-02-25 12:48:58 +01:00
Martin Diehl
eedec74a6a
correct debug reporting
2018-02-25 12:31:23 +01:00
Martin Diehl
86768c38d9
source code should not be executable
2018-02-25 10:16:27 +01:00
Martin Diehl
4f4fa5daf8
simplified
2018-02-22 14:54:49 +01:00
Martin Diehl
e51de7ffd8
explicitly select halton bases in call
2018-02-22 14:16:36 +01:00
Martin Diehl
c6c66bb653
using proper Gauss sampling also for the fiber components
...
function most probably still contains a bu
2018-02-22 00:42:06 +01:00
Martin Diehl
5c908e44ec
correct scaling for FWHM
...
FWHM was wrong by a factor of approx 2.
Analytic expression can be found in https://en.wikipedia.org/wiki/Gaussian_function
2018-02-22 00:10:38 +01:00
Martin Diehl
9173d12d14
correct algorithm for sampling of uniform orientations and fix for Halton series
...
Halton series gives strange results for large prime numbers, now always starting with 2 for first dimension, 3 for second etc.
Consecutive Halton numbers for rejection sampling seem to cause problems (i.e. introduce patterns).
Algorithm for uniformly distributed orientations with FWHM specified is taken from https://math.stackexchange.com/questions/131336 .
WIP: Gauss filtering is currently not implemented!
2018-02-21 20:32:52 +01:00
Martin Diehl
ae27660e86
simplified halto procedure (still needs testing)
2018-02-21 18:47:39 +01:00
Martin Diehl
98df2d1427
better description and names
2018-02-21 16:49:29 +01:00
Martin Diehl
a52f54a9a0
fixed typo in prime number list and extended to 1600 values
...
source https://people.sc.fsu.edu/~jburkardt/f_src/halton/halton.f90
2018-02-21 14:37:02 +01:00
Martin Diehl
6b1c1af609
no early return required here
2018-02-21 08:55:33 +01:00
Martin Diehl
051f3592ea
Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development
2018-02-21 07:53:00 +01:00
Test User
a901a81ba8
[skip ci] updated version information after successful test of v2.0.1-1082-g8d81e12
2018-02-21 01:41:57 +01:00
Philip Eisenlohr
8d81e12c96
Merge branch '11-restart-from-instead-of-restart-at' into 'development'
...
Resolve "Restart FROM instead of restart AT"
Closes #11
See merge request damask/DAMASK!18
2018-02-20 16:22:37 +01:00
Philip Eisenlohr
f5177b6d2d
[skip ci] added option for non-periodic geometries
2018-02-20 10:20:35 -05:00
Test User
328c35a099
[skip ci] updated version information after successful test of v2.0.1-1078-g8949d3c
2018-02-17 02:26:51 +01:00
Philip Eisenlohr
ad1179117d
modified meaning of restart increment to "restart from" instead of "restart at"
2018-02-16 16:41:07 -05:00
Philip Eisenlohr
8949d3cb7c
use consistency tests with increased itmin
2018-02-16 10:59:50 -05:00
Philip Eisenlohr
d2e8621a0f
consistent testing suite with relocated spectral method example
2018-02-16 09:55:04 -05:00
Philip Eisenlohr
0a763ff116
included changes to correct cutback issue of spectral solver
2018-02-16 09:36:18 -05:00
Philip Eisenlohr
15b0fa90a1
New spectral method example on thermally expanding Eshelby inclusion
2018-02-16 08:30:15 -05:00
Martin Diehl
04d873c9c2
typo caused useless report
2018-02-15 11:26:41 +01:00
Martin Diehl
9b1e72e7bc
more sensible cutoff for scatter
2018-02-15 11:26:19 +01:00
Martin Diehl
230ffe8f35
Bessel functions for Gaussian scatter
2018-02-14 13:03:50 +01:00
Test User
408524daac
[skip ci] updated version information after successful test of v2.0.1-1073-gc544fa1
2018-02-13 00:22:33 +01:00
Martin Diehl
c544fa1b34
typo, cause wrong finalization sequence
2018-02-12 15:03:35 +01:00
Martin Diehl
fe07a34c69
source code should not be executable
2018-02-12 12:42:18 +01:00
Martin Diehl
822f72f1e0
test with correct labels for hybridIA
2018-02-12 12:40:56 +01:00
Martin Diehl
4e62d7793a
more detailed comments
2018-02-12 11:46:01 +01:00
Martin Diehl
b6abbfca9d
early return not needed here
2018-02-12 11:45:42 +01:00
Martin Diehl
2254746177
Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development
2018-02-12 11:23:05 +01:00
Test User
cddb2013be
[skip ci] Merge branch 'master' into development
2018-02-08 17:09:26 +01:00
Test User
5d223bcb9a
Merge commit 'v2.0.1-1056-g9b37c66'
2018-02-08 17:09:02 +01:00
Test User
9b37c6605c
[skip ci] updated version information after successful test of v2.0.1-1055-g208c4af
2018-02-08 17:09:01 +01:00
Test User
fc726a69e7
[skip ci] Merge branch 'master' into development
2018-02-08 03:32:52 +01:00