Martin Diehl
7677bc876b
more precise documentation
...
symmetric is not enough, could result in taking the square root of negative eigenvalues
2020-03-15 15:58:25 +01:00
Martin Diehl
253ee0013d
equivalent, but more systematic
2020-03-15 15:03:53 +01:00
Martin Diehl
65decfc48a
intention more clear
2020-03-15 14:54:25 +01:00
Martin Diehl
66302fa6da
rotational part is always of 3x3 tensor
2020-03-15 14:21:11 +01:00
Martin Diehl
4b3f4834b5
unified documentation and variable names
2020-03-15 14:07:38 +01:00
Martin Diehl
2d678fae8f
better readable
2020-03-15 13:52:50 +01:00
Martin Diehl
6a0d4678a9
better readable
2020-03-15 13:19:07 +01:00
Martin Diehl
9aa9b7ff69
documenting parameters
2020-03-15 13:09:27 +01:00
Martin Diehl
ae49e6710d
documenting for doxygen
2020-03-15 12:54:35 +01:00
Martin Diehl
7062305ee8
using new doxygen version
2020-03-15 12:16:46 +01:00
Martin Diehl
8cc16da53f
atol is part of the state structure, no need for suffix
2020-03-15 09:51:40 +01:00
Martin Diehl
7ec5a0bd6b
make consistency check
2020-03-15 09:39:35 +01:00
Martin Diehl
a3e2d39854
no need to store atol twice
2020-03-15 08:47:16 +01:00
Martin Diehl
941a9fbff4
fixing prospector complaints
2020-03-14 22:56:13 +01:00
Martin Diehl
9ad391ae50
include sanity check
2020-03-14 22:53:05 +01:00
Martin Diehl
554631d554
whitespace adjustments
2020-03-14 22:31:36 +01:00
Martin Diehl
f9aea736cb
there is a function for that
2020-03-14 22:26:47 +01:00
Martin Diehl
6dcb5b0d0d
vectorize
2020-03-14 22:24:45 +01:00
Martin Diehl
0becd8c20b
not needed
2020-03-14 22:21:31 +01:00
Martin Diehl
b4679fabfc
whitespace cleaning and other polishing
2020-03-14 22:17:59 +01:00
Martin Diehl
38b755740b
no need to store atol
2020-03-14 20:55:46 +01:00
Martin Diehl
eb08f9f0b2
polishing
2020-03-14 19:40:05 +01:00
Martin Diehl
33aaa94865
use centralized (and tested) funtionality
2020-03-14 17:29:08 +01:00
Martin Diehl
8bd708f3b1
correct type
2020-03-14 13:53:21 +01:00
Martin Diehl
5c4ddf5138
Merge branch 'development' into MiscImprovements
2020-03-14 12:52:30 +01:00
Martin Diehl
07ecf60722
more explicit and flexible
2020-03-13 14:03:04 +01:00
Test User
c9754767e4
[skip ci] updated version information after successful test of v2.0.3-1920-ge8c16e7f
2020-03-13 09:51:00 +01:00
Franz Roters
e8c16e7f98
Merge remote-tracking branch 'remotes/origin/clean-and-polish-damage' into development
2020-03-13 07:19:52 +01:00
Martin Diehl
771663c944
polishing
2020-03-13 00:30:49 +01:00
Martin Diehl
d6e9eb71ea
new test
2020-03-12 22:14:52 +01:00
Test User
e93141de3a
[skip ci] updated version information after successful test of v2.0.3-1866-g598ce27d
2020-03-11 04:46:50 +01:00
Philip Eisenlohr
598ce27d1f
Merge branch 'progress-bar-class' into development
2020-03-10 17:30:21 -04:00
Philip Eisenlohr
a7f5e42c2e
condensed if-else
2020-03-10 22:13:21 +01:00
Martin Diehl
e8b5a6dfe4
bugfix:
...
full stress tensor should be used
2020-03-10 14:02:09 +01:00
Martin Diehl
705ee908a2
Merge remote-tracking branch 'origin/development' into clean-and-polish-damage
2020-03-10 13:49:11 +01:00
Martin Diehl
aa75591ea9
no need to prefix internal parameters
...
also, use CAPITALS for parameters, but not for module prefixes (does not
work for IO and HDF5 anyway)
2020-03-10 13:45:00 +01:00
Martin Diehl
2f16c1cacf
more relevant test
...
restricting to reasonable F allows to use a reasonable tolerance
2020-03-10 07:58:03 +01:00
Martin Diehl
39b2f8d2d9
clearer name
2020-03-10 06:13:54 +01:00
Martin Diehl
3fadbaa369
fixed typo
2020-03-09 22:20:33 +01:00
Martin Diehl
6bc57d4911
mainly code duplication and not used
2020-03-09 14:17:41 +01:00
Martin Diehl
4a93f2206d
avoid early return + use numpy names
2020-03-09 14:17:05 +01:00
Martin Diehl
105853004a
correct type conversions
2020-03-09 14:07:31 +01:00
Martin Diehl
a1f36b14d3
simplifying
...
still trying to figure out how to best use HDF5 for reference stiffness
2020-03-09 14:05:49 +01:00
Martin Diehl
cf8e3fb91a
single source of truth
2020-03-09 14:00:58 +01:00
Martin Diehl
9bfaf4fbfb
it is RodriGues, not RodriQues
2020-03-09 13:58:10 +01:00
Martin Diehl
a0f1509045
full out of source build
...
no temporary variables appear in src if following cmake procedure
2020-03-09 13:55:28 +01:00
Test User
0dea7a3c7e
[skip ci] updated version information after successful test of v2.0.3-1862-g0b340a6d
2020-03-09 13:50:42 +01:00
Martin Diehl
32378fa609
simpler use of progress bar
...
now written as class (avoids the managing of function attributes) which
is used as a small wrapper around a loop.
ETA is shown, based on datetime class which hast nice formatting
2020-03-09 13:44:08 +01:00
Sharan Roongta
0b340a6d42
Merge branch 'less-public-variables' into development
2020-03-09 11:25:35 +01:00
Test User
5b85150cb0
[skip ci] Merge branch 'master' into development
2020-03-06 05:37:43 +01:00