Martin Diehl
|
47a9d88a15
|
read vector-parameters
|
2019-02-13 09:19:37 +01:00 |
Martin Diehl
|
3ca34c8f80
|
simplified
|
2019-02-13 09:09:30 +01:00 |
Martin Diehl
|
a421525d15
|
preparing storage of output parameters
|
2019-02-13 08:06:22 +01:00 |
Martin Diehl
|
f34c10a477
|
sdot_0 already available as parameter
|
2019-02-13 07:36:36 +01:00 |
Martin Diehl
|
b3e705e628
|
polishing, fixed typo
|
2019-02-13 07:34:16 +01:00 |
Martin Diehl
|
aa8d218ce7
|
was never used
|
2019-02-13 07:28:28 +01:00 |
Martin Diehl
|
6a0d739d48
|
use parameters from param structure
|
2019-02-13 07:24:48 +01:00 |
Martin Diehl
|
61baa66c38
|
avoid code duplication
|
2019-02-13 07:22:37 +01:00 |
Martin Diehl
|
9574dfae2d
|
avoiding repeated reading of material.config
|
2019-02-13 07:04:13 +01:00 |
Martin Diehl
|
55cef533f1
|
conversion 3x3-matrix <-> 6-vector not helpful
|
2019-02-13 00:00:07 +01:00 |
Martin Diehl
|
01fe7a9731
|
Merge branch 'development' into New-Damage
|
2019-02-12 23:37:39 +01:00 |
Martin Diehl
|
c9fc7ea982
|
cleaning
trying to find logic with less dependencies on the various
mappings
|
2019-02-12 23:35:22 +01:00 |
Martin Diehl
|
69d53ed869
|
determining output size was overly complicated
general cleaning
|
2019-02-12 23:20:24 +01:00 |
Martin Diehl
|
be7f740e65
|
Merge branch 'development' into New-Thermal
|
2019-02-12 22:52:21 +01:00 |
Martin Diehl
|
217024667b
|
forgotten comma
|
2019-02-12 11:30:43 +01:00 |
Martin Diehl
|
608852df83
|
rotation paper has angle as last component
|
2019-02-12 10:58:38 +01:00 |
Martin Diehl
|
7da8980cc0
|
bugfixes: wrong shape, wrong conversion
|
2019-02-12 09:04:35 +01:00 |
Martin Diehl
|
336a80091f
|
rodrigues is 4-vector with rotation being the last component
established a single source of truth for length
|
2019-02-12 08:59:26 +01:00 |
Martin Diehl
|
97ac437686
|
more user friendly constructors
|
2019-02-12 08:14:27 +01:00 |
Martin Diehl
|
ef3fc0b58a
|
bugfix: wrong array indexing
rotation of meshgrid tuple implemented
|
2019-02-12 07:42:46 +01:00 |
Martin Diehl
|
4215ae3888
|
rotation of matrix is defined in class
|
2019-02-12 06:32:26 +01:00 |
Martin Diehl
|
e47c275e0c
|
unknown encoding caused problem (on python2?)
|
2019-02-12 06:18:21 +01:00 |
Test User
|
79b7ae1b3e
|
[skip ci] updated version information after successful test of v2.0.2-1689-g1a471bcd
|
2019-02-12 01:12:16 +01:00 |
Martin Diehl
|
48b0307fab
|
using new rotation class
cannot rotate matrices (3,3) and (3,3,3,3) at the moment
|
2019-02-12 00:27:13 +01:00 |
Martin Diehl
|
7ee933b79d
|
Rotation class
uses (and hides) Quaternion2. Should replace Quaternion class.
Orientation class should inherit from Rotation and adds symmetry.
|
2019-02-11 23:50:02 +01:00 |
Martin Diehl
|
e931b716fd
|
conversion routines from Marc de Graefs 3D rotation repository
Python version available on https://github.com/MarDiehl/3Drotations
|
2019-02-11 23:15:19 +01:00 |
Arko Jyoti Bhattacharjee
|
1a471bcd8a
|
signal handling implemented
allows to trigger action in running simulation, i.e. writing restart or results
|
2019-02-11 18:46:14 +01:00 |
Test User
|
b0c20beefa
|
[skip ci] updated version information after successful test of v2.0.2-1687-gfa1c946d
|
2019-02-11 15:11:31 +01:00 |
Martin Diehl
|
fa1c946d06
|
Merge branch 'MiscImprovements' into 'development'
Misc improvements
See merge request damask/DAMASK!58
|
2019-02-11 12:29:52 +01:00 |
Martin Diehl
|
87f3e3f621
|
more flexible and user friendly
|
2019-02-11 10:08:34 +01:00 |
Martin Diehl
|
af28e9cdd9
|
not needed anymore
|
2019-02-09 17:23:56 +01:00 |
Martin Diehl
|
c4eef520fc
|
initialize all variables
|
2019-02-09 17:21:11 +01:00 |
Martin Diehl
|
09859f1b12
|
wrong variable rename (was forgotten)
|
2019-02-09 16:53:05 +01:00 |
Martin Diehl
|
de26e41684
|
some first steps to support debugging with the PGI compiler
norm2 and sum for initialization are not supported yet, need fixes
|
2019-02-09 15:02:07 +00:00 |
Martin Diehl
|
8167f09ec6
|
using functions as far as possible
|
2019-02-09 12:01:31 +01:00 |
Martin Diehl
|
5d9c3fcf27
|
finalize for write
|
2019-02-09 09:44:41 +01:00 |
Martin Diehl
|
73749dd788
|
merged also finalization
|
2019-02-09 09:38:49 +01:00 |
Martin Diehl
|
d934f2b141
|
also modularize write
|
2019-02-09 09:03:31 +01:00 |
Martin Diehl
|
c668260c37
|
avoiding code duplication
|
2019-02-09 08:05:29 +01:00 |
Martin Diehl
|
36662f8419
|
more generic formulation (works for all dimensions)
|
2019-02-09 07:50:33 +01:00 |
Martin Diehl
|
542ab946cc
|
[skip ci] not needed
|
2019-02-04 19:05:02 +01:00 |
Martin Diehl
|
3f61c97ded
|
don't support non-DAMASK materials
|
2019-02-04 18:58:36 +01:00 |
Martin Diehl
|
453f4556e5
|
bracket was missing
|
2019-02-04 00:12:27 +01:00 |
Martin Diehl
|
40740b831e
|
reverted code removal
was not "just commented out" but served as documentation. now easier to
see
|
2019-02-04 00:10:49 +01:00 |
Martin Diehl
|
5320803842
|
bugfix: valid range for unit quaternion range is [-1,+1]
|
2019-02-04 00:06:38 +01:00 |
Martin Diehl
|
a57aa7985a
|
wrong name
|
2019-02-03 18:11:16 +01:00 |
Martin Diehl
|
59dd9b16e1
|
cleaning
|
2019-02-03 16:40:15 +01:00 |
Martin Diehl
|
b0b1ea3b84
|
input argument not needed any more
|
2019-02-03 14:23:32 +01:00 |
Martin Diehl
|
ec23fca057
|
it's a property of the element, not of the mesh
|
2019-02-03 14:22:06 +01:00 |
Martin Diehl
|
2d0c74d7d9
|
implicit dependencies made explicit
|
2019-02-03 14:22:06 +01:00 |