Martin Diehl
da337962af
fixed bug for Abaqus input parsing
2013-12-12 22:29:40 +00:00
Martin Diehl
98496fca5f
removed old Marc 2010 test
2013-12-12 22:19:15 +00:00
Martin Diehl
65ae979920
indroduced sourced allocation, enums where applicable (some parts still missing). fixed bug when having recursive file input
2013-12-12 17:09:59 +00:00
Christoph Kords
9b9f4dd624
adapted changes from rev 2776 for constitutive_nonlocal: improved usage of "enum", fixed bug in file reading, usage of "source" specifier for "allocate"
2013-12-12 10:16:50 +00:00
Christoph Kords
dd77690a68
fixed bug introduced in rev2777: renamed all remaining occurrences of variable "ncomponents" to "nconstituents"
2013-12-12 10:06:39 +00:00
Christoph Kords
0f8790c148
clarified help string
2013-12-12 08:48:57 +00:00
Philip Eisenlohr
0e84db8f19
improved stability of xxx_append commands when dealing with iterable content
2013-12-12 02:36:05 +00:00
Philip Eisenlohr
10c8a1a3ce
corrected typo in usage hint
2013-12-12 02:35:01 +00:00
Martin Diehl
102712d91f
added enum for dislotwin output, fixed bug when using recursive file input function
2013-12-11 23:42:33 +00:00
Martin Diehl
95d6430b09
improved on enums (introduced them for output in j2), fixed wrong recursion depth bug in IO, fixed a bug in reading in for none, j2, phenopowerlaw
2013-12-11 22:03:09 +00:00
Martin Diehl
7885ebaf8f
added 'reset' flag for recursive function IO_read, need to reset stack when stopping exectution (will be used by constitutive and homogenization)
2013-12-11 16:49:20 +00:00
Philip Eisenlohr
9c7335f799
bug fix: wrong variable name "label" --> "labels"
2013-12-11 14:38:09 +00:00
Philip Eisenlohr
894776ca67
fixed stupid bug addressing a dict by dict{key} instead of dict[key]
2013-12-11 14:30:27 +00:00
Philip Eisenlohr
44b3687e7c
added option to invert output data range (1.0 -- 0.0 instead of 0.0 -- 1.0)
2013-12-10 00:27:22 +00:00
Philip Eisenlohr
0e8fdaf59e
changed exponent in IPF color mapping from 1/3 to 1/2 to get closer to TSL-OIM reference.
2013-12-09 18:57:38 +00:00
Philip Eisenlohr
e4cea31a9d
small bug fix: options.error --> parser.error
2013-12-09 15:58:35 +00:00
Philip Eisenlohr
e2d4cc8b3d
fixed former nonsense definition of lab frame direction
2013-12-09 15:57:21 +00:00
Philip Eisenlohr
26690859bb
deal more gracefully with problematic user input.
2013-12-09 15:54:47 +00:00
Philip Eisenlohr
24a4ca8ca8
"quack-like-a-duck" check for object properties.
...
sum equiv Quats don't need inverse option anymore.
fixed (severe) bug in IPFcolor determination.
2013-12-09 15:49:57 +00:00
Philip Eisenlohr
c1b5b802ec
fixed problem of adding strings in "data_append" resulting in infinite recursion.
...
more gracefully check for problems.
numpy.loadtxt now correctly transposes single column of data.
2013-12-09 15:45:18 +00:00
Philip Eisenlohr
7fb1a3130a
now VTK 6 compatible
2013-12-09 15:41:29 +00:00
Philip Eisenlohr
c7ac903dc7
fixed missing comma in script list...
2013-12-09 15:37:36 +00:00
Franz Roters
efa7a6dae2
added example material.config again
2013-12-05 15:11:30 +00:00
Franz Roters
bf6e749abd
adopted deployMe.sh to new svn server
...
editorial changes in LICENSE and CPFEM.f90
2013-12-05 14:31:28 +00:00
Franz Roters
4f09f379dd
ATTENTION repository is now at new location: masvn1/home/svn/repos/DAMASK either relocate your working copy or checkout from new location IMPORTANT NOTE: masvn1 can be accessed also from outside MPIE
...
dummy submit no real change
2013-12-02 14:31:14 +00:00
Franz Roters
2da8a3c9fb
ATTENTION repository will be moved to new location do not use until further notification
...
dummy submit no real change
2013-12-02 14:24:45 +00:00
Christoph Kords
61ebfb4c85
removed obsolete output 'boundarylayer' from material.config
2013-11-29 12:30:06 +00:00
Christoph Kords
b0695c0904
enumerators for case switch of outputs as already used in phenopowerlaw
...
removed obsolete output 'boundarylayer'
2013-11-29 12:29:47 +00:00
Christoph Kords
f56cdafccb
polishing indentation levels
2013-11-29 12:25:36 +00:00
Martin Diehl
891367829c
added python book and some small changes
2013-11-28 14:13:10 +00:00
Martin Diehl
2d624d022f
fixed small bug in detecting the lattice structure. only first 3 letters count (e.g. 'ort' and 'orthography' will give the orthorombic lattice type)
2013-11-28 08:56:02 +00:00
Martin Diehl
345e5cd47c
split up material.config and added a small helper script to create wiki content from all material.configS
...
(Work done by Luv, just his TortoiseSVN is not yet installed)
2013-11-27 17:49:34 +00:00
Martin Diehl
0bc99a9622
change latticeName to latticeID
2013-11-27 16:20:27 +00:00
Martin Diehl
6c2ab1f1f8
added ID (integer, enum) case switching for phenopowerlaw and isostrain
2013-11-27 11:39:28 +00:00
Martin Diehl
7b82f46f3b
added code for region references, improved a little bit after last discussion with Gerd Heber from HDF5
2013-11-27 11:32:19 +00:00
Martin Diehl
080edffd87
file was missing in last commit
2013-11-27 08:05:23 +00:00
Martin Diehl
2f7efa2055
introduced 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
2013-11-27 08:04:05 +00:00
Philip Eisenlohr
090fca8683
deleted left-over debug statement
2013-11-26 20:24:40 +00:00
Philip Eisenlohr
d498eca242
deleted left-over debug statement
2013-11-26 20:22:52 +00:00
Philip Eisenlohr
b63d2eafe8
new scripts for:
...
-generating vtk point cloud from x,y,z ASCIItable data
-adding scalar values and color tuples from ASCIItable to vtk point cloud
-permuting data in ASCIItable columns (used to shuffle ordered grain indices)
2013-11-26 20:19:27 +00:00
Philip Eisenlohr
a45c7dbb62
new 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).
2013-11-25 19:11:02 +00:00
Philip Eisenlohr
d17d6636df
substantial rewrite of former package. now includes dedicated orientation and (associated) symmetry class. should be easier to handle...
...
new or improved methods:
- disorientation (between two orientations)
- IPFcolor: TSL color of inverse pole figure for given axis
2013-11-25 19:04:39 +00:00
Philip Eisenlohr
05fa8bf580
make data_append() coping with any iterable data type (not just list)
2013-11-25 18:58:27 +00:00
Test User
cf65505eea
Added report of SUCCESSFUL test for Revision 2741
2013-11-23 17:46:37 +00:00
Martin Diehl
c9ce8d2c52
some improvements on HDF5 test, polishing math
2013-11-22 10:31:52 +00:00
Christoph Kords
e8de8f69a8
renaming of "maxNinstance" to be consistent with naming scheme introduced in rev2662
2013-11-21 13:40:14 +00:00
Christoph Kords
3cc6781eaf
renaming of "instance" and thelike to be consistent with naming scheme introduced in rev2662
2013-11-21 13:35:43 +00:00
Christoph Kords
883669bd77
in preguess of FPintegrator: resetting of previous dotstates can be done in same loop as collectdotstate
...
polishing: indentation level and capitalization
2013-11-21 10:58:41 +00:00
Philip Eisenlohr
0337b4f319
added script to produce VTK point cloud from seed file coordinates
2013-11-20 17:33:05 +00:00
Test User
03633f7742
Added report of SUCCESSFUL test for Revision 2735
2013-11-20 02:19:17 +00:00