Martin Diehl
|
10d8a63cb6
|
not used
and current code is not good (not using Horner scheme)
|
2022-05-08 17:18:15 +02:00 |
Martin Diehl
|
d713026f7e
|
fast evaluation for (most common) case of constant
|
2022-05-08 16:49:30 +02:00 |
Martin Diehl
|
b2052cb3c7
|
less strict tolerances
values can be in the order of 1e5, so 1e-6 precision is not too bad
|
2022-05-08 16:41:19 +02:00 |
Martin Diehl
|
8f9fbb30e5
|
use fused multiply-add where possible
only possible for Intel compiler
|
2022-05-08 15:48:13 +02:00 |
Martin Diehl
|
5b8e5591ed
|
Merge remote-tracking branch 'origin/development' into order4-polynomial
|
2022-05-08 14:35:48 +02:00 |
Martin Diehl
|
240426402c
|
using (faster) Horner evaluation
https://rosettacode.org/wiki/Horner%27s_rule_for_polynomial_evaluation
|
2022-05-08 13:32:14 +02:00 |
Martin Diehl
|
72c29f744c
|
better tests
|
2022-05-08 12:49:29 +02:00 |
Test User
|
3854547ce8
|
[skip ci] updated version information after successful test of v3.0.0-alpha6-291-g7d18ed307
|
2022-05-08 12:40:58 +02:00 |
Martin Diehl
|
7d18ed307d
|
hickup in documentation
|
2022-05-08 09:30:26 +02:00 |
Martin Diehl
|
2741fbd977
|
whitespace adjustments
- 1 empty line between dummy arguments/return value
- 2 empty lines between variable definition and actual code
|
2022-05-08 09:27:21 +02:00 |
Martin Diehl
|
ec184cb8fe
|
need to relax absolute tolerance
absolute values for quartic become quite high
|
2022-05-08 08:30:58 +02:00 |
Martin Diehl
|
9605a5c2de
|
polynomial expansion up to order 4
|
2022-05-07 23:04:06 +02:00 |
Martin Diehl
|
71e4fa222c
|
generic code for variable order
|
2022-05-07 22:53:31 +02:00 |
Martin Diehl
|
70b9943920
|
allow to specify only quadratic term in Dict
|
2022-05-07 22:47:13 +02:00 |
Test User
|
45dc3d8f2b
|
[skip ci] updated version information after successful test of v3.0.0-alpha6-288-g2792153ca
|
2022-05-07 22:20:56 +02:00 |
Martin Diehl
|
7cf3bcb9c9
|
easier to read
|
2022-05-07 22:01:47 +02:00 |
Martin Diehl
|
2792153ca2
|
Merge branch 'PETSc-3.17.1' into 'development'
PETSc 3.17.1 adjustments
See merge request damask/DAMASK!571
|
2022-05-07 18:02:50 +00:00 |
Martin Diehl
|
58fab14c6c
|
PETSc 3.17.1 adjustments
|
2022-05-06 12:34:32 +02:00 |
Test User
|
ca95282911
|
[skip ci] updated version information after successful test of v3.0.0-alpha6-285-g4d131ec7b
|
2022-05-06 12:01:24 +02:00 |
Franz Roters
|
4d131ec7ba
|
Merge branch 'structure-improvements' into 'development'
Directory layout and filename improvements
See merge request damask/DAMASK!567
|
2022-05-06 07:33:51 +00:00 |
Test User
|
c58bbaa9ad
|
[skip ci] updated version information after successful test of v3.0.0-alpha6-270-gc6030f30d
|
2022-05-05 03:50:41 +02:00 |
Martin Diehl
|
c6030f30d9
|
Merge branch 'setup.cfg_solver_update' into 'development'
modified setup.cfg to include solver dir
See merge request damask/DAMASK!569
|
2022-05-04 23:07:56 +00:00 |
Franz Roters
|
6236ad52d1
|
consistent naming
|
2022-05-03 13:00:28 +02:00 |
Franz Roters
|
fc4619189f
|
unified capitalization
|
2022-05-03 12:55:27 +02:00 |
d.mentock
|
60190e8992
|
modified setup.cfg to automatically detect main package and subpackages
|
2022-05-02 18:00:21 +02:00 |
d.mentock
|
0a42dba453
|
modified setup.cfg to include solver dir
|
2022-05-02 10:25:11 +02:00 |
Martin Diehl
|
be39865ff7
|
more systematic naming
|
2022-05-02 09:52:15 +02:00 |
Martin Diehl
|
e29a732d9f
|
improved naming
|
2022-04-29 14:58:12 +02:00 |
Martin Diehl
|
730cda2020
|
more explicit name
|
2022-04-29 14:50:27 +02:00 |
Test User
|
07b95a3dec
|
[skip ci] updated version information after successful test of v3.0.0-alpha6-266-g5776891b7
|
2022-04-28 01:12:34 +02:00 |
Martin Diehl
|
5776891b75
|
typo: missing space
|
2022-04-27 22:49:33 +02:00 |
Martin Diehl
|
e0d2859202
|
better test coverage
|
2022-04-27 17:25:39 +02:00 |
Martin Diehl
|
8faa5296a1
|
Merge remote-tracking branch 'origin/fiber_components_noalphabeta' into development
|
2022-04-27 17:25:13 +02:00 |
Philip Eisenlohr
|
8f0240c67b
|
avoid option clash in Orientation.from_fiber_component
|
2022-04-27 08:59:55 -04:00 |
Test User
|
831cd42842
|
[skip ci] updated version information after successful test of
|
2022-04-27 10:09:51 +02:00 |
Martin Diehl
|
ae9ffe9924
|
pip-compatible version string
|
2022-04-27 06:50:22 +02:00 |
Martin Diehl
|
45fdd03ecd
|
main file at root
|
2022-04-27 06:05:06 +02:00 |
Martin Diehl
|
8b3a0982c6
|
rename was missing (is already in code)
|
2022-04-27 05:58:05 +02:00 |
Martin Diehl
|
bb83d20fe9
|
Merge branch 'development' into structure-improvements
|
2022-04-27 05:55:19 +02:00 |
Test User
|
af8003525a
|
[skip ci] updated version information after successful test of 3.0.0-alpha6-258-gea7c8ef23
|
2022-04-27 01:01:01 +02:00 |
Philip Eisenlohr
|
ea7c8ef235
|
Merge branch 'split-CLI-signals' into 'development'
separating functionality
See merge request damask/DAMASK!565
|
2022-04-26 20:17:14 +00:00 |
Philip Eisenlohr
|
dece12a1a6
|
remove unused CLI module inclusion
|
2022-04-26 12:19:13 -04:00 |
Test User
|
51996a707e
|
[skip ci] updated version information after successful test of 3.0.0-alpha6-252-g59668d291
|
2022-04-26 11:05:02 +02:00 |
Daniel Otto de Mentock
|
59668d2910
|
removed zip_safe = false entry from setup.cfg
|
2022-04-26 08:32:18 +02:00 |
Daniel Otto de Mentock
|
b4c6ca64fc
|
replaced setup.py with setup.cfg file
modified .gitlab-ci.yml file to strip away "v" from git describe
<commit> result
|
2022-04-25 12:00:54 +02:00 |
Martin Diehl
|
b7a70ffe61
|
new location
|
2022-04-25 06:39:00 +02:00 |
Martin Diehl
|
7a4097d52b
|
Marc code belongs to Marc subfolder
|
2022-04-24 19:03:22 +02:00 |
Martin Diehl
|
1b9c0713cb
|
symlink was broken
|
2022-04-24 17:47:26 +02:00 |
Martin Diehl
|
9979062c6e
|
use correct location and capitalized preprocessor macro
|
2022-04-24 17:44:20 +02:00 |
Martin Diehl
|
d41d03015a
|
better matching name
|
2022-04-24 17:38:59 +02:00 |