Commit Graph

16048 Commits

Author SHA1 Message Date
Philip Eisenlohr 23f896631e Merge branch '219-function-to-handle-default-of-optional-arguments' into 'development'
Resolve "function to handle default of optional arguments"

Closes #219

See merge request damask/DAMASK!721
2023-02-18 20:30:57 +00:00
Martin Diehl 8f3d9a9183 Resolve "function to handle default of optional arguments" 2023-02-18 20:30:57 +00:00
Test User f3aafb0911 [skip ci] updated version information after successful test of v3.0.0-alpha7-411-ga335e2db6 2023-02-18 07:38:36 +01:00
Philip Eisenlohr a335e2db6d Merge branch 'fix-ravel-docstring' into 'development'
sphinx does not handle white spaces properly

See merge request damask/DAMASK!727
2023-02-18 03:26:50 +00:00
Test User 5b4e93e070 [skip ci] updated version information after successful test of v3.0.0-alpha7-408-g6fd30dd26 2023-02-17 16:09:12 +01:00
Daniel Otto de Mentock 6fd30dd266 Merge branch 'extra-documentation' into 'development'
improved docstrings

See merge request damask/DAMASK!722
2023-02-17 12:58:09 +00:00
Philip Eisenlohr 4485e1045c proper indication of transpose; polish 2023-02-16 15:12:10 -05:00
Martin Diehl e501e76d84 sphinx does not handle white spaces properly 2023-02-16 19:40:09 +01:00
Martin Diehl eefa2c29a2 more details 2023-02-16 19:32:15 +01:00
Philip Eisenlohr 61f2ae295b switch to physics macros 2023-02-16 11:59:19 -05:00
Test User be3138cf39 [skip ci] updated version information after successful test of v3.0.0-alpha7-401-g15f15c1d7 2023-02-16 04:31:38 +01:00
Martin Diehl 15f15c1d78 Merge branch 'LFCR-check' into 'development'
one more CRLF check

See merge request damask/DAMASK!725
2023-02-15 23:51:56 +00:00
Philip Eisenlohr 01719874ea one more CRLF check 2023-02-15 16:36:20 -05:00
Test User 58ffe960a8 [skip ci] updated version information after successful test of v3.0.0-alpha7-398-g1fd479556 2023-02-15 12:32:17 +01:00
Daniel Otto de Mentock 1fd4795560 Merge branch 'no-setuptools' into 'development'
should not be in here

See merge request damask/DAMASK!720
2023-02-15 09:16:04 +00:00
Martin Diehl 0698c17ff2 improved documentation 2023-02-14 17:37:43 +01:00
Martin Diehl 3eb9545573 Merge branch 'development' into long-YAML-files 2023-02-14 17:33:48 +01:00
Martin Diehl 66b0b2e9dc using latex to improve documentation 2023-02-14 17:11:52 +01:00
Martin Diehl 4cd84ab8ce return was missing 2023-02-14 12:54:51 +01:00
Test User d89850adc9 [skip ci] updated version information after successful test of v3.0.0-alpha7-395-gb4e706f09 2023-02-14 11:29:21 +01:00
Franz Roters b4e706f099 Merge branch '260-remove-debug-yaml-assocciated-code-tests' into 'development'
debug.yaml causes more work than it saves

Closes #260

See merge request damask/DAMASK!717
2023-02-14 08:12:59 +00:00
Martin Diehl e5b7ad335f debug.yaml causes more work than it saves 2023-02-13 22:26:58 +01:00
Test User 59512cf5c6 [skip ci] updated version information after successful test of v3.0.0-alpha7-392-gc9bd2c88a 2023-02-13 18:45:16 +01:00
Franz Roters 4c65047612 calculate plastic dissipation based on M_p not S 2023-02-13 17:59:22 +01:00
Martin Diehl 24ebc465c4 should not be in here
https://stackoverflow.com/questions/58521386
2023-02-12 09:20:46 +01:00
Philip Eisenlohr c9bd2c88a9 Merge branch 'orthography_checks' into 'development'
minor orthography adjustments

See merge request damask/DAMASK!718
2023-02-11 14:30:12 +00:00
Daniel Otto de Mentock 335f61eec3 minor orthography adjustments 2023-02-11 14:30:12 +00:00
Martin Diehl 9e4db451d9 enable to write large strings
SIZE_T is the correct type (and 64bit instead of 32bit as for HSIZE_T)
for H5Tset_size_f
2023-02-11 08:11:35 +01:00
Martin Diehl 3e439503fe enable strings > 2Gb 2023-02-10 22:37:11 +01:00
Martin Diehl a2bde4a0f0 correct check for CRLF
old attempt tried to look only at forst occurence of LF but reported
CRLF also for LF endings.
2023-02-09 23:32:39 +01:00
Martin Diehl 4e57df9576 handle strings/YAML files > 2Gb (32 bit limit) 2023-02-08 08:49:08 +01:00
Martin Diehl 58c905d318 strlen returns 'size_t'
this is unsinged and on 64bit Linux (LP64) 64bit
2023-02-08 08:37:10 +01:00
Test User 4389ba25f2 [skip ci] updated version information after successful test of v3.0.0-alpha7-389-g4ae3274ac 2023-02-06 20:37:20 +01:00
Daniel Otto de Mentock 4ae3274ac4 Merge branch '250-configmaterial-material_add-simplifications' into 'development'
several improvements to ConfigMaterial and Config

Closes #250

See merge request damask/DAMASK!714
2023-02-06 16:52:14 +00:00
Test User 5b720c3536 [skip ci] updated version information after successful test of v3.0.0-alpha7-380-g430084cf3 2023-02-06 16:29:00 +01:00
Daniel Otto de Mentock 430084cf35 Merge branch '249-mark-dadf5-file-format-as-stable' into 'development'
DADF5 v1.0

Closes #249

See merge request damask/DAMASK!715
2023-02-06 11:36:05 +00:00
Daniel Otto de Mentock 354232ab09 Merge branch '264-termination-of-jobs-with-signal-testing' into 'development'
avoid long running zombie processes on test server

Closes #264

See merge request damask/DAMASK!716
2023-02-06 09:46:35 +00:00
Martin Diehl ec2171a91a avoid long running zombie processes on test server 2023-02-05 00:16:09 +01:00
Martin Diehl f401c51e22 update to DADF5 v1.0 2023-02-04 15:22:39 +01:00
Martin Diehl 12d1e9be65 pipeline was failing with decode error
I could not reproduce it, maybe this helps
2023-02-04 12:42:56 +01:00
Martin Diehl b818ec6885 include more files 2023-02-04 11:47:54 +01:00
Martin Diehl 29933a6618 includes unit of 'O', which was corrected 2023-02-04 11:44:12 +01:00
Martin Diehl e49090b26b update to DADF5 v1.0 2023-02-04 11:14:03 +01:00
Martin Diehl 89817d1bc1 not needed 2023-02-04 11:09:27 +01:00
Martin Diehl 780fc8a050 new/correct unit for quaternions 2023-02-04 10:23:01 +01:00
Martin Diehl 42495942b1 updated to DADF5 v1.0 2023-02-04 10:22:19 +01:00
Martin Diehl 8002f982c2 unused variable (leftover from stroring *.C_ref) 2023-02-04 09:58:58 +01:00
Martin Diehl a45a86cfbf mark DADF5 file layout as stable 2023-02-04 09:55:23 +01:00
Test User d2ac306d2b [skip ci] updated version information after successful test of v3.0.0-alpha7-366-g805fd06a8 2023-02-03 14:41:03 +01:00
Daniel Otto de Mentock 805fd06a8a Merge branch 'systematic-name' into 'development'
more systematic name

See merge request damask/DAMASK!708
2023-02-03 10:36:25 +00:00