Commit Graph

5710 Commits

Author SHA1 Message Date
Martin Diehl 6d82566920 working around source statement 2017-04-13 07:55:37 +02:00
Martin Diehl 8f08c2e843 working around cd2 2017-04-13 07:50:53 +02:00
Martin Diehl 4d80f7f8ac working around cd 2017-04-13 07:43:36 +02:00
Martin Diehl 1b71b098d4 debugging source statement2 2017-04-13 07:35:21 +02:00
Martin Diehl 75c3fff355 debugging source statement1 2017-04-13 07:31:57 +02:00
Martin Diehl 043d96f902 debugging source statement 2017-04-13 07:23:27 +02:00
Martin Diehl f759dd0204 debugging source1 2017-04-13 07:20:56 +02:00
Martin Diehl 39732f0ad1 debugging source 2017-04-13 07:17:57 +02:00
Martin Diehl 53ba9f2497 still failing 2017-04-13 00:14:15 +02:00
Martin Diehl 50eac33181 still failing 2017-04-13 00:00:11 +02:00
Martin Diehl 6039c51910 fixing path 2017-04-12 23:54:42 +02:00
Martin Diehl e7f8e57221 absolute path not working 2017-04-12 23:51:02 +02:00
Martin Diehl 5a1f907903 wrong arguments 2017-04-12 23:38:44 +02:00
Martin Diehl 75a00d53e7 COMMIT_SHA was not set 2017-04-12 23:36:04 +02:00
Martin Diehl 4bcefa992b trying to avoid conflicts when updating master and development, only one pipeline at the same time 2017-04-12 23:30:33 +02:00
Martin Diehl f166ba4c9a do long example runs only for development 2017-04-12 16:47:32 +02:00
Martin Diehl 3fc5d8c5f9 set home in Gitlab settings 2017-04-12 14:38:23 +02:00
Martin Diehl b1ffe883be directory was not parameterized 2017-04-12 14:28:42 +02:00
Martin Diehl 69d4e51ce0 typo 2017-04-12 13:22:46 +02:00
Martin Diehl 29cabe1df2 /home/m is not defined 2017-04-12 13:19:36 +02:00
Martin Diehl 086fffc1b4 using gitlab CI 2017-04-12 13:16:27 +02:00
Test User c6ae296eb2 updated version information after successful test of v2.0.1-414-g81d0752 2017-04-11 04:39:11 +02:00
Martin Diehl 81d0752c43 check for correct PETSc version 2017-04-10 18:27:07 +02:00
Martin Diehl 23ecffa2e5 path sep does not change 2017-04-10 18:04:26 +02:00
Test User f152e81fcd updated version information after successful test of v2.0.1-411-g0e0e6ad 2017-04-03 04:25:09 +02:00
Martin Diehl 0e0e6addda reference for qRand 2017-04-02 23:17:22 +02:00
Test User 855c766468 updated version information after successful test of v2.0.1-409-g9493807 2017-03-24 16:25:47 +01:00
Franz Roters 9493807c1d adapted to new license server 2017-03-24 10:54:34 +01:00
Test User bdbaaa3ecf updated version information after successful test of v2.0.1-407-g8880986 2017-03-21 04:25:17 +01:00
Philip Eisenlohr 88809863ba Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development 2017-03-20 15:14:15 -04:00
Philip Eisenlohr 66b4e24ab7 solver.Marc.version has no argument anymore 2017-03-20 15:13:54 -04:00
Test User f2ea0ccf58 updated version information after successful test of v2.0.1-404-g709c8c2 2017-03-19 16:28:12 +01:00
Martin Diehl 709c8c287b updated year 2017-03-18 12:10:10 +01:00
Test User d6b9717341 updated version information after successful test of v2.0.1-402-g0d648b8 2017-03-08 16:26:27 +01:00
brendanvk 0d648b8de0 Change script to use resolution-independent coords
- Use the --voxelspace flag to get the old behavior
2017-03-07 20:37:30 -05:00
Test User 93c5f9adc7 updated version information after successful test of v2.0.1-400-g64a6476 2017-03-06 04:40:08 +01:00
Martin Diehl 64a6476c1a Abaqus is complaining 2017-03-05 22:47:28 +01:00
Martin Diehl e1e528d9a8 Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development 2017-03-05 19:04:13 +01:00
Martin Diehl 790bae44a1 don't catch errors (but output detailed error message) 2017-03-05 19:04:06 +01:00
Martin Diehl de57d9514e removed code doubling and unused variables 2017-03-05 17:50:17 +01:00
Philip Eisenlohr 0a29b25acc Merged branch development into development 2017-03-03 09:14:46 -08:00
Test User b47b67b6d0 updated version information after successful test of v2.0.1-393-gf010aa9 2017-02-26 16:25:39 +01:00
Philip Eisenlohr 846e692873 slightly more specific why elastic diagonal == 0 2017-02-25 15:42:11 -05:00
brendanvk f010aa97d9 Fix non-cube geometry structure, reduce memory 2017-02-24 22:30:04 -05:00
Brendan Vande Kieft e5e6bed5de Improve performance and generalize primitive shape
- Behavior is mostly unchanged, but the primitive may be shifted by a voxel when compared to the previous version, which had rounding issues near the edge of the primitive.
- exponent flag specifies the exponents that satisfy the equation x^e1 + y^e2 + z^e3 < 1.  (1,1,1) gives an octahedron, (2,2,2) a sphere, and large values (1e10, 1e10, 1e10) gives a hexahedral box for any reasonable resolution. Mixing the two can produce a cylinder, (1e10, 2, 2) gives one with rotational symmetry about the x-axis.
2017-02-24 00:42:28 -05:00
Test User 007495cb71 updated version information after successful test of v2.0.1-390-g2fb97df 2017-02-18 05:31:32 +01:00
Philip Eisenlohr 2fb97df16c reduced the frequency of h5py complaints to once every 2h 2017-02-17 12:36:01 -05:00
Test User fb0439bf44 updated version information after successful test of v2.0.1-388-gb4bfd52 2017-02-17 16:28:13 +01:00
Martin Diehl b4bfd52090 transition compatibility 2017-02-16 09:40:03 +01:00
Test User 17c466c3df updated version information after successful test of v2.0.1-386-gf6d0256 2017-02-16 04:26:29 +01:00