Commit Graph

5530 Commits

Author SHA1 Message Date
Martin Diehl a84e7310f5 fixed prospector hints 2016-10-24 20:30:51 +02:00
Martin Diehl b957f1f016 include of lib dir no longer needed 2016-10-24 14:17:26 +02:00
Martin Diehl 1f5a3f474c consistent use of same name for communicator
will not make any difference, but clearer to understand
http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Sys/PETSC_COMM_WORLD.html
2016-10-24 10:42:01 +02:00
Martin Diehl 8c1fe4fff0 no need to have unused dummy arguments 2016-10-22 13:40:45 +02:00
Martin Diehl cfb90c83d0 more infos for humans and compilers 2016-10-22 13:24:50 +02:00
Martin Diehl b5c1b49137 unified definition of NaN for Intel and GNU Fortran (works for Intel 15. und 16.) 2016-10-22 12:17:18 +02:00
Martin Diehl 41f01e16cd using PETSC_NULL_OBJECT instead of dummy where possible 2016-10-22 12:16:02 +02:00
Martin Diehl 54c0ba5599 Abaqus does not restore the jacobian (strange, but true) 2016-10-21 15:12:40 +02:00
Martin Diehl 54d98a2046 leftovers from perturbation calculation 2016-10-21 15:11:14 +02:00
Martin Diehl 633744bfa9 used only for commercial FEM anyway 2016-10-21 15:08:47 +02:00
Martin Diehl cc28da502b ifort 2017 requires new option format 2016-10-21 15:05:34 +02:00
Test User c5217d8db5 updated version information after successful test of v2.0.1-244-g12e94bd 2016-10-20 04:41:54 +02:00
Philip Eisenlohr 12e94bd310 revert to continuous spectral derivative, fwbw gets own branch 2016-10-19 08:07:54 -04:00
Philip Eisenlohr e93db170da fixed typo in help message 2016-10-18 16:24:23 -04:00
Philip Eisenlohr 85076ad613 check agreement between rate and time #points, extrapolate to outside 2016-10-18 16:23:52 -04:00
Philip Eisenlohr ff2f827a68 strip outermost quotes from labels 2016-10-18 15:33:24 -04:00
Philip Eisenlohr b8bf51b366 changed default FFT spatial derivative to "fwbw_difference" 2016-10-18 15:31:52 -04:00
Test User 9818a074c6 updated version information after successful test of v2.0.1-238-g96349eb 2016-10-18 04:41:46 +02:00
chen 96349ebf53 add log to each dataset 2016-10-17 18:24:47 -04:00
chen 51e408a5bf fix error regarding log
if no log is provided when adding data, use None
2016-10-17 18:24:26 -04:00
chen 703ae3c6d6 add script for adding von Mises equivalent to HDF5 file 2016-10-17 17:29:44 -04:00
chen 4d849219f7 will come back for this later 2016-10-17 16:59:42 -04:00
chen 8e7f0c255b fix some syntax error 2016-10-17 16:58:04 -04:00
Chen 8193747b83 Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development 2016-10-17 16:24:51 -04:00
chen 74b29881f3 strain tensor calculation script for HDF5 2016-10-17 16:24:11 -04:00
chen 1a2194f042 remove useless functions 2016-10-17 16:23:21 -04:00
chen fb1e4f0c39 add IPF color tuple for HDF5 file 2016-10-17 12:24:29 -04:00
Test User 185a5aaabe updated version information after successful test of v2.0.1-222-g33de9cf 2016-10-15 11:00:59 +02:00
chen b04c5801a5 syntax polish 2016-10-14 14:38:09 -04:00
chen 0a35761636 delete unused module 2016-10-14 14:33:22 -04:00
chen dfb49c3138 as script for calc Cauchy stress in HDF5
no safe net in the script, following 'let-it-fail' design
2016-10-14 14:32:20 -04:00
chen fd4b495de2 adding interface for addCalc with HDF5 2016-10-14 14:30:46 -04:00
chen 434514e0f2 allow overwriting existing dataset
modification to the data is logged
2016-10-14 14:30:04 -04:00
chen 05a3b569fc adding parallel version of addCalc for H5 table 2016-10-14 12:26:46 -04:00
chen 33de9cf2b9 script for adding data from HDF5 to vtk file 2016-10-14 12:06:59 -04:00
chen 1f01dce862 use 4 space indentation 2016-10-14 12:06:09 -04:00
chen 87b857d307 update some comments 2016-10-14 12:05:36 -04:00
chen 2f2490e784 remove unused import 2016-10-14 10:48:08 -04:00
Chen e9ff0a2434 Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development 2016-10-14 10:45:57 -04:00
chen e5e2eef375 add script generate vtr file from HDF5
following "let-it-fail" design
2016-10-14 10:45:42 -04:00
Test User 81ada5ffde updated version information after successful test of v2.0.1-213-g75149cc 2016-10-14 16:42:18 +02:00
chen 353b5b6994 avoid doctring as argument 2016-10-14 10:42:03 -04:00
chen 07d9ef9ba1 change indentation to 4 sapces
PEP8 checking suggestions
2016-10-14 10:41:35 -04:00
Martin Diehl 75149cc0cd h5py is not available on IronPython (Abaqus python environment) 2016-10-14 07:04:46 +02:00
chen 9ac3f564c8 syntax fix 2016-10-13 13:45:25 -04:00
chen 8cdc7c0b10 add xdmf wrapper generator for HDF5
Not recommended for large dataset due to potential memory leak currently plaguing Xdmf ilbrary.
2016-10-13 13:41:04 -04:00
chen ec59dfeec0 do not reshape data
since xdmf is not stable right now, there is no need to reshape the data to tie it to the mesh. comment them out for future reference
2016-10-13 13:22:37 -04:00
chen ace06fd0e1 skip dulplicated columns in ascii table
also add a todo list at the top
2016-10-13 11:33:38 -04:00
chen b41e40becf Merged branch development into development 2016-10-13 10:22:31 -04:00
Martin Diehl b80184e745 Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development 2016-10-13 10:57:31 +02:00