Commit Graph

15584 Commits

Author SHA1 Message Date
Martin Diehl 4f0db64e15 grid assemble + corrected grid.scale 2022-11-08 18:52:08 +00:00
Philip Eisenlohr 507e1a2f05 Merge branch 'rotation-example' into 'development'
Rotation-example

See merge request damask/DAMASK!645
2022-11-08 14:25:35 +00:00
Philip Eisenlohr 868a4dda96 remove numpy where unnecessary 2022-11-07 14:56:38 -05:00
Sharan Roongta 88206d307b default was incorrect and some useful examples added 2022-11-07 18:30:46 +01:00
Test User 8bfe9269fd [skip ci] updated version information after successful test of v3.0.0-alpha7-53-g1fae90b9b 2022-11-06 23:04:24 +01:00
Philip Eisenlohr 1fae90b9b5 Merge branch 'result_custom_path_export' into 'development'
added custom path export option to Result.export_* functions

Closes #172

See merge request damask/DAMASK!599
2022-11-06 18:10:23 +00:00
Daniel Otto de Mentock 2c3da9c1bf added custom path export option to Result.export_* functions 2022-11-06 18:10:23 +00:00
Test User 92f6d7e68d [skip ci] updated version information after successful test of v3.0.0-alpha7-50-g5c4674104 2022-11-03 16:36:45 +01:00
Martin Diehl 5c4674104a Merge branch 'github-actions-improvements' into development 2022-11-03 09:50:06 +01:00
Martin Diehl 51da27c853 line too long 2022-11-03 09:20:14 +01:00
Test User 5df741c9c2 [skip ci] updated version information after successful test of v3.0.0-alpha7-44-g8e88b2423 2022-11-03 01:22:11 +01:00
Franz Roters 8e88b2423c Merge branch 'fix-Kichhoff-typos' into 'development'
fix Kichhoff typos

See merge request damask/DAMASK!641
2022-11-02 20:23:56 +00:00
Philip Eisenlohr 0ab9adcb5e fix Kichhoff typos 2022-11-02 20:23:56 +00:00
Martin Diehl bfea213594 old versions are deprecated 2022-11-02 20:57:53 +01:00
Martin Diehl 4b73188857 include Python 3.10 (approx a year old) 2022-11-02 17:12:19 +01:00
Martin Diehl 2dd76d0eab fix for HDF5 1.12.2 and Intel ifx
https://www.intel.com/content/www/us/en/developer/articles/release-notes/oneapi-fortran-compiler-release-notes.html#inpage-nav-10-2-9
2022-11-02 11:54:52 +01:00
Test User 11676fe782 [skip ci] updated version information after successful test of v3.0.0-alpha7-41-ga1b91e5fc 2022-10-31 16:58:24 +01:00
Daniel Otto de Mentock a1b91e5fcf Merge branch '202_MPI-random-seed' into 'development'
avoid repeated random sequences on different processes

Closes #202

See merge request damask/DAMASK!639
2022-10-31 11:29:50 +00:00
Test User 8774b94d2a [skip ci] updated version information after successful test of v3.0.0-alpha7-38-gc507e2d3b 2022-10-29 06:33:26 +02:00
Philip Eisenlohr c507e2d3b6 avoid potenttial out-of-bounds memory access 2022-10-27 15:56:59 -04:00
Philip Eisenlohr 5c688345ed more verbose and specific messaging in self-test and errors 2022-10-27 15:39:48 -04:00
Martin Diehl ae3b049d30 avoid repeated random sequences on different processes
we don't use random numbers a lot and there are no reported problems
yet.
Still, this is safer.
2022-10-27 09:21:37 +02:00
Test User 94849d9c38 [skip ci] updated version information after successful test of v3.0.0-alpha7-35-g9149e760f 2022-10-26 16:11:48 +02:00
Franz Roters 9149e760f6 Merge branch 'dislotwin-parameters' into 'development'
example files for TWIP/TRIP

See merge request damask/DAMASK!636
2022-10-26 06:59:59 +00:00
Test User 54a9b1e60f [skip ci] updated version information after successful test of v3.0.0-alpha7-29-g4e5567fce 2022-10-26 00:48:54 +02:00
Martin Diehl 28ea09050d polishing 2022-10-25 23:18:22 +02:00
Daniel Otto de Mentock 4e5567fce1 Merge branch 'cleaning-YAML' into 'development'
Re-written YAML types

See merge request damask/DAMASK!637
2022-10-25 16:09:36 +00:00
Martin Diehl df5487e1a9 Re-written YAML types
Strict typing for YAML

New access pattern requires to specify the expected type, i.e. 'scalar', 'list', or 'dict'. This ensures that the node offers the expected functionality instead of polluting 'tNode' with dummy functions which throw error messages if not overwritten.

The restructuring of the code allows to hierarchically construct methods without much code duplication.

Some aspects of the error messaging system have been improved.
2022-10-25 16:09:36 +00:00
Martin Diehl ff3e08531e including test 2022-10-23 12:42:17 +02:00
Martin Diehl 7831aa5ce8 Merge remote-tracking branch 'origin/development' into dislotwin-parameters 2022-10-23 12:31:30 +02:00
Test User 71c686b508 [skip ci] updated version information after successful test of v3.0.0-alpha7-26-gb9f354a49 2022-10-20 17:18:35 +02:00
Sharan Roongta b9f354a495 Merge branch '218_HDF5read-dim0' into 'development'
avoid HDF5 error in case of empty dataset

See merge request damask/DAMASK!635
2022-10-20 09:57:39 +00:00
Daniel Otto de Mentock d4bd555551 Merge branch '215_dependencies-in-setup.cfg' into 'development'
215 dependencies in setup.cfg

See merge request damask/DAMASK!634
2022-10-20 09:01:32 +00:00
Martin Diehl bf0113a737 avoid HDF5 error in case of empty dataset 2022-10-20 01:09:03 +02:00
Martin Diehl 21230613c0 should work on Windows 2022-10-19 20:12:13 +02:00
Martin Diehl ec09e72408 Merge remote-tracking branch 'origin/development' into 215_dependencies-in-setup.cfg 2022-10-19 20:09:08 +02:00
Test User 51f0ac5d01 [skip ci] updated version information after successful test of v3.0.0-alpha7-16-g027d77e9f 2022-10-19 15:10:32 +02:00
Franz Roters 027d77e9f7 Merge branch 'long-PETSc-lines' into 'development'
length of macro seems to depend on PETSc location

See merge request damask/DAMASK!632
2022-10-19 10:32:15 +00:00
Test User 57b69e2041 [skip ci] updated version information after successful test of v3.0.0-alpha7-13-g53123d6c2 2022-10-17 01:52:06 +02:00
Martin Diehl 53123d6c27 using current PRIVATE
includes chances slightly less strict tolerance to avoid failing tests
when using GCC and improved handling of output directory for commit
history statistics
2022-10-16 20:56:40 +02:00
Test User bdb1e97890 [skip ci] updated version information after successful test of v3.0.0-alpha7-11-g11e91c0ef 2022-10-16 13:32:07 +02:00
Martin Diehl 11e91c0ef0 Merge branch 'grid_thermal_spectral_fix' into 'development'
missing allocation statement was causing gnu and intel debug compiler to fail in testsuite

See merge request damask/DAMASK!633
2022-10-16 09:01:05 +00:00
Martin Diehl d315aac163 use sourced allocation 2022-10-15 21:54:03 +02:00
Daniel Otto de Mentock 592936f21f missing allocation statement was causing gnu and intel debug compiler to fail 2022-10-14 11:44:42 +02:00
Test User 1b31c93834 [skip ci] updated version information after successful test of v3.0.0-alpha7-7-gb2a600b07 2022-10-13 17:00:58 +02:00
Martin Diehl 8937967067 length of macro seems to depend on PETSc location 2022-10-13 13:08:13 +02:00
Daniel Otto de Mentock 351d81cfe5 python package needs to be built after every push to development/master 2022-10-13 13:01:42 +02:00
Daniel Otto de Mentock a0cb7dced4 damask version needs to comply to PEP440 standards 2022-10-13 13:00:05 +02:00
Daniel Otto de Mentock 3650553fdf venv not required for build 2022-10-13 12:55:40 +02:00
Martin Diehl b2a600b07d new PETSc, new compilers 2022-10-13 12:17:30 +02:00