Martin Diehl
|
3a0596a274
|
use en/ph access
|
2022-02-04 09:43:27 +01:00 |
Martin Diehl
|
2bd10a1261
|
avoid use of IP/el
|
2022-02-04 08:40:15 +01:00 |
Martin Diehl
|
900ef0a2c9
|
store IP neighborhood for ph/en access
|
2022-02-04 08:03:16 +01:00 |
Martin Diehl
|
8b12814eec
|
common variable names
|
2022-02-04 06:42:14 +01:00 |
Martin Diehl
|
c70e535da8
|
avoid access by el/ip
|
2022-02-04 00:32:13 +01:00 |
Martin Diehl
|
ce1eb4f59e
|
no need to store dot state
saves memory and flow is easier to understand
|
2022-02-03 23:40:25 +01:00 |
Martin Diehl
|
a9a5c8fb73
|
simplify acces with pointer
naming will be adjusted once global deltaState is removed
|
2022-02-03 23:08:29 +01:00 |
Martin Diehl
|
85ca3a3f24
|
simplified/standardized
|
2022-02-03 22:57:32 +01:00 |
Martin Diehl
|
0807112a71
|
new tests with T_ref = 293.15K (20°C)
seems to be the most common choice for room temperature
|
2022-02-03 22:36:27 +01:00 |
Daniel Otto de Mentock
|
d1f9e98e3c
|
moved typecheck of __ne__ functions to __eq__
added initial empty runtimeerror to Schmid function
minor corrections
|
2022-02-03 16:11:09 +01:00 |
Test User
|
e940a02304
|
[skip ci] updated version information after successful test of v3.0.0-alpha5-568-g2cb3b2cc4
|
2022-02-03 13:47:57 +01:00 |
Daniel Otto de Mentock
|
f80de7d0b3
|
added NumpyRngSeed type to rotation rng_seed objects
|
2022-02-03 12:04:31 +01:00 |
Daniel Otto de Mentock
|
df54bf724c
|
Merge branch 'development' of git.damask.mpie.de:damask/DAMASK into typehints_orientation_rotation
|
2022-02-03 11:19:15 +01:00 |
Martin Diehl
|
a243e10641
|
Merge remote-tracking branch 'origin/development' into Fortran-polishing
|
2022-02-03 09:01:33 +01:00 |
Martin Diehl
|
2cb3b2cc45
|
not needed
|
2022-02-03 07:58:51 +01:00 |
Martin Diehl
|
5d55392425
|
Merge branch 'thermal-restart' into development
|
2022-02-03 07:53:05 +01:00 |
Martin Diehl
|
cf2b22b34a
|
does not exist for older numpy versions
|
2022-02-03 07:39:38 +01:00 |
Test User
|
ef390ca916
|
[skip ci] updated version information after successful test of v3.0.0-alpha5-556-g97f849c09
|
2022-02-03 03:49:37 +01:00 |
Sharan
|
038cdad85e
|
new naming
|
2022-02-02 23:58:21 +01:00 |
Sharan
|
d72347fe25
|
Merge remote-tracking branch 'origin/development' into thermal-restart
|
2022-02-02 23:07:32 +01:00 |
Sharan
|
2a45d2d48d
|
private updated
|
2022-02-02 23:00:53 +01:00 |
Martin Diehl
|
97f849c098
|
Merge remote-tracking branch 'origin/typehints_rngseed' into development
|
2022-02-02 22:45:52 +01:00 |
Test User
|
7078b5ec87
|
[skip ci] updated version information after successful test of v3.0.0-alpha5-552-ga6e78c5b6
|
2022-02-02 22:07:12 +01:00 |
Philip Eisenlohr
|
a6e78c5b66
|
Merge branch 'remove-grain-growth' into 'development'
grain growth not maintained and has issues
See merge request damask/DAMASK!510
|
2022-02-02 16:52:54 +00:00 |
Philip Eisenlohr
|
368f4b2ed3
|
Merge branch '108_fix-thermalexpansion' into 'development'
bugix: change of behavior
See merge request damask/DAMASK!513
|
2022-02-02 16:45:13 +00:00 |
Martin Diehl
|
d868a240b2
|
bugix: change of behavior
|
2022-02-02 16:45:13 +00:00 |
Martin Diehl
|
8fead8e306
|
relaxed tolerances
for optimized code, the last digit might differ
|
2022-02-02 13:48:04 +01:00 |
Daniel Otto de Mentock
|
4b2e104f03
|
added new type for rng_seed in _typehints module
|
2022-02-02 12:52:59 +01:00 |
Daniel Otto de Mentock
|
fc8cd6322c
|
adjusted rng_seed type in rotation
adjusted NotImplemented error return in orientation
|
2022-02-02 12:16:57 +01:00 |
Daniel Otto de Mentock
|
3df411469b
|
Added generic type to rotation functions not overwritten by orientation
|
2022-02-02 12:14:00 +01:00 |
Daniel Otto de Mentock
|
71bc92fed0
|
changed quote layout to single quote Added NotImplemented returnvalue to __eq__ functions
|
2022-02-02 11:11:59 +01:00 |
Martin Diehl
|
6dcf6b972c
|
complaints from prospector (PEP8)
|
2022-02-02 09:14:41 +01:00 |
Martin Diehl
|
63465f4d27
|
Merge remote-tracking branch 'origin/development' into remove-grain-growth
|
2022-02-02 09:00:52 +01:00 |
Sharan
|
1bd654781b
|
tests updated
|
2022-02-02 00:20:14 +01:00 |
Sharan
|
3e73d28631
|
Merge remote-tracking branch 'origin/development' into thermal-restart
|
2022-02-01 23:07:55 +01:00 |
Sharan
|
ad319efdd7
|
updated PRIVATE repo
|
2022-02-01 22:11:02 +01:00 |
Daniel Otto de Mentock
|
cb1143a472
|
changed return type of util.shapeblender and util.shapeshifter from Sequence[SupportsIndex] to Tuple[SupportsIndex, ...]
ignored lines in orientation module that attempt to pass objects of type
Tuple[SupportsIndex, ...] to np.broadcast_to()
|
2022-02-01 18:38:49 +01:00 |
Martin Diehl
|
1eda18b9e5
|
fine tuning optimization flag
using AGRESSIVE with gcc reduced runtime of the small example on my
laptop from 2:00 min to 0:44 min
|
2022-02-01 14:47:18 +01:00 |
Martin Diehl
|
a14735f3db
|
first step towards removal of global dot state
less state => better code
|
2022-02-01 13:40:09 +01:00 |
Martin Diehl
|
4eb9c3dea7
|
correct name
|
2022-02-01 13:40:09 +01:00 |
Daniel Otto de Mentock
|
ef051ceef9
|
Merge branch 'development' of git.damask.mpie.de:damask/DAMASK into typehints_orientation_rotation
|
2022-02-01 11:56:01 +01:00 |
Test User
|
dc5ab9aee9
|
[skip ci] updated version information after successful test of v3.0.0-alpha5-545-gad74f5dbe
|
2022-02-01 11:55:34 +01:00 |
Martin Diehl
|
49ca62f3af
|
only Chuck Norris can divide by zero
|
2022-02-01 11:22:27 +01:00 |
Martin Diehl
|
1871dcd75a
|
small polishing
|
2022-02-01 09:03:39 +01:00 |
Martin Diehl
|
08d3e22bcd
|
size is known
|
2022-02-01 08:35:00 +01:00 |
Martin Diehl
|
ad74f5dbe1
|
Merge branch 'typehints_config_configmaterial' into 'development'
05 Typehints config configmaterial
See merge request damask/DAMASK!461
|
2022-02-01 07:30:00 +00:00 |
Daniel Otto de Mentock
|
086ff42be5
|
05 Typehints config configmaterial
|
2022-02-01 07:30:00 +00:00 |
Test User
|
98381bff2a
|
[skip ci] updated version information after successful test of v3.0.0-alpha5-542-g225a5d908
|
2022-01-31 20:14:24 +01:00 |
Sharan Roongta
|
225a5d9086
|
Merge branch '151_typehints-readability' into 'development'
better readabiliy for python
See merge request damask/DAMASK!511
|
2022-01-31 17:03:24 +00:00 |
Test User
|
90b6b0e164
|
[skip ci] updated version information after successful test of v3.0.0-alpha5-521-g30bf38641
|
2022-01-31 17:16:01 +01:00 |