7b82f46f3badded code for region references, improved a little bit after last discussion with Gerd Heber from HDF5
Martin Diehl
2013-11-27 11:32:19 +0000
080edffd87file was missing in last commit
Martin Diehl
2013-11-27 08:05:23 +0000
2f7efa2055introduced named constants for homogenization_type, phase_plasticitiy, and phase_elasticity to replace expensive string comparison. Labels for different schemes need to be stored in material.f90 because they are needed when parsing the config file
Martin Diehl
2013-11-27 08:04:05 +0000
090fca8683deleted left-over debug statement
Philip Eisenlohr
2013-11-26 20:24:40 +0000
d498eca242deleted left-over debug statement
Philip Eisenlohr
2013-11-26 20:22:52 +0000
b63d2eafe8new scripts for:
Philip Eisenlohr
2013-11-26 20:19:27 +0000
a45c7dbb62new ASCIItable scripts to add - quaternion and/or Euler representation of lattice orientation (given in rotation matrix, etc.) - RGB color code of crystal direction in laboratory frame (matching closely the TSL-OIM scheme of inverse pole figures).
Philip Eisenlohr
2013-11-25 19:11:02 +0000
d17d6636dfsubstantial rewrite of former package. now includes dedicated orientation and (associated) symmetry class. should be easier to handle...
Philip Eisenlohr
2013-11-25 19:04:39 +0000
05fa8bf580make data_append() coping with any iterable data type (not just list)
Philip Eisenlohr
2013-11-25 18:58:27 +0000
cf65505eeaAdded report of SUCCESSFUL test for Revision 2741
Test User
2013-11-23 17:46:37 +0000
c9ce8d2c52some improvements on HDF5 test, polishing math
Martin Diehl
2013-11-22 10:31:52 +0000
e8de8f69a8renaming of "maxNinstance" to be consistent with naming scheme introduced in rev2662
Christoph Kords
2013-11-21 13:40:14 +0000
3cc6781eafrenaming of "instance" and thelike to be consistent with naming scheme introduced in rev2662
Christoph Kords
2013-11-21 13:35:43 +0000
883669bd77in preguess of FPintegrator: resetting of previous dotstates can be done in same loop as collectdotstate polishing: indentation level and capitalization
Christoph Kords
2013-11-21 10:58:41 +0000
0337b4f319added script to produce VTK point cloud from seed file coordinates
Philip Eisenlohr
2013-11-20 17:33:05 +0000
03633f7742Added report of SUCCESSFUL test for Revision 2735
Test User
2013-11-20 02:19:17 +0000
feaccae652set threshold for values treated as zero to 1.e-12 (was 1.e-15) to avoid flip in strain direction
Martin Diehl
2013-11-19 19:39:14 +0000
9083aa53fbfixed long lines due to makro expansion
Martin Diehl
2013-11-19 16:06:53 +0000
5b67a270f2running test with almost all features (including mapping IP -> Homog)
Martin Diehl
2013-11-18 21:41:00 +0000
81098b6894added crystallite output. Mapping to IP still missing, rest of the data structure seems to be ok
Martin Diehl
2013-11-14 20:09:45 +0000
e1e76cb257fixed bug in OIMang_hex2cub.py, added test for correct number of microstructures (should be equal to header info)
Martin Diehl
2013-11-14 17:37:42 +0000
9c34c1b871error reporting for phase fields only if there are active phase fields
Pratheek Shanthraj
2013-11-14 10:36:49 +0000
f51c600189convergence check for phase field only if there are active phase fields
Pratheek Shanthraj
2013-11-14 10:32:41 +0000
e6f0c5985bswitched to prototyping in python, first homogenization data is written out
Martin Diehl
2013-11-13 21:48:49 +0000
8444b4116dcorrected error in previous commit
Pratheek Shanthraj
2013-11-13 19:26:36 +0000
50db944c0creworked phase field interface to damask spectral solvers. now specify 'thermal a b c' or 'fracture a b c' to activate either phase field where a b c are the initial value, diffusion coefficient and mobility respectively.
Pratheek Shanthraj
2013-11-13 19:21:35 +0000
d2cbca35b2fixed syntax error in last commit
Martin Diehl
2013-11-13 12:51:48 +0000
9b7007b937added accidently deleted output of texturei again
Martin Diehl
2013-11-13 12:46:20 +0000
103ae3cd0dintroduced on the fly copying for 2D microstructures in 3 dimension
Martin Diehl
2013-11-12 17:04:36 +0000
63619c1ac9Added report of SUCCESSFUL test for Revision 2719
Test User
2013-11-12 02:18:17 +0000
724380c624Coupled phase field implementation for the basic petsc solver. needs clearing up… work in progress
Pratheek Shanthraj
2013-11-12 00:44:23 +0000
a05d99a54cstarted further modularization before implementation of actual test data structure
Martin Diehl
2013-11-11 21:10:29 +0000
fc8811c07dswitched to faster algorithm and removed buggy multi-threading
Pratheek Shanthraj
2013-11-11 13:00:31 +0000
36d09a4d49continued to work on HDF5 example/test, deleted old Documentation already migrated to damask.mpie.de
Martin Diehl
2013-11-10 14:33:06 +0000
771c046e3dimprove on the example
Martin Diehl
2013-11-07 20:30:01 +0000
dedda7569fimproved on example program for creating HDF5 output
Martin Diehl
2013-11-07 13:32:40 +0000
9ac8846e41compiling with hdf5 is now working for DAMASK (if HDF5=ON) and for playground example in private
Martin Diehl
2013-11-07 12:52:36 +0000
8d4cd33c49Added report of SUCCESSFUL test for Revision 2712
Test User
2013-11-05 02:18:46 +0000
463ecfd296switched to damask.ASCIItable parsing, now aware of synonyms in geometry header, and speed-up by some orders of magnitude due to scipy.ndimage.filters use...
Philip Eisenlohr
2013-11-04 14:12:10 +0000
2ab3e829a5Added report of SUCCESSFUL test for Revision 2710
Test User
2013-10-30 02:53:42 +0000
1ff98296b3added output of default values, still does not run for my geometry
Martin Diehl
2013-10-25 11:58:03 +0000
89a8f8d8c0Added report of SUCCESSFUL test for Revision 2708
Test User
2013-10-25 01:53:36 +0000
c857381881added "-d", "--directory" as possible cmd switches for working directory. fixed (sometimes?) non-working check for valid working directory path.
Philip Eisenlohr
2013-10-24 18:56:56 +0000
5c1c0028e0throw error if RCB segment list is not properly connected, i.e., complain about "dead ends" along the segment chain.
Philip Eisenlohr
2013-10-24 18:55:16 +0000
856c68b155Added report of SUCCESSFUL test for Revision 2705
Test User
2013-10-24 01:13:32 +0000
ea980f428efixed long line coming from PETSc macro expansion
Martin Diehl
2013-10-23 17:52:58 +0000
57cf472982Improved convergence checking when using newton solver (does not oversolve the problem like before)
Pratheek Shanthraj
2013-10-23 15:22:12 +0000
eb0d2b7e24fixed bug that (sometimes, always?) prevented reading in of debug.config, when variable 'line' was still '#EOF#' from former IO_read...
Philip Eisenlohr
2013-10-23 11:23:41 +0000
bdafc6f1b8condensed error msg numbering, introduced new error for "microstructure without any constituent"
Philip Eisenlohr
2013-10-23 11:21:48 +0000
205eb66ba8bugfix for last commit, too many variables declared as private
Martin Diehl
2013-10-23 10:29:38 +0000
96b03841e8redefined macro for intel compiler, should work with windows (but Nicolo had some problems) made configure verbose
Martin Diehl
2013-10-23 08:38:14 +0000
7b28dedfe3removed temperature calculation and debugging statements
Martin Diehl
2013-10-22 15:52:58 +0000
ea664688f8introduced dummy temperature calculation.
Martin Diehl
2013-10-18 20:56:10 +0000
3ecc8103f0introduced dummy heat calculation, available as an crystallite output temperature, avgP and avgF are available as homogenization output. move crystallite output of ipcoordinates to homogenization
Martin Diehl
2013-10-18 18:57:28 +0000
8e06073f64Added report of SUCCESSFUL test for Revision 2695
Test User
2013-10-18 01:09:56 +0000
1c7ed337d7corrected linebreak in comment
Martin Diehl
2013-10-17 12:52:46 +0000
1ccf129f01deleted parts of the documentation already migrated to damask.mpie.de
Martin Diehl
2013-10-17 08:37:28 +0000
75015e057bAdded report of SUCCESSFUL test for Revision 2692
Test User
2013-10-17 02:03:50 +0000
03e26af37bsmall bufix, didn't compile
Martin Diehl
2013-10-16 20:44:04 +0000
dc95c82d4aremoved temperature integration and corresponding data structures and debugging options temperature is stored in crystallite, but homogeneous on one IP (not an component (grain) quantity and an input value parsed in by the BVP solver. introduced heat, a component (grain) quantity which is homogenized before returned to the heat transfer solver. went ahead with removal of dummy functions in homogenization and constitutive, this time mainly reduced function signatures to reflect actually needed quantities.
Martin Diehl
2013-10-16 13:04:59 +0000
6a1c40d540introduced error when element/IP/component(grain) selected for debugging does not exist
Martin Diehl
2013-10-16 12:38:00 +0000
bc9bbbe94cAdded report of SUCCESSFUL test for Revision 2688
revision2689
Test User
2013-10-16 00:47:55 +0000
0a292d8d8bfixed final bug in hex twintwin matrix
Philip Eisenlohr
2013-10-15 22:02:39 +0000
bc2096d435renamed resulting file to DAMASK.tar.bz2 do not delete orientation.py anymore
Franz Roters
2013-10-15 16:26:01 +0000
705d23a5edfixed bug for non-present "microstructure" info in header.
Philip Eisenlohr
2013-10-15 12:36:52 +0000
47577e3d11introduced synonym "grains" for deprecated "grains" to ensure backward compatibility
Martin Diehl
2013-10-15 09:50:20 +0000
9b6fdcfdaeAdded report of SUCCESSFUL test for Revision 2683
Test User
2013-10-15 00:48:32 +0000
4d184b1ee4improved comments
Franz Roters
2013-10-14 14:35:41 +0000
295d0cd28eremoved a bunch of dummy functions (delta state for all constitutive_XXX except nonlocal, microstructure for none, j2 and phenopowerla), additional simplifications for none, averageBurgers is only relevant for RGC
Martin Diehl
2013-10-14 10:54:45 +0000
8a45d7fff8Added report of SUCCESSFUL test for Revision 2680
Test User
2013-10-14 08:48:31 +0000
029502c12efixed typo causing compilation error
Martin Diehl
2013-10-14 06:11:50 +0000
b651f334feset useful default values to remove dummy functions in individual homogenization schemes (stateInit, averageTemperature, and updateState (isostrain only))
Martin Diehl
2013-10-11 16:01:53 +0000
80cb78c1fdcorrected activation of slipbands; both velocity and resistance have to be non zero
Franz Roters
2013-10-11 13:52:00 +0000
3b5a5ab812changed error in case of number of found interaction types is less than expected to warning
Martin Diehl
2013-10-11 09:17:03 +0000
bb0b35e466made compilation_info.f90 windows compatible and added abaqus_v6_windows.env as a template for using DAMASK with windows. Deleted old fftw and ACML installation instruction (can be found on damask.mpie.de)
Martin Diehl
2013-10-10 09:38:31 +0000
ed47d25adcremove dotTemperature (returned always 0 anyway) to make it easier to replace it with a heating rate funtction remove potentially dangerous short circuiting in homogenization files added doxygen comment for nonlocal (giving the functions a name) fixed wrong definition of maxnchungs introcuded into dislotwin with last commit, causes trouble with hex
Martin Diehl
2013-10-09 06:12:16 +0000
82faf74363added doxygen documentation and unified variable names and some common parts of the code
Martin Diehl
2013-10-08 16:27:26 +0000
c496288144make "orientation" module part of damask python interface
Philip Eisenlohr
2013-10-08 13:56:28 +0000
ec6440f1f4when adding labels now making sure that they get processed during output writing
Philip Eisenlohr
2013-10-08 13:54:13 +0000
0a7052a7dafixed two errors in hexagonal slipslip and twintwin interaction matrix
Philip Eisenlohr
2013-10-08 13:52:19 +0000
42cd4eb38ffixed some e12.6 string formats to avoid compile time warnings
Philip Eisenlohr
2013-10-08 13:51:36 +0000
243fca81d6Added report of SUCCESSFUL test for Revision 2668
Test User
2013-09-27 00:56:16 +0000
a2169e338ffixed type-casting problems (mainly with Lib_VTK_IO)
Philip Eisenlohr
2013-09-26 17:21:46 +0000
c0442829d9Added report of SUCCESSFUL test for Revision 2666
Test User
2013-09-24 02:27:56 +0000
1593daea97exchanged order of asking for BLASDIR and BLASTYPE. now type comes first (otherwise you may not know your options...)
Philip Eisenlohr
2013-09-23 19:27:34 +0000
6f467c0789added "-fPIC" flag to make sure (independent of local f2py settings) that position independent code will be generated for the shared "code" object in DAMASK's python lib
Philip Eisenlohr
2013-09-23 19:07:12 +0000
9280b0a4e2fixed bug where configuration wrote floating point numbers for grain IDs and texture IDs.
Philip Eisenlohr
2013-09-23 18:35:30 +0000
ca2a8d0a03fixed typos in Abaqus related functions
Martin Diehl
2013-09-23 09:01:46 +0000
595c8860a2renamed myInstance -> matID, myStructure -> structID to be consistent with other constitutive models
Martin Diehl
2013-09-20 17:03:11 +0000
9f39405adffixed material.config of elastic tests to run with new error, currently to strict, needs fix removed long spectral example test from list of daily tests
Martin Diehl
2013-09-20 16:23:52 +0000
ad32aa3cedfixed calculation of CurlRMS when grid(1)==1
Martin Diehl
2013-09-20 16:17:25 +0000
a0f304021ffixed restarting for Polarisation and AL, updated corresponding test and polished output in python (some statements are screwed up when making them Python3 compatible)
Martin Diehl
2013-09-20 14:22:37 +0000
1915215c6fcommented out not working use of vtk class
Martin Diehl
2013-09-20 11:27:11 +0000
40c399bf2efixed bug in last commit and remove one more goto marker
Martin Diehl
2013-09-19 15:28:55 +0000
ce926aaf1fMinor contribution : - add SVN keyword to the material.config file for cp-Ti - add comments in lattice file
David Mercier
2013-09-19 09:17:09 +0000
ca0b3b7b81changed name of some variables to be in accordance with constitutive_none,j2,phenopowerlaw
Martin Diehl
2013-09-19 07:46:01 +0000
70c888f6eafixed a typo in documentation
Martin Diehl
2013-09-18 19:54:39 +0000
415892b8e7did some conversion needed for use with python 3
Martin Diehl
2013-09-18 19:31:27 +0000
56d21286a6fixed comment on values changed automatically
Martin Diehl
2013-09-18 14:33:40 +0000