Commit Graph

12775 Commits

Author SHA1 Message Date
Philip Eisenlohr bde66d85fc Merge branch 'development' into python-improvements 2021-01-07 10:58:33 -05:00
Test User 91b37affc9 [skip ci] Merge branch 'master' into development 2021-01-07 16:50:46 +01:00
Test User 7b22e53643 [skip ci] updated version information after successful test of v3.0.0-alpha2-173-g584c7cc3a 2021-01-07 16:48:31 +01:00
Sharan Roongta 7cc2fb5b6d Merge branch 'CMake-checks-PETSc-version' into 'development'
fail as early as possible

See merge request damask/DAMASK!316
2021-01-07 15:00:29 +01:00
Sharan Roongta 584c7cc3a6 Merge branch 'no-crystallite_subF' into 'development'
No crystallite_subF

See merge request damask/DAMASK!313
2021-01-07 14:59:13 +01:00
Martin Diehl 6f65de27fc not used
was only used for reporting (see v.2.0.0)
2021-01-07 14:59:12 +01:00
Philip Eisenlohr 94cfe28128 polishing help; Rotation.apply(Rotation) now acceptable. 2021-01-06 18:03:10 -05:00
Test User b568b9255e [skip ci] Merge branch 'master' into development 2021-01-06 23:13:43 +01:00
Test User 953d71e6c8 Merge commit 'v3.0.0-alpha2-161-ga6c46fc2b' 2021-01-06 23:13:08 +01:00
Test User a6c46fc2b1 [skip ci] updated version information after successful test of v3.0.0-alpha2-160-g3c5fc3982 2021-01-06 23:13:08 +01:00
Test User 5e2096f205 [skip ci] Merge branch 'master' into development 2021-01-06 21:19:53 +01:00
Test User fa9de00f09 Merge commit 'v3.0.0-alpha2-158-gf4e3c872a' 2021-01-06 21:18:40 +01:00
Test User f4e3c872a0 [skip ci] updated version information after successful test of v3.0.0-alpha2-157-g455916bc2 2021-01-06 21:18:40 +01:00
Test User 0c141621ae [skip ci] Merge branch 'master' into development 2021-01-06 19:28:44 +01:00
Test User 0e474d21a6 Merge commit 'v3.0.0-alpha2-156-ga1e80c91e' 2021-01-06 19:28:10 +01:00
Test User a1e80c91e2 [skip ci] updated version information after successful test of v3.0.0-alpha2-155-g6ae574693 2021-01-06 19:28:09 +01:00
Test User 29954763a2 [skip ci] Merge branch 'master' into development 2021-01-06 17:37:25 +01:00
Test User b0e5936b7a [skip ci] updated version information after successful test of v3.0.0-alpha2-153-gf8dd5df0c 2021-01-06 17:36:47 +01:00
Franz Roters 3c5fc39824 Merge branch 'no-quaternion-class' into 'development'
KISS: remove quaternion class

See merge request damask/DAMASK!314
2021-01-06 15:49:04 +01:00
Sharan Roongta 455916bc2f Merge branch 'no-crystallite-converged' into 'development'
No crystallite _converged

See merge request damask/DAMASK!312
2021-01-06 14:24:53 +01:00
Martin Diehl 959c18c85e No crystallite _converged 2021-01-06 14:24:52 +01:00
Sharan Roongta 6ae5746934 Merge branch 'no-FEsolving' into 'development'
No FEsolving

See merge request damask/DAMASK!311
2021-01-06 14:24:02 +01:00
Martin Diehl 437d91495b No FEsolving 2021-01-06 14:24:02 +01:00
Sharan Roongta f8dd5df0cc Merge branch 'clean-constitutive' into 'development'
Clean constitutive

See merge request damask/DAMASK!309
2021-01-06 14:22:56 +01:00
Martin Diehl 69c11383cf better use function 2021-01-06 13:37:45 +01:00
Martin Diehl e8b3e0f3ee fail as early as possible 2021-01-04 10:01:24 +01:00
Martin Diehl acbb564afc restored functionalitity for adding list.
got accidently lost
2021-01-04 07:23:14 +01:00
Martin Diehl d8b4b7e0f5 != and == work componentwise 2021-01-03 21:52:19 +01:00
Martin Diehl b705be9683 don't mix space and tabstops 2021-01-03 19:27:56 +01:00
Martin Diehl f48a446353 compatible with scipy.spatial.transform.Rotation
also introduced inplace variants and '/' as multiplicative inverse of
'*'
2021-01-03 16:08:22 +01:00
Martin Diehl 98723cb0ed need to handle special case of Re() = 0
ensuring that the real part is positive seems to be a good idea on first
sight, but it would be easier to simply acknowledge that qu = -qu
2021-01-03 15:50:15 +01:00
Martin Diehl 80b8693a66 avoid adding to existing data, i.e. when reading a file 2021-01-03 12:10:39 +01:00
Martin Diehl 5f1399acc3 consistent behavior with other classes
python dictionary operates in-place, so wrappers for out-of-place
behavior let it use like the other DAMASK classes
2021-01-03 12:09:21 +01:00
Martin Diehl 9a278daa3f copy not needed
YAML writer does not write out references anymore
2021-01-03 12:07:02 +01:00
Martin Diehl 35ca1ffb0a consistent copy functionality 2021-01-03 12:03:40 +01:00
Martin Diehl 6fe1ff8e39 fixed test for rodrigues parametrization
for angle close to 180deg, the sign of the axis does not matter
2021-01-03 11:50:45 +01:00
Martin Diehl 0f28d8048b KISS 2021-01-02 17:57:11 +01:00
Test User 2791f3d192 [skip ci] updated version information after successful test of v3.0.0-alpha2-101-gab2a4a987 2020-12-29 00:33:12 +01:00
Martin Diehl ab2a4a9872 Merge branch 'bugfix-rotation-repr' into 'development'
Fixing some issues with Rotation/Orientation

See merge request damask/DAMASK!310
2020-12-28 22:25:30 +01:00
Philip Eisenlohr da62daf15d added test for appending rotation lists; better check for type==list 2020-12-28 12:26:09 -05:00
Philip Eisenlohr 4796afdd92 fix for broken representation of no-rotation orientations and averaging weights 2020-12-28 12:10:21 -05:00
Martin Diehl 5f5d9ed908 wrong time increment 2020-12-27 08:43:57 +01:00
Test User 6d5c3a5d12 [skip ci] updated version information after successful test of v3.0.0-alpha2-97-g10bbeb561 2020-12-24 20:02:59 +01:00
Sharan Roongta 10bbeb5617 Merge branch 'merge-crystallite-constitutive' into 'development'
Merge crystallite constitutive

See merge request damask/DAMASK!307
2020-12-24 17:55:49 +01:00
Martin Diehl edef98fd06 proper indentation 2020-12-24 12:44:26 +01:00
Martin Diehl 4bd7aa9abb typo 2020-12-24 11:54:09 +01:00
Martin Diehl 3e0361227c not needed as global variable 2020-12-24 11:20:34 +01:00
Martin Diehl 45d318c7b4 better use explicit arguments 2020-12-24 10:36:48 +01:00
Martin Diehl acc998d242 should become mech only 2020-12-24 10:22:41 +01:00
Martin Diehl 935b531d27 cleaning+renaming 2020-12-24 08:53:02 +01:00