Commit Graph

9005 Commits

Author SHA1 Message Date
Test User 45efa9cc91 [skip ci] updated version information after successful test of v2.0.3-350-g8c38a2e5 2019-05-31 05:47:53 +02:00
Martin Diehl 8c38a2e56f include relaxation to nonlocal tests 2019-05-30 17:39:49 +02:00
Martin Diehl 305c72584f Merge branch 'development' into test_PETSc_pointer 2019-05-30 17:31:51 +02:00
Test User 43a50713b0 [skip ci] updated version information after successful test of v2.0.3-344-gb25c64d1 2019-05-30 11:00:01 +02:00
Martin Diehl b25c64d10d Merge branch 'cleaning-pInt-use' into 'development'
Remove use-only statements

See merge request damask/DAMASK!83
2019-05-30 08:48:23 +02:00
Martin Diehl 358272eb2e not needed, better readable without 2019-05-28 12:29:46 +02:00
Martin Diehl a5c6e4b17c do not clutter the code with use statements 2019-05-28 12:06:21 +02:00
Martin Diehl 0db4264265 cleaning 2019-05-28 09:28:15 +02:00
Martin Diehl 6283ffa024 Merge branch 'development' into cleaning-pInt-use 2019-05-28 09:19:43 +02:00
Test User 144361295d [skip ci] updated version information after successful test of v2.0.3-332-g5abcca50 2019-05-27 15:39:37 +02:00
Vitesh Shah 5abcca50ee Merge branch 'more-HDF5-postprocessing-cleaned' into development 2019-05-27 12:17:12 +02:00
Test User e743a55ff2 [skip ci] updated version information after successful test of v2.0.3-307-geb13fbc0 2019-05-23 23:01:28 +02:00
Philip Eisenlohr eb13fbc0ce streamlined geom-info reporting; added --float option to some scripts; hardened against NaN; "microstructures" now reports uniques not max 2019-05-23 13:03:24 -04:00
Philip Eisenlohr e6cec6ecbe added option to reverse inside/outside of primitive body 2019-05-23 12:49:03 -04:00
Martin Diehl b35465b591 gamma_slip_ID should be used to write result 2019-05-20 19:08:56 +02:00
Martin Diehl d2e64df6a1 some tests based on HDF5 output 2019-05-18 22:03:59 +02:00
Martin Diehl c4f07a9ad9 need to correct tensor order 2019-05-18 22:03:59 +02:00
Martin Diehl 1de0c7e652 wrong name 2019-05-18 22:03:59 +02:00
Test User c7036e3970 [skip ci] updated version information after successful test of v2.0.3-304-g7b14263c 2019-05-18 22:03:59 +02:00
Martin Diehl 60c2a5fc06 loop (forall) over integration points wrong
this was done for each integration point, but this was not detected for
the forall loop
2019-05-18 22:03:59 +02:00
Test User 60ed514e0c [skip ci] updated version information after successful test of v2.0.3-301-g789420c9 2019-05-18 22:03:59 +02:00
Martin Diehl 86205f5081 gfortran complaints about repeated dimension attribute
we need to decide whether we want to repeat the declaration of the
interface or not
2019-05-18 09:54:16 +02:00
Martin Diehl 34bcd38240 cleanup 2019-05-18 07:43:41 +02:00
Martin Diehl 2258bfb221 RGC as submodule
submodules inherit use-associated entities and implicit none/private
statements
2019-05-18 07:23:46 +02:00
Martin Diehl ed8af98d69 don't clutter with use statements 2019-05-18 06:54:45 +02:00
Test User 0fe43c50ab [skip ci] updated version information after successful test of v2.0.3-304-g7b14263c 2019-05-17 09:06:28 +02:00
Martin Diehl 7ac0013271 more consistent private/public declarations 2019-05-17 05:24:36 +00:00
Martin Diehl 68d2d1dd5e less complaints from the Intel compiler 2019-05-17 05:24:36 +00:00
Martin Diehl 7b620e3ce9 [skip ci] consistent with rest of the module 2019-05-17 06:49:25 +02:00
Martin Diehl dce4775c17 removal of RGC out led to undefined variable 2019-05-17 06:36:30 +02:00
Martin Diehl 7b14263ce6 Merge branch 'fix-homogenization' into 'development'
loop (forall) over integration points wrong

See merge request damask/DAMASK!82
2019-05-16 23:19:03 +02:00
Martin Diehl 3df9a8d58c focus on the physics 2019-05-16 23:14:47 +02:00
Martin Diehl 01e3b646c2 don't clutter the code with useless stuff
we only need to be more strict about prefixing
functions/subroutines/variables to see in which module they reside
2019-05-16 22:56:48 +02:00
Martin Diehl 028bdcff22 less compiler complaints 2019-05-16 22:24:42 +02:00
Martin Diehl 118c74a268 enable materialpoint output again
accidently lost during a former commit
2019-05-16 22:01:12 +02:00
Martin Diehl 6df563624d type needed for postResults 2019-05-16 21:57:20 +02:00
Martin Diehl f8b335a3a4 loop (forall) over integration points wrong
this was done for each integration point, but this was not detected for
the forall loop
2019-05-16 18:24:54 +02:00
Martin Diehl 339b86f784 bugfix + more verbose reporting 2019-05-16 11:44:03 +02:00
Martin Diehl 39a75c2015 phasing out postResults
starting with RGC because it is rarely used and removing it here allows
to go ahead with the submodule structure for homogenization
2019-05-16 10:23:23 +02:00
Martin Diehl 0958c4bb88 phase out postResults 2019-05-16 09:48:30 +02:00
Martin Diehl 84a82d0878 rely on working HDF5 output for RGC homog 2019-05-16 09:46:50 +02:00
Martin Diehl f2268d055f first test relying on DADF5 2019-05-16 09:42:37 +02:00
Martin Diehl 9f7fa5393a fix for scalar datasets 2019-05-16 09:31:13 +02:00
Martin Diehl 4599d1c34e does not match
node does not make sense, is weirdly numbered
2019-05-16 00:42:22 +02:00
Martin Diehl 3c0c0a2cd1 more flexible in selecting data 2019-05-16 00:27:06 +02:00
Test User e49e3a5d57 [skip ci] updated version information after successful test of v2.0.3-301-g789420c9 2019-05-15 23:51:29 +02:00
Martin Diehl c6863a6124 also consider homogenization/materialpoint results 2019-05-15 23:38:24 +02:00
Martin Diehl 789420c9d6 Merge branch 'no-pInt-implicitNone' into 'development'
No pInt and implicit none

See merge request damask/DAMASK!81
2019-05-15 21:40:13 +02:00
Test User 880bc330f0 [skip ci] updated version information after successful test of v2.0.3-297-gae084bb2 2019-05-15 13:27:18 +02:00
Martin Diehl ae084bb2aa avoid test failure for nonlocal 2019-05-15 09:35:02 +02:00