Commit Graph

9031 Commits

Author SHA1 Message Date
Martin Diehl 9612dd1d82 simple data structure needs explanation 2019-06-04 22:38:01 +02:00
Martin Diehl c045bd6355 cleaning 2019-05-31 20:53:24 +02:00
Martin Diehl 95d93ce58c one implicit none is enough 2019-05-31 20:17:21 +02:00
Martin Diehl dbfaf66472 pInt not needed 2019-05-31 20:14:35 +02:00
Martin Diehl 20bfa3cab4 Merge branch 'development' into even-more-HDF5-postprocessing 2019-05-31 20:01:17 +02:00
Test User 236b5c8bde [skip ci] updated version information after successful test of v2.0.3-367-g70428155 2019-05-31 15:40:17 +02:00
Franz Roters 7042815542 Merge branch 'grid-mesh-cleanup' into 'development'
Grid mesh cleanup

See merge request damask/DAMASK!80
2019-05-31 12:34:46 +02:00
Martin Diehl 30826c5c86 not supported anymore
is part of the geometry
2019-05-31 09:05:58 +02:00
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 d4392dc1bd one implicit none is enough 2019-05-30 23:58:59 +02:00
Martin Diehl ce9d6a5077 Merge branch 'development' into grid-mesh-cleanup 2019-05-30 23:52:37 +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 a280f9a4a2 polishing 2019-05-23 17:26:38 +02:00
Martin Diehl 508f69691b relax tolerance for nonlocal 2019-05-23 10:11:42 +02:00
Martin Diehl f6dda99bfb more post processing functionality 2019-05-23 08:54:20 +02:00
Martin Diehl e7ca371b14 routines to do pointwise operations 2019-05-20 19:56:45 +02: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