Commit Graph

8198 Commits

Author SHA1 Message Date
Martin Diehl ae931c49a1 more "building block" separation 2019-01-23 23:02:21 +01:00
Martin Diehl 8e56f0d072 Merge branch '46-simplification-of-crystallite-f90-NEW5' into development 2019-01-23 22:44:34 +01:00
Test User 164fe35ac5 [skip ci] updated version information after successful test of v2.0.2-1450-gf18c6c53 2019-01-23 19:45:44 +01:00
Martin Diehl c60bb2edd3 function for update of dependent state
not introduced everywhere
2019-01-23 18:04:19 +01:00
Martin Diehl f18c6c5385 Merge branch '46-simplification-of-crystallite-f90-NEW5' into development 2019-01-23 16:45:00 +01:00
Test User d37ebca93a [skip ci] updated version information after successful test of v2.0.2-1447-gd9853e92 2019-01-23 14:27:57 +01:00
Martin Diehl 0a6bcadafe using a function for state update
avoids a lot of code repetition
2019-01-23 11:51:43 +01:00
Martin Diehl d9853e921e Merge branch '46-simplification-of-crystallite-f90-NEW5' into development 2019-01-23 11:27:31 +01:00
Test User 8ad879a8a1 [skip ci] updated version information after successful test of v2.0.2-1444-gac9d49f6 2019-01-23 08:53:23 +01:00
Martin Diehl b1522b1b9d common function to update dot state 2019-01-23 06:14:19 +01:00
Martin Diehl ac9d49f6be state = subState0 + doState * dt
this is the usual state update used in all other integrators. also
in-line with logic in crystallite_stress
2019-01-22 23:23:48 +01:00
Test User 5ed3707013 [skip ci] updated version information after successful test of v2.0.2-1442-gfe08ba86 2019-01-19 21:03:31 +01:00
Martin Diehl fe08ba8683 Merge branch '46-simplification-of-crystallite-f90-NEW4' into development 2019-01-19 18:01:32 +01:00
Test User 93cc840f05 [skip ci] updated version information after successful test of v2.0.2-1437-ge112804e 2019-01-19 12:21:58 +01:00
Martin Diehl 443519be72 cleaning
no reason to assume that the math functions are not thread safe
2019-01-19 10:02:04 +01:00
Martin Diehl 1be4426dc5 not needed 2019-01-19 09:54:37 +01:00
Martin Diehl 6fe099b978 [skip ci] re-ordered functions
internal/private functions at the end
2019-01-19 09:35:45 +01:00
Martin Diehl e112804e89 Merge branch '46-simplification-of-crystallite-f90-NEW4' into development 2019-01-19 09:22:50 +01:00
Test User e92c7cd59b [skip ci] updated version information after successful test of v2.0.2-1433-g221c5873 2019-01-19 01:47:25 +01:00
Martin Diehl 30f28c9f4e do concurrent causes problems on some Intel compilers
use forall instead.
Mandel/Plain prefixes not needed any more
2019-01-18 23:20:44 +01:00
Martin Diehl 695b331db0 takeover from old 46-XXX branch 2019-01-18 23:09:46 +01:00
Martin Diehl 221c587362 using separate functions for stress and tangent
extensively tested in 46-simplification-of-crystallite-f90-NEW3 already
2019-01-18 15:30:50 +01:00
Martin Diehl 406a2cc542 further separation
still using old combined function
2019-01-18 14:42:44 +01:00
Martin Diehl e433aea193 preparing for separation of stress calculation and tangent calculatin 2019-01-18 12:18:13 +01:00
Test User ad5424f149 [skip ci] Merge branch 'master' into development 2019-01-18 01:33:19 +01:00
Test User ee1d907a1e [skip ci] updated version information after successful test of v2.0.2-1427-g90b829ea 2019-01-18 01:33:15 +01:00
Philip Eisenlohr f81c25bb58 [skip ci] allow strain softening in phenopowerlaw, i.e. xi_sat might be less than xi_0 2019-01-17 17:51:38 -05:00
Martin Diehl 90b829ea90 preparing for DREAM.3D 2019-01-17 22:29:20 +01:00
Test User 6d7d186a64 [skip ci] Merge branch 'master' into development 2019-01-16 22:59:15 +01:00
Test User bd1417b7e0 Merge commit 'v2.0.2-1422-g00bcd7c3' 2019-01-16 22:59:06 +01:00
Test User 00bcd7c365 [skip ci] updated version information after successful test of v2.0.2-1421-gda115ca9 2019-01-16 22:59:04 +01:00
Test User 685bb4fffe [skip ci] Merge branch 'master' into development 2019-01-16 19:16:02 +01:00
Test User 029bb0f417 [skip ci] updated version information after successful test of v2.0.2-1420-g11e0297b 2019-01-16 19:15:30 +01:00
Martin Diehl da115ca9d4 probably never used and outdated (python2.7)
doing the same conversion via DREAM.3D will be available soon
2019-01-16 17:51:37 +01:00
Martin Diehl 11e0297bf6 Merge branch '46-simplification-of-crystallite-f90-NEW4' into development 2019-01-16 15:33:14 +01:00
Test User 2b77e397c1 [skip ci] updated version information after successful test of v2.0.2-1417-gc39b642a 2019-01-16 12:33:53 +01:00
Martin Diehl c39b642a7d Merge remote-tracking branch 'origin/46-simplification-of-crystallite-f90-NEW4' into development 2019-01-16 08:36:59 +01:00
Test User f2cabc5ce5 [skip ci] updated version information after successful test of v2.0.2-1412-gc231c808 2019-01-16 00:21:49 +01:00
Martin Diehl c231c808da Merge branch 'tensor-conversion-rename' into development 2019-01-15 11:43:45 +01:00
Martin Diehl 6049e292c1 no need to store converged tangent 2019-01-15 08:04:50 +01:00
Martin Diehl 80dca6d304 also not needed
was a remainder from time syncinc
2019-01-15 07:52:01 +01:00
Martin Diehl daaa7cc2ba internal (private) functions at the end
ordered state integrators according to their id
2019-01-15 04:27:57 +01:00
Test User 42c86b9711 [skip ci] updated version information after successful test of v2.0.2-1404-g3f40eeac 2019-01-14 22:43:54 +01:00
Martin Diehl 3c12b7441f used wrong tests 2019-01-14 19:36:32 +01:00
Martin Diehl 54bb6a5eb6 more verbose name
credits to Franz
2019-01-14 16:36:08 +01:00
Martin Diehl 43f9d043d2 removed time syncing 2019-01-14 12:56:46 +01:00
Martin Diehl adb68ff792 avoid converstions and use of global variables 2019-01-14 12:45:07 +01:00
Martin Diehl 3b27af3f94 cross-checking with Danny's thesis 2019-01-14 11:06:18 +01:00
Martin Diehl f82a422e21 do concurrent causes problems on matesting/Intel 18.0.1 2019-01-14 09:34:14 +01:00
Martin Diehl 3f40eeacf9 disorientation was never use
not even for nonlocal, but it slows down calculation a lot
2019-01-14 07:44:36 +01:00