Martin Diehl
|
44bd85a041
|
not working for python3, trying
|
2018-11-17 12:12:20 +01:00 |
Martin Diehl
|
e1a730e96b
|
python3 compatible integer division and argument sequence in agreement with documentation
|
2018-11-17 09:58:54 +01:00 |
Martin Diehl
|
015e819d4c
|
python3 does not allow to compare tuple/list with int
|
2018-11-17 09:29:05 +01:00 |
Martin Diehl
|
82861e80bc
|
more python3 related changes
|
2018-11-17 08:46:58 +01:00 |
Martin Diehl
|
558745b548
|
explicitly require python3
on older systems, python3 tpyically exists but python2 is the defaul
|
2018-11-17 08:12:12 +01:00 |
Martin Diehl
|
50f880afd1
|
more scripts working with python3
|
2018-11-16 19:32:17 +01:00 |
Martin Diehl
|
4ffb4a4321
|
fixed several typos
|
2018-11-16 19:28:24 +01:00 |
Martin Diehl
|
9922f5f646
|
adjusted to python3
translate is more complicated now:
https://stackoverflow.com/questions/41708770
|
2018-11-16 12:23:45 +01:00 |
Martin Diehl
|
26811b74d6
|
known to work with python3
|
2018-11-16 09:18:29 +01:00 |
Martin Diehl
|
a3647cc587
|
more files with confirmed python3 compatibility
|
2018-11-16 09:03:12 +01:00 |
Martin Diehl
|
f47891e292
|
booleans not allowed as indeces any more
|
2018-11-16 09:03:12 +01:00 |
Martin Diehl
|
e9e3fef8d4
|
more python3 compatible scripts
|
2018-11-15 16:40:54 +01:00 |
Martin Diehl
|
fe2c7efa27
|
seem to work
|
2018-11-15 13:56:48 +01:00 |
Martin Diehl
|
8f80152a03
|
use floor division of integers
1/2 = 0.5 in python3 (would be 0 in python2)
|
2018-11-15 12:28:36 +01:00 |
Martin Diehl
|
efd29e62f7
|
verbose should be optional
- causes problems on many systems (screwed up output)
- does not work with python 3 since threading class has changed
|
2018-11-15 12:16:55 +01:00 |
Philip Eisenlohr
|
0cbcb028aa
|
fixed problem with "ValueError: Mixing iteration and read methods would lose data" for string-containing tables
|
2018-10-21 15:39:30 -04:00 |
Martin Diehl
|
7480d1a842
|
fixes for Python3
|
2018-10-19 07:35:59 +02:00 |
Martin Diehl
|
a00d15b889
|
geom files are not labeled
|
2018-09-29 11:18:35 +02:00 |
Martin Diehl
|
8616a92309
|
unused module
|
2018-07-20 03:50:07 +02:00 |
Martin Diehl
|
24d1528e04
|
on the way to full python 3 compatibility
|
2018-07-20 03:31:46 +02:00 |
Martin Diehl
|
2632be2a76
|
polishing
|
2018-07-20 03:09:53 +02:00 |
Martin Diehl
|
784ae28dbb
|
now working with python 3
|
2018-07-20 00:39:50 +02:00 |
Martin Diehl
|
1f637a0c49
|
python3 compatible map requires conversion to list
|
2018-07-19 18:01:38 +02:00 |
Martin Diehl
|
0438b7113a
|
using util function where possible, ensuring python3 compatibility
|
2018-07-19 16:38:25 +02:00 |
Martin Diehl
|
f928bd5e5b
|
more python 3 compatibility
|
2018-07-19 16:26:30 +02:00 |
Martin Diehl
|
35e470ff4d
|
needed for python3
|
2018-07-19 16:19:05 +02:00 |
Martin Diehl
|
9821654aae
|
iteritems does not exist in python3 anymore
items also works for python2 (might be slower though)
|
2018-07-19 16:16:10 +02:00 |
Martin Diehl
|
d138993c1d
|
using util functionality to be compatible with python3
|
2018-07-19 16:12:36 +02:00 |
Martin Diehl
|
aadcd61824
|
polishing
|
2018-06-18 00:05:55 +02:00 |
Philip Eisenlohr
|
1b12457fe6
|
vicinityOffset to specific triggering IDs instead of just any other ID
|
2018-03-30 11:48:02 -04:00 |
Philip Eisenlohr
|
0570a49ed5
|
fixed broken logic of restoring and preventing immutable microstructures
|
2018-03-27 16:53:49 -04:00 |
Philip Eisenlohr
|
2c3eae6bf0
|
fixed tests and bug for very small unit cube fractions when grid is also small
|
2018-03-07 18:59:27 -05:00 |
Philip Eisenlohr
|
32c34457c2
|
direct selection of valid seed coordinates within subfraction of unit cube instead of check and repeat
|
2018-03-07 17:45:22 -05:00 |
Martin Diehl
|
1bbaa7cefe
|
reverted last commit, scipy.linalg is different from numpy.linalg
|
2018-02-26 23:50:44 +01:00 |
Martin Diehl
|
6046a7ae3d
|
there is no scipy.linalg (at least on my system)
numpy.linalg is automatically imported together with numpy
|
2018-02-26 20:22:57 +01:00 |
Philip Eisenlohr
|
b078234644
|
added scipy and scipy.linalg as known modules for calculations
|
2018-02-25 14:19:22 -05:00 |
Philip Eisenlohr
|
f5177b6d2d
|
[skip ci] added option for non-periodic geometries
|
2018-02-20 10:20:35 -05:00 |
Martin Diehl
|
2254746177
|
Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development
|
2018-02-12 11:23:05 +01:00 |
Fengbo Han
|
9249e7db2b
|
Merge branch 'development' into HMS
|
2018-02-07 11:44:17 +01:00 |
Martin Diehl
|
ba3a4e1254
|
indicating vectors with 1_, ..., n_ is standard now, "euler" also (more or less)
|
2018-02-05 17:34:08 +01:00 |
Philip Eisenlohr
|
e304ce35da
|
forgot to rename function call to read "coordGridAndSize"
|
2018-01-30 12:58:43 -05:00 |
Philip Eisenlohr
|
355d576b4d
|
shortened code with utility function coordGridAndSize
|
2018-01-30 09:20:47 -05:00 |
Philip Eisenlohr
|
710970d728
|
updated option --label for addCurl/Div/Grad
|
2018-01-29 21:27:05 -05:00 |
Philip Eisenlohr
|
1d71a52133
|
further simplifcation of scripts
|
2018-01-29 15:10:41 -05:00 |
Philip Eisenlohr
|
b45b43c5ac
|
bug fix in addCurl, simplified scripts
|
2018-01-29 14:12:19 -05:00 |
Philip Eisenlohr
|
622d038932
|
einsum now compatible with numpy 1.14
|
2018-01-29 09:18:05 -05:00 |
Philip Eisenlohr
|
30272fc355
|
generalized addCurl with --data instead of --tensor and --vector
|
2018-01-28 18:25:50 -05:00 |
Philip Eisenlohr
|
8fb127f31c
|
better description of activity
|
2018-01-28 18:08:02 -05:00 |
Philip Eisenlohr
|
761670f218
|
generalized addGradient with --data instead of --scalar and --vector
|
2018-01-28 18:02:35 -05:00 |
Philip Eisenlohr
|
532d669d33
|
switched to more robust line based output
|
2018-01-27 17:45:53 -05:00 |