Commit Graph

15368 Commits

Author SHA1 Message Date
Martin Diehl b8530bbcc9 Merge branch 'implicit-none-in-interface' into 'development'
implicit none does not propagate

See merge request damask/DAMASK!596
2022-05-31 12:06:03 +00:00
Test User 614eaa0032 [skip ci] updated version information after successful test of v3.0.0-alpha6-419-g3d10d2925 2022-05-28 21:16:36 +02:00
Philip Eisenlohr 3d10d29254 Merge branch 'warning-error-cleanup' into 'development'
more flexible error/warning handling

See merge request damask/DAMASK!594
2022-05-28 16:56:53 +00:00
Test User e163d247ec [skip ci] updated version information after successful test of v3.0.0-alpha6-402-g2bfcc4d0b 2022-05-28 04:22:27 +02:00
Martin Diehl d858d753e3 implicit none does not propagate
each subroutine/function is independent and not part of a scope
2022-05-27 22:38:47 +02:00
Martin Diehl 2bfcc4d0b8 standardized reporting 2022-05-27 20:53:16 +02:00
Martin Diehl b56ded62d9 encapsulate data, prefix only public functions 2022-05-27 18:01:40 +02:00
Philip Eisenlohr f85e8a3ff4 more precise warning for fftw_plan_mode 2022-05-27 12:00:53 -04:00
Philip Eisenlohr 75bd643258 more precise warning for fftw_plan_mode 2022-05-27 11:58:10 -04:00
Philip Eisenlohr d66c777d6e introduced "IO_panel" to write statements to STDERR 2022-05-27 11:47:14 -04:00
Martin Diehl 6c6b3e64b3 more flexible reporting 2022-05-27 09:38:47 +02:00
Martin Diehl cfa2be44e9 internal errors should trigger error stop 2022-05-27 08:48:42 +02:00
Martin Diehl f7d23ad151 internal variable, no prefix needed 2022-05-27 08:40:01 +02:00
Martin Diehl f31dd8cbe8 unknown error/warning numbers are internal errors 2022-05-27 08:34:52 +02:00
Martin Diehl f90523eb07 more flexible reporting 2022-05-27 08:33:50 +02:00
Martin Diehl 5f0ae4fe7a user errors are catched earlier
internal errors (essentially programming faults) should stop with 'error
stop'
2022-05-27 06:41:55 +02:00
Martin Diehl 79fad5ca19 IP was only used for an argument that is NOT the IP ID 2022-05-27 06:41:15 +02:00
Martin Diehl 1d4c476cd4 collect errors for more helpful message 2022-05-27 06:30:25 +02:00
Martin Diehl d5db083fec more convenient to see all invalid parameters 2022-05-27 00:25:25 +02:00
Martin Diehl 7a23699aa4 not needed
error occurs in <phase ... init>
2022-05-27 00:24:40 +02:00
Martin Diehl 724c4fcf5d not used
ip,el,g is anyways not flexible enough. Remove unused arguments before
developing a more flexible approach
2022-05-27 00:23:51 +02:00
Test User d3171e4724 [skip ci] updated version information after successful test of v3.0.0-alpha6-400-g1dc5e353c 2022-05-25 18:41:13 +02:00
Philip Eisenlohr 1dc5e353c4 Merge branch 'sequence-not-iterable' into 'development'
Need sequence not iterable

See merge request damask/DAMASK!587
2022-05-25 13:25:25 +00:00
Test User 4cb8930646 [skip ci] updated version information after successful test of v3.0.0-alpha6-395-g9696c1967 2022-05-23 15:24:41 +02:00
Martin Diehl 9696c19676 Merge branch 'typehints_results' into 'development'
06 Added typehints for results module

See merge request damask/DAMASK!498
2022-05-23 11:29:38 +00:00
Martin Diehl b9cea941cc simplified 2022-05-23 10:37:57 +02:00
Martin Diehl 4b4b455b85 mypy does not understand the setter 2022-05-22 10:08:32 +02:00
Martin Diehl 8039e56882 Merge remote-tracking branch 'origin/development' into typehints_results 2022-05-21 17:46:59 +02:00
Test User 4d17adb1bf [skip ci] updated version information after successful test of v3.0.0-alpha6-381-gd2c072604 2022-05-21 11:19:40 +02:00
Martin Diehl d2c072604a missing update of PRIVATE 2022-05-21 09:23:44 +02:00
Test User ad6cd12a18 [skip ci] updated version information after successful test of v3.0.0-alpha6-379-g119f8c484 2022-05-20 18:36:34 +02:00
d.mentock 570ba8d626 added type: ignore to unrecognized one line if statement 2022-05-20 12:04:34 +02:00
Nikhil Prabhu 119f8c4847 Merge branch 'initial-V_e' into 'development'
Draf: Initial v e

See merge request damask/DAMASK!589
2022-05-20 08:31:04 +00:00
Martin Diehl f42bb5d175 mitigate rounding errors 2022-05-20 06:43:32 +02:00
Martin Diehl 491e2ec0b2 avoid negative zero when not needed 2022-05-20 06:30:07 +02:00
Test User d2b493765c [skip ci] updated version information after successful test of v3.0.0-alpha6-373-g41a732f62 2022-05-19 22:42:33 +02:00
Philip Eisenlohr 92a4883344 consistent and correct type hinting/documentation for comments 2022-05-19 12:19:55 -04:00
Martin Diehl 6b6c2548c5 Merge branch 'development' into initial-V_e 2022-05-19 17:03:09 +02:00
Martin Diehl 41a732f62d assumed rank solution gives wrong results #194 2022-05-19 16:38:37 +02:00
Martin Diehl 556d9d840e specifying V_e is more natural than F_i 2022-05-19 01:15:17 +02:00
Philip Eisenlohr 164c7b4bc3 clarified sequence of sequences argument type 2022-05-18 09:31:19 -04:00
Philip Eisenlohr 254524fa38 clarified sequence and iterable argument types 2022-05-18 09:21:32 -04:00
Test User 0962d2ebdf [skip ci] updated version information after successful test of v3.0.0-alpha6-371-g18d862cdb 2022-05-18 03:17:26 +02:00
Philip Eisenlohr 18d862cdb0 Merge branch 'table-vtk-help' into 'development'
consistent interface and description

See merge request damask/DAMASK!584
2022-05-17 22:46:58 +00:00
Philip Eisenlohr 8442f0cdd3 accumulate comments 2022-05-17 16:12:00 -04:00
Test User 2a2324266c [skip ci] updated version information after successful test of v3.0.0-alpha6-367-g85fa92ee1 2022-05-17 19:35:47 +02:00
Daniel Otto de Mentock 85fa92ee1f Merge branch 'use-openMP-module' into 'development'
using the module is the recommended approach

See merge request damask/DAMASK!582
2022-05-17 12:57:15 +00:00
Daniel Otto de Mentock 5f3203cecf Merge branch 'element-cleanup' into 'development'
only relevant for Marc

See merge request damask/DAMASK!583
2022-05-17 12:56:50 +00:00
Test User 6a870d72a5 [skip ci] updated version information after successful test of v3.0.0-alpha6-362-g0ce280cc5 2022-05-17 13:59:25 +02:00
Nikhil Prabhu 0ce280cc5b Merge branch 'more-material-parameters' into 'development'
More material parameters

See merge request damask/DAMASK!585
2022-05-17 09:32:05 +00:00