Commit Graph

3066 Commits

Author SHA1 Message Date
Martin Diehl 1f89e9d592 removed install target from all target 2014-04-04 12:15:55 +00:00
Martin Diehl c712f30635 some hdf5 related functions added 2014-04-04 07:33:13 +00:00
Philip Eisenlohr babde13c6a capture missing --vtk option 2014-04-03 01:00:00 +00:00
Martin Diehl c365e1995c remove zeros for non existing slip/twin families 2014-04-02 10:59:14 +00:00
Martin Diehl 4aacca9f63 changed encodig of abaqus files, wrong directory in deploy me 2014-04-02 06:32:43 +00:00
Martin Diehl 7f040ff60e fixed encoding of umlaute, scripts are fully working now 2014-04-02 06:08:12 +00:00
Test User 00055bb660 Added report of SUCCESSFUL test for Revision 3058 2014-04-02 00:43:41 +00:00
Martin Diehl e6493267c8 fixed scripts for adding and removing shebang, got strange results (buffer full?) 2014-04-01 22:34:32 +00:00
Martin Diehl 531d4c7753 small modifications to the deploy scripts 2014-04-01 20:35:43 +00:00
Martin Diehl 33af5af8cb some small changes on the header/shebang 2014-04-01 19:29:14 +00:00
Martin Diehl 342ca0be47 tested new scripts to update shebang, all files got same shebang (and for python files encoding) 2014-04-01 18:41:14 +00:00
Martin Diehl 782b54a430 more LF, Id, and executable status changes 2014-04-01 17:52:31 +00:00
Claudio Zambaldi 559f14ca35 prepended *draw_manual for faster processing in "new" Mentat, thx Christoph 2014-04-01 17:06:10 +00:00
Martin Diehl 188002f16e more LF, Id, and executable status changes 2014-04-01 16:58:54 +00:00
Martin Diehl c254f87814 now assuming periodic microstructures (was not fully correct before, assuming non-periodicity) 2014-04-01 16:43:39 +00:00
Martin Diehl 436fa63912 corrected svn properties (executable, Id etc.) 2014-04-01 16:34:04 +00:00
Martin Diehl d0f638f4e9 deleted double material.config_cpTi-alpha, changed default for FFTW location 2014-04-01 12:42:19 +00:00
Test User 4bc3957f6f Added report of SUCCESSFUL test for Revision 3048 2014-04-01 00:56:58 +00:00
David Mercier 11e138150a Update material config file for cp-Ti (alpha) 2014-03-31 16:49:05 +00:00
Martin Diehl 84ce6e429a changed handling of non-converged BVP solution: By default, exit if no solution is found to prevent "user errors"
Removed ambiguous "regridMode" keyword which was used to trigger this behavior in favor of  "continueCalculation", Set this to 1 to get back old behavior, e.g. report non-converged increments.
2014-03-31 10:04:11 +00:00
Franz Roters 7b27606000 modified constitutive description in line with other dislocation density based models 2014-03-30 15:04:06 +00:00
Test User 1195fe3b09 Added report of SUCCESSFUL test for Revision 3044 2014-03-30 14:39:48 +00:00
Martin Diehl 4bb5439994 removed copyright from *.f90 and *.f files, will be added using the deployMe script for release/nightly build. Now based on presence of svn:keywords property set (usually "Id"). Similar thing will be done for .py, .sh, and .config files but more involved because they might be executable 2014-03-29 08:20:36 +00:00
Philip Eisenlohr bd981ee821 commented out rather large atol_Shear (=1)
@David: what was the reason to put such a large value?
2014-03-28 18:17:58 +00:00
Philip Eisenlohr 3eeb8a7ec2 fixed old keyword relevantResistance --> atol_Resistance 2014-03-28 18:16:21 +00:00
Philip Eisenlohr 16743f8631 explicitly state unbuffered ASCIIoutput 2014-03-28 18:15:37 +00:00
Test User bd87e60e19 Added report of SUCCESSFUL test for Revision 3039 2014-03-27 08:25:39 +00:00
Martin Diehl aae3f95f76 added script to add Copyright information (complete header) to f90 files having the svn property "MPIE" set.
Development version don't need an header anymore
2014-03-26 14:57:33 +00:00
Martin Diehl d99e12e00b corrected address of svn server 2014-03-26 13:18:21 +00:00
Martin Diehl 5c3e2f49d7 simplified symlinking, using python list dir method, no need to update this script anymore 2014-03-26 13:11:12 +00:00
Test User 6387620659 Added report of SUCCESSFUL test for Revision 3035 2014-03-26 12:14:10 +00:00
Martin Diehl 62497b648a removed forgotten debug statement 2014-03-26 09:09:28 +00:00
Martin Diehl 58ad750b2a small changes regarding restart and HDF5 2014-03-26 08:41:45 +00:00
Martin Diehl 99fe2dfccd small changes to HDF5, put link to homepage into README not to have double effort 2014-03-25 17:21:47 +00:00
Martin Diehl e6e74b2c6f reverted back test, not to use non-optimized solver for restarting any more 2014-03-25 15:54:02 +00:00
Martin Diehl 2659ee51d4 restart is working for all solvers, but slight deviations still occur. Reason is most probably, that for CPFEM init, a 0s timestep is required which seems to alter the state a tiny bit, leading to small deviations. For AL and Polarization, this is even more severe since the regular call to CPFEM has F-residual as the current deformation gradient, however the init step uses only F. 2014-03-25 15:44:16 +00:00
Martin Diehl bc5c44fa89 fixed lower case problem in configure, adjusted restart test to run with AL (Polarization still fails) 2014-03-25 08:39:00 +00:00
Martin Diehl 27847efca3 failure of spectral solver restart might be due to numerical inaccuracies, because (1) the read in values differs sometime from those of a complete run, (2) the differences in results and needed increments appeared not in the restarted increment, but seem to add up and appear in the second but last increment. But I'm not 100% convinced that that is the reason 2014-03-24 21:00:43 +00:00
Martin Diehl c7994db5ef writing out f_aim and f_aim_last inc for restart, was calculated as average before 2014-03-24 09:59:30 +00:00
Martin Diehl 7aa60620a2 adjusted material.config for dislotwin to work with new parameters 2014-03-19 20:08:03 +00:00
Franz Roters 04b2011195 reintroduced dislocation hardening for bcc 2014-03-17 15:42:46 +00:00
Franz Roters 1f714052b8 removed erroneous echo statement 2014-03-17 12:04:26 +00:00
Martin Diehl f41a1caac7 fixed name of r parameter for twinning 2014-03-17 11:56:22 +00:00
Martin Diehl e06bce393b new parameters for dislotwin 2014-03-16 12:50:58 +00:00
Martin Diehl b5ca6fefad made small letter options as alternative available in configure 2014-03-15 13:09:53 +00:00
Martin Diehl bac0e24d21 added parameter to dislotwin 'dipoleformationfactor'. set it to 0.0 to turn hardening due to dipole formation off (like in the updated tungsten example). standard behavior (e.g. a value of 1) is recovered if no value is given 2014-03-13 23:50:55 +00:00
Martin Diehl 5d4017bbfc introduced homogenization_none to substitute isostrain with ngrains 1.
cleaned up homogenization isostrain (has no state)
2014-03-13 23:20:50 +00:00
Duancheng Ma 670c0caabc 2014-03-13 12:12:19 +00:00
Martin Diehl 3f7a389ff7 changed state parsing for local models (and for delta_state) such that only the needed part of the state array (for the given material point) is used 2014-03-13 06:43:49 +00:00
Martin Diehl 7c79b31f6c remove not needed use statement 2014-03-13 05:50:56 +00:00