436fa63912corrected svn properties (executable, Id etc.)
Martin Diehl
2014-04-01 16:34:04 +0000
d0f638f4e9deleted double material.config_cpTi-alpha, changed default for FFTW location
Martin Diehl
2014-04-01 12:42:19 +0000
4bc3957f6fAdded report of SUCCESSFUL test for Revision 3048
Test User
2014-04-01 00:56:58 +0000
11e138150aUpdate material config file for cp-Ti (alpha)
David Mercier
2014-03-31 16:49:05 +0000
84ce6e429achanged 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.
Martin Diehl
2014-03-31 10:04:11 +0000
7b27606000modified constitutive description in line with other dislocation density based models
Franz Roters
2014-03-30 15:04:06 +0000
1195fe3b09Added report of SUCCESSFUL test for Revision 3044
Test User
2014-03-30 14:39:48 +0000
4bb5439994removed 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
Martin Diehl
2014-03-29 08:20:36 +0000
bd981ee821commented out rather large atol_Shear (=1) @David: what was the reason to put such a large value?
Philip Eisenlohr
2014-03-28 18:17:58 +0000
3eeb8a7ec2fixed old keyword relevantResistance --> atol_Resistance
Philip Eisenlohr
2014-03-28 18:16:21 +0000
16743f8631explicitly state unbuffered ASCIIoutput
Philip Eisenlohr
2014-03-28 18:15:37 +0000
bd87e60e19Added report of SUCCESSFUL test for Revision 3039
Test User
2014-03-27 08:25:39 +0000
aae3f95f76added script to add Copyright information (complete header) to f90 files having the svn property "MPIE" set. Development version don't need an header anymore
Martin Diehl
2014-03-26 14:57:33 +0000
d99e12e00bcorrected address of svn server
Martin Diehl
2014-03-26 13:18:21 +0000
5c3e2f49d7simplified symlinking, using python list dir method, no need to update this script anymore
Martin Diehl
2014-03-26 13:11:12 +0000
6387620659Added report of SUCCESSFUL test for Revision 3035
Test User
2014-03-26 12:14:10 +0000
62497b648aremoved forgotten debug statement
Martin Diehl
2014-03-26 09:09:28 +0000
58ad750b2asmall changes regarding restart and HDF5
Martin Diehl
2014-03-26 08:41:45 +0000
99fe2dfccdsmall changes to HDF5, put link to homepage into README not to have double effort
Martin Diehl
2014-03-25 17:21:47 +0000
e6e74b2c6freverted back test, not to use non-optimized solver for restarting any more
Martin Diehl
2014-03-25 15:54:02 +0000
2659ee51d4restart 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.
Martin Diehl
2014-03-25 15:44:16 +0000
bc5c44fa89fixed lower case problem in configure, adjusted restart test to run with AL (Polarization still fails)
Martin Diehl
2014-03-25 08:39:00 +0000
27847efca3failure 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
Martin Diehl
2014-03-24 21:00:43 +0000
c7994db5efwriting out f_aim and f_aim_last inc for restart, was calculated as average before
Martin Diehl
2014-03-24 09:59:30 +0000
7aa60620a2adjusted material.config for dislotwin to work with new parameters
Martin Diehl
2014-03-19 20:08:03 +0000
04b2011195reintroduced dislocation hardening for bcc
Franz Roters
2014-03-17 15:42:46 +0000
1f714052b8removed erroneous echo statement
Franz Roters
2014-03-17 12:04:26 +0000
f41a1caac7fixed name of r parameter for twinning
Martin Diehl
2014-03-17 11:56:22 +0000
e06bce393bnew parameters for dislotwin
Martin Diehl
2014-03-16 12:50:58 +0000
b5ca6fefadmade small letter options as alternative available in configure
Martin Diehl
2014-03-15 13:09:53 +0000
bac0e24d21added 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
Martin Diehl
2014-03-13 23:50:55 +0000
5d4017bbfcintroduced homogenization_none to substitute isostrain with ngrains 1. cleaned up homogenization isostrain (has no state)
Martin Diehl
2014-03-13 23:20:50 +0000
3f7a389ff7changed 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
Martin Diehl
2014-03-13 06:43:49 +0000
7c79b31f6cremove not needed use statement
Martin Diehl
2014-03-13 05:50:56 +0000
e1a31457bafixed potential array mismatch in assignment
Martin Diehl
2014-03-13 05:49:07 +0000
fced0168f0added a little bit more HDF5 functionality made abbreviations in configure options consistently capitals
Martin Diehl
2014-03-12 16:51:01 +0000
9afc1e3a15fixed wrong omp statement
Martin Diehl
2014-03-12 15:29:14 +0000
f19955c84aadded options to specify the columns for the grain IDs and segments improved error handling
Christoph Kords
2014-03-12 14:26:44 +0000
3aea8b39e9added some HDF5 functionality (needs to be activated with preprocessor makro)
Martin Diehl
2014-03-12 07:33:51 +0000
ff1b1c1a50fixed bug introduced with lattice_structure change nonlocal, but with DEBUG=ON OPTIMIZATION=OFF there is an FPE. Division by zero? Marked in the code forgot to commit dislotwin last time, now seems to work
Martin Diehl
2014-03-11 23:55:40 +0000
ef8fbf4ddaintroduced case in dislotwin for bcc (peierls stress as critical stress) renamed some parameters, now exponents (p,q) for slip are per family, shear band got own ones. exponent for twin (r) now per family
Martin Diehl
2014-03-11 17:40:59 +0000
6781d7d8a5last line got lost as it is fcc it should actually be only one slip system family
Franz Roters
2014-03-11 10:49:48 +0000
c2e81414e3updated TWIP steel data set to have only 2 slip system families, added data set for tungsten
Martin Diehl
2014-03-11 10:34:36 +0000
0363b1fb04updated reporting (according to addCauchy)
Martin Diehl
2014-03-10 14:01:39 +0000
721183e702removed some forgotten debug statements
Martin Diehl
2014-03-08 22:51:32 +0000
2b589c3d71moved reading in of lattice type and elastic constants to lattice module removed structure type for hex, fcc, bcc, now defining slip/twin systems for each phase found in material.config constitutive modules will only be initialized if needed homogenizedC function is only needed for models incorporating twinning in a physical way (titanmod and dislotwin)
Martin Diehl
2014-03-08 20:50:31 +0000
3b20f1154eadded macro releases 2013 and 2013.1
Christoph Kords
2014-03-07 09:22:04 +0000
a1b8278216removed unneeded slip and twin systems
Martin Diehl
2014-03-06 14:00:09 +0000
32493675d6fixed bug in constitutive introduced in rev 2988 causing wrong names in *.outputConstitutive
Martin Diehl
2014-03-05 08:06:21 +0000
e10f8f1b5ecorrected typo
Christoph Kords
2014-03-04 16:43:22 +0000
0265978941renamed "maxNmatIDs" accordingly to "maxNinstances"
Christoph Kords
2014-03-04 13:47:04 +0000
943349fdbbbunch of new scripts: gwyddion_filter tries to smoothen out Gwyddion data sets. vtk_fromGwyddion produces vtk mesh from Gwyddion data set. geom_addPrimitive allows to add box, cylinder, or ellipsoidal blobs to geom file.
Philip Eisenlohr
2014-03-04 03:34:34 +0000
24e9bdb523added mkdir again in case of non-existing dir for configuration files
Martin Diehl
2014-03-02 15:42:05 +0000
6fd8407d6emoved "predefined" to colormap init
Philip Eisenlohr
2014-02-28 16:09:01 +0000
63569b19b6added use of "defaultdict" from collections
Philip Eisenlohr
2014-02-28 15:56:28 +0000
fdbde250dcdeleted obsolete table.data_rewind to be pipe-safe
Philip Eisenlohr
2014-02-28 15:55:48 +0000
a0d75ee05emoved quaternion disorientation to lattice because it requires the knowledge of the lattice structure.
Martin Diehl
2014-02-28 13:28:27 +0000
92bf1565fcformatting
Martin Diehl
2014-02-28 13:05:11 +0000
b0f191c88calso rename matID/i to instance like in the other constitutive models
Martin Diehl
2014-02-28 13:03:21 +0000
02952c0970updated tests to use MSC.marc 2013
Martin Diehl
2014-02-28 12:38:33 +0000
3abe4699b7fixed typo in output
Martin Diehl
2014-02-28 12:23:46 +0000
b9722b866cimproved error handling when getting number of threads
Martin Diehl
2014-02-28 10:30:07 +0000
650b71ffa9renamed instance consistently to "instance" as a preparation for new structure / elastic matrix handling
Martin Diehl
2014-02-28 10:18:40 +0000
f146359c04added --prefix option to configure script to specify symlink location
Martin Diehl
2014-02-28 07:47:11 +0000
fe13bb16feadded some consistency check and remove unnamed constants
Martin Diehl
2014-02-27 18:57:46 +0000
3dee38433dfixed formatting
Martin Diehl
2014-02-27 18:08:37 +0000
27c83f60a6fixed typo
Martin Diehl
2014-02-26 15:05:34 +0000
7f08c976c3skip file if mandatory column not found in ASCIItable
Philip Eisenlohr
2014-02-26 14:56:06 +0000
ad203d32c1circular dependencie (copy and paste error) removed
Martin Diehl
2014-02-26 12:04:52 +0000
d0ca698ea6fixed order, arguments parsing should work now
Martin Diehl
2014-02-26 06:58:09 +0000
35be468b24fixed detection of working directory for ifort
Martin Diehl
2014-02-25 21:10:55 +0000
98a8b47a09can now read legacy VTK files with unstructured grid data
Philip Eisenlohr
2014-02-24 19:23:08 +0000
a554bc5267now ignoring c/a ratio keyword
Martin Diehl
2014-02-19 07:40:21 +0000
69992638a8added missing covera_ration in hex test. was not necessary before for constitutive_none, now it is
Martin Diehl
2014-02-17 09:45:54 +0000
9d402022aafixed small bug when using renumber option
Martin Diehl
2014-02-15 10:37:50 +0000
7245e38327like for IMKL, we probably should link ACML also against the omp version
Martin Diehl
2014-02-14 20:14:44 +0000
d57ce95409maybe not the last word on ulimit, but some more information
Martin Diehl
2014-02-14 20:08:23 +0000
12c43b3dabnew test scripts
Martin Diehl
2014-02-14 20:01:34 +0000
8bbba55506function version seems to be quasei-standard, not subroutine for getcwd
Martin Diehl
2014-02-14 19:59:37 +0000
0cb676f41ffixed test for arguments parsing, will run with gfortran but not with ifort due to limitation to 80 chraracters in getcwd string
Martin Diehl
2014-02-14 19:56:14 +0000
4efb1e5617fixed bug: wrong initialization of lattice structure, had effect on j2 and phenopowerlaw
Martin Diehl
2014-02-14 18:05:59 +0000
8ec38e8476corrected linker options for blas
Franz Roters
2014-02-14 15:59:25 +0000
d3d4931061corrected checking for ~/.damask/damask.conf
Franz Roters
2014-02-14 15:58:01 +0000
371a027de9added option '--renumber' to geom_rescale and geom_grainGrowth to renumber microstructures from 1 to N (without gaps), off by default. added metavar information to some scripts
Martin Diehl
2014-02-14 13:17:29 +0000
368de2f565small fix on installation with imkl, need to try it out
Martin Diehl
2014-02-11 17:05:20 +0000
a659d071a9added '--degrees' option to indicate Euler angles unit
Philip Eisenlohr
2014-02-10 18:01:21 +0000
87684bc808removed debug statement introduced in last commit. removed some unnecessary '\' line continuations.
Philip Eisenlohr
2014-02-10 16:16:41 +0000
4399fb9535improved comment on Euler angles, now includes unit
Franz Roters
2014-02-10 15:48:00 +0000
0286246cbdfixed bug causing acceptance of blank options in damask.conf for blasRoot
Bret Dunlap
2014-02-10 15:30:18 +0000
d8311d46b3.. last commit message was missing because I wanted to abort, so: move reading in of lattice structure to lattice (elastic constants, c/a ratio, lattice structure). Still needs a little bit of documentation, the lattice structure names are not easy to understand. tested it for j2 and phenopowerlaw and seems ok, but before continuation with the other constitutives models might simplifiy a little bit.
Martin Diehl
2014-02-10 14:38:05 +0000
d45aea4467moved reading in of lattice stru
Martin Diehl
2014-02-10 14:31:19 +0000
85e4896478"--degrees" option to specify Euler angles in degrees (instead of radians)
Philip Eisenlohr
2014-02-09 20:36:42 +0000
20bea80f0cchanged order to have PETSc variables before others, fixed problem when MPI and FFTW were installed in standard location but PETSc build own MPI
Martin Diehl
2014-02-09 18:30:31 +0000
33ab0ff0feintroduce enums, remove gdot_twin and tau_twin from possible outputs because they weren't output anyway
Martin Diehl
2014-02-09 17:08:13 +0000
a07c738778polished a little bit
Martin Diehl
2014-02-08 10:48:09 +0000
8741f2368dfirst (not too complicated) workaround for the shortcomings of the new intel compiler. still crashes, but later ;)
Martin Diehl
2014-02-06 17:48:01 +0000
4e5803fc36forgot to clear readBuffer upon data_rewinding...
Philip Eisenlohr
2014-02-06 16:37:45 +0000
bc4cc20c55slightly polished makefile and numerics, recompile fftw with icc; still not running with ifort 14.01
Martin Diehl
2014-02-06 10:41:34 +0000
1ea48bb8ffadded accumulatedshear as output for twin and slip
Martin Diehl
2014-02-05 15:26:22 +0000