Martin Diehl
|
958936c449
|
Merge branch 'development' into polishing-for-release
|
2021-02-11 21:59:59 +01:00 |
Martin Diehl
|
e8fae6b2a7
|
simplified
|
2021-02-11 21:56:53 +01:00 |
Martin Diehl
|
4e31862f0f
|
avoid repetition
|
2021-02-10 18:35:13 +01:00 |
Martin Diehl
|
6895ef6b18
|
always write LF line endings
small pitfall: I windows users use a filehandle that results from a call
to open() without the newline option, they get still CRLF line endings
|
2021-02-10 10:03:35 +01:00 |
Martin Diehl
|
869307c5ec
|
temperature not needed for pure mechanics
would also require to define thermal homogenization
|
2021-02-08 22:56:37 +01:00 |
Sharan Roongta
|
cab5a5cec7
|
homogenization 'none' name misleading.
|
2021-02-04 15:37:40 +01:00 |
Sharan Roongta
|
14ce127dc4
|
fraction --> v
|
2021-02-04 13:46:01 +01:00 |
Martin Diehl
|
051e3ed0ae
|
not needed anymore
|
2021-02-02 12:26:08 +01:00 |
Martin Diehl
|
0f6094890a
|
simplified
damask.environment does not offer any advantage over os.environ for
variables. After 'root_dir' was removed, the whole module became
obsolete
|
2021-01-15 12:14:05 +01:00 |
Martin Diehl
|
37de561938
|
shell variables are more robust
they will also work if Fortran and python code are installed in
different locations.
|
2021-01-13 18:53:16 +01:00 |
Martin Diehl
|
d76543f759
|
better name
|
2021-01-13 14:57:58 +01:00 |
Martin Diehl
|
a7d998dd48
|
standard name
|
2021-01-13 14:53:50 +01:00 |
Martin Diehl
|
4c35da8627
|
simplified
|
2021-01-13 11:33:28 +01:00 |
Martin Diehl
|
196902948f
|
simplified
|
2021-01-13 09:54:04 +01:00 |
Martin Diehl
|
f4247e0f35
|
simpler (and scipy compatible)
|
2021-01-13 09:35:42 +01:00 |
Philip Eisenlohr
|
2d6e6a2370
|
Rotation composition uses "*"; application of Rotation to object uses "@"; "apply()" works on both
|
2021-01-12 18:57:33 -05:00 |
Philip Eisenlohr
|
f0351e403a
|
removed duplicate test
|
2021-01-07 11:01:15 -05:00 |
Philip Eisenlohr
|
bde66d85fc
|
Merge branch 'development' into python-improvements
|
2021-01-07 10:58:33 -05:00 |
Philip Eisenlohr
|
94cfe28128
|
polishing help; Rotation.apply(Rotation) now acceptable.
|
2021-01-06 18:03:10 -05:00 |
Martin Diehl
|
acbb564afc
|
restored functionalitity for adding list.
got accidently lost
|
2021-01-04 07:23:14 +01:00 |
Martin Diehl
|
d8b4b7e0f5
|
!= and == work componentwise
|
2021-01-03 21:52:19 +01:00 |
Martin Diehl
|
f48a446353
|
compatible with scipy.spatial.transform.Rotation
also introduced inplace variants and '/' as multiplicative inverse of
'*'
|
2021-01-03 16:08:22 +01:00 |
Martin Diehl
|
98723cb0ed
|
need to handle special case of Re() = 0
ensuring that the real part is positive seems to be a good idea on first
sight, but it would be easier to simply acknowledge that qu = -qu
|
2021-01-03 15:50:15 +01:00 |
Martin Diehl
|
80b8693a66
|
avoid adding to existing data, i.e. when reading a file
|
2021-01-03 12:10:39 +01:00 |
Martin Diehl
|
5f1399acc3
|
consistent behavior with other classes
python dictionary operates in-place, so wrappers for out-of-place
behavior let it use like the other DAMASK classes
|
2021-01-03 12:09:21 +01:00 |
Martin Diehl
|
9a278daa3f
|
copy not needed
YAML writer does not write out references anymore
|
2021-01-03 12:07:02 +01:00 |
Martin Diehl
|
35ca1ffb0a
|
consistent copy functionality
|
2021-01-03 12:03:40 +01:00 |
Martin Diehl
|
6fe1ff8e39
|
fixed test for rodrigues parametrization
for angle close to 180deg, the sign of the axis does not matter
|
2021-01-03 11:50:45 +01:00 |
Philip Eisenlohr
|
da62daf15d
|
added test for appending rotation lists; better check for type==list
|
2020-12-28 12:26:09 -05:00 |
Philip Eisenlohr
|
4796afdd92
|
fix for broken representation of no-rotation orientations and averaging weights
|
2020-12-28 12:10:21 -05:00 |
Philip Eisenlohr
|
d8b57680ec
|
raise NotImplemented when using R*b instead of R@b
|
2020-12-21 15:47:18 -05:00 |
Sharan Roongta
|
6cc78cb41e
|
Merge branch 'misc-improvements' into 'development'
Misc improvements
See merge request damask/DAMASK!302
|
2020-12-18 15:19:04 +01:00 |
Martin Diehl
|
35f9861818
|
Fortran standard is 2018
will not work for older compilers
|
2020-12-18 15:19:04 +01:00 |
Martin Diehl
|
5fb0e4908b
|
Examples reflect actual behavior
|
2020-12-18 07:09:05 +01:00 |
Philip Eisenlohr
|
403ac693da
|
need to pass init argument to dict superclass
|
2020-12-17 18:08:55 -05:00 |
Philip Eisenlohr
|
e11be7e600
|
preinitialize a ConfigMaterial object with 'constituents','homogenization','phase' keys
|
2020-12-17 10:49:33 -05:00 |
Martin Diehl
|
2dd520b4a2
|
P_aim should be independent from P_av
P_av is not defined after restart or cutback. Restart with change of
load case is probably still an issue
|
2020-12-15 08:06:50 +01:00 |
Martin Diehl
|
aad123f41b
|
Merge branch 'table-getitem' into development
|
2020-12-12 19:58:42 +01:00 |
Philip Eisenlohr
|
36e4042f0b
|
removed "where" method from Table class
|
2020-12-11 19:31:19 -05:00 |
Martin Diehl
|
2e28bc127a
|
better message in case that GUI is not possible
|
2020-12-10 23:44:54 +01:00 |
Martin Diehl
|
a881e6e57a
|
Merge remote-tracking branch 'origin/development' into misc-improvements
|
2020-12-10 23:41:59 +01:00 |
Martin Diehl
|
32c2de6b91
|
Ensuring regular spacing for grid
|
2020-12-10 22:47:30 +01:00 |
Martin Diehl
|
4286fc3b82
|
Merge branch 'development' into misc-improvements
|
2020-12-10 20:21:00 +01:00 |
Martin Diehl
|
9b6f5ba9c6
|
Merge branch 'development' into compressed-hdf5
|
2020-12-10 00:23:22 +01:00 |
Martin Diehl
|
de1708b20a
|
missing renames + better help
|
2020-12-08 00:36:41 +01:00 |
Martin Diehl
|
78192ef3fd
|
clearer naming + better comments, thanks to @p.eisenlohr
|
2020-12-07 17:49:37 +01:00 |
Martin Diehl
|
429b84004d
|
more filters
- shuffle: significanlty better compression
- Fletcher32: checksum to detect errors
computational overhead is very small
|
2020-12-06 19:57:00 +01:00 |
Martin Diehl
|
52e3fb50bc
|
compress.
Datasets are chunked along first timension. Chunk size (1MB for real) is
probably not optimal
|
2020-12-06 11:44:52 +01:00 |
Martin Diehl
|
000de75617
|
write orientation as plain array, not derived type
|
2020-12-06 08:36:16 +01:00 |
Martin Diehl
|
c80e1c5420
|
less confusing in the standard case, more helpful in the special case
|
2020-12-05 10:47:42 +01:00 |