Commit Graph

16768 Commits

Author SHA1 Message Date
Martin Diehl 5dbe3f109c not used
comment signs depend on file format, so better implement specific
variants if needed instead of relying on central functionality
2024-03-02 13:31:24 +05:30
Martin Diehl 4f60ded80d unexpected and undocument functionality 2024-03-02 13:31:24 +05:30
Martin Diehl 0eb37fa4c0 make clear that functionality is YAML specific
'#' as comment sign is not universal
2024-03-02 13:31:24 +05:30
Martin Diehl 883aed9092 naming scheme as in Python library 2024-03-02 13:31:24 +05:30
Martin Diehl 30ca657706 more appropriate name (conceptually not coupled to YAML) 2024-03-02 13:31:24 +05:30
Test User 2f5a2f4bef [skip ci] updated version information after successful test of v3.0.0-beta-17-g62cdc1a53 2024-03-02 13:31:24 +05:30
Daniel Otto de Mentock 6a91c2855e not needed 2024-03-02 13:31:24 +05:30
Daniel Otto de Mentock 76912da8bf standard batch multiplication can be done with @ 2024-03-02 13:31:24 +05:30
Daniel Otto de Mentock dffc567ba0 requested can be str 2024-03-02 13:31:24 +05:30
Martin Diehl 28a83d6b69 use scipy.linalg.polar
unfortunately, it does not support arbitrary dimensions, so use it as
reference in testing only
2024-03-02 13:31:24 +05:30
Test User dccecf6753 [skip ci] updated version information after successful test of v3.0.0-beta-11-g094e18396 2024-03-02 13:31:24 +05:30
Martin Diehl b749beaa6c adjusting tolerance
1e-10 led to failing tests on GitHub Actions
2024-03-02 13:31:24 +05:30
Martin Diehl 8d93079801 restrict test to reasonable values 2024-03-02 13:31:24 +05:30
Test User a0e6742197 [skip ci] updated version information after successful test of v3.0.0-beta-7-gb8cc4af9c 2024-03-02 13:31:24 +05:30
Martin Diehl ce7bf418bc include latest tests, removed old code 2024-03-02 13:31:24 +05:30
Test User 640dbea274 [skip ci] updated version information after successful test of v3.0.0-beta-4-gc5ebeb85f 2024-03-02 13:31:24 +05:30
Martin Diehl 7f0c782602 avoid repeated allocation of a_nS
leads to segmentation fault
2024-03-02 13:31:24 +05:30
Test User 2b547e2048 [skip ci] updated version information after successful test of v3.0.0-beta-1-g300a57d5f 2024-01-24 15:55:19 +01:00
Martin Diehl 300a57d5f2
restored working test 2024-01-23 19:54:50 +01:00
Martin Diehl 6bed86488d
v3.0.0-beta 2024-01-23 15:17:28 +01:00
Martin Diehl 2e2e44dbc1
preparing for release 2024-01-23 15:14:16 +01:00
Test User 710a6efead [skip ci] updated version information after successful test of v3.0.0-alpha8-294-g7d8a6d054 2024-01-22 16:44:39 +01:00
Philip Eisenlohr 7d8a6d054b Merge branch 'sophisticated-return-type' into 'development'
Sophisticated return type

See merge request damask/DAMASK!898
2024-01-22 13:47:12 +00:00
Test User 9d1b96d3bb [skip ci] updated version information after successful test of v3.0.0-alpha8-277-ge139a68d8 2024-01-17 18:52:44 +01:00
Martin Diehl e139a68d81 Merge branch 'fix-Mg-interaction-parameters' into 'development'
marked wrong entries as unused

See merge request damask/DAMASK!899
2024-01-17 14:55:47 +00:00
Martin Diehl f68f4c6edf
marked wrong entries as unused 2024-01-17 12:45:17 +01:00
Martin Diehl db263c3af7
consistent naming 2024-01-17 09:42:44 +01:00
Martin Diehl 27a8b63a3d
safer reduction
MPI_SUM can lead to invalid/undefined values for enum
2024-01-15 23:59:02 +01:00
Martin Diehl 712b22b678
only needed for older (broken) ifort 2024-01-13 17:31:21 +01:00
Martin Diehl 1d60ce29c6
systematic naming of status code enums 2024-01-13 08:27:17 +01:00
Martin Diehl 9d3b4a270f
reasonable order 2024-01-12 07:30:37 +01:00
Martin Diehl 7ca02b3f3d
consistently use status code as return value 2024-01-11 14:59:30 +01:00
Martin Diehl 0384f93d46
propagate non-binary status information 2024-01-10 00:36:22 +01:00
Philip Eisenlohr 89ebad19d5 consistent ordering of status logical tests 2024-01-09 10:00:42 -05:00
Martin Diehl 48a38f3cf5
harmonize status reporting 2024-01-09 14:45:41 +01:00
Martin Diehl 5e7565f99f
status needs to be passed 2024-01-09 14:45:11 +01:00
Martin Diehl 62bce163cd
better status propagation 2024-01-09 13:52:57 +01:00
Martin Diehl 845d3eed33
harmonize status reporting 2024-01-09 13:52:39 +01:00
Martin Diehl 70e720c032
better to understand and more flexible 2024-01-09 07:26:28 +01:00
Martin Diehl 0ad1a14e3f
sophisticasted error handling 2024-01-08 23:35:06 +01:00
Martin Diehl 5343aecd6f
non-binary status allows to transfer more information 2024-01-08 23:34:56 +01:00
Test User 3cfcf44f9a [skip ci] updated version information after successful test of v3.0.0-alpha8-274-g9c796001e 2024-01-08 18:20:15 +01:00
Philip Eisenlohr 9c796001e7 Merge branch 'less-terminallyIll' into 'development'
removed terminallyIll as global variable

See merge request damask/DAMASK!895
2024-01-08 15:22:21 +00:00
Martin Diehl 1f9a372aa7 removed terminallyIll as global variable 2024-01-08 15:22:21 +00:00
Test User fdcea09133 [skip ci] updated version information after successful test of v3.0.0-alpha8-271-g460c660c3 2024-01-08 13:18:10 +01:00
Yi Hu 460c660c37 Merge branch 'numerics-config' into 'development'
PETSc options can be defined for every field solver

See merge request damask/DAMASK!894
2024-01-08 10:23:43 +00:00
Test User 4b21fb0b87 [skip ci] updated version information after successful test of v3.0.0-alpha8-268-g364a98258 2024-01-06 15:57:41 +01:00
Martin Diehl 364a982582 Merge branch 'Marc2023.4-clean' into 'development'
support Marc2023.4

See merge request damask/DAMASK!897
2024-01-06 12:59:59 +00:00
Franz Roters c4e450fe34 make Marc2023.4 default and unse it for testing 2024-01-04 15:23:50 +01:00
Franz Roters 725158970a add support for Marc2023.4 2024-01-04 15:22:09 +01:00