Martin Diehl
|
a6a6519678
|
more local data handling
|
2019-11-24 07:44:17 +01:00 |
Martin Diehl
|
bb73a08cf4
|
better encapsulation
for results operations, do not rely directly on HDF5 module
|
2019-11-24 07:27:05 +01:00 |
Martin Diehl
|
928a5c2e55
|
better use fixtures
|
2019-11-24 06:29:00 +01:00 |
Martin Diehl
|
2b392241f9
|
Merge branch 'PythonImprovements' into pytest
|
2019-11-23 19:25:22 +01:00 |
Martin Diehl
|
406ae29897
|
adopting rename in mechanics
|
2019-11-23 19:22:18 +01:00 |
Martin Diehl
|
3be1caa4ef
|
read_dataset has at least two dimensions
|
2019-11-23 19:21:41 +01:00 |
Martin Diehl
|
eb80a82e05
|
first idea how to test pointwise operations
|
2019-11-23 18:58:44 +01:00 |
Martin Diehl
|
e3f8195621
|
no not change line endings
|
2019-11-23 17:08:36 +01:00 |
Martin Diehl
|
4dc4442fae
|
small DADF5 file for testing
|
2019-11-23 16:15:08 +01:00 |
Martin Diehl
|
510e4752fd
|
using parametrized tests for better coverage
|
2019-11-23 14:03:47 +01:00 |
Martin Diehl
|
2810531c97
|
a test with reference results
|
2019-11-23 13:37:03 +01:00 |
Martin Diehl
|
834cd43b66
|
intention not clear
any ideas why __transforms__ was used?
|
2019-11-23 08:06:26 +01:00 |
Martin Diehl
|
ea4c4b6636
|
Merge branch 'PythonImprovements' into pytest
|
2019-11-22 22:10:20 +01:00 |
Martin Diehl
|
dfb95df689
|
migrating shell scripts to python class
|
2019-11-22 21:48:41 +01:00 |
Martin Diehl
|
c00af5c402
|
4 space indents are common practice
|
2019-11-22 20:52:36 +01:00 |
Martin Diehl
|
e5e3db8286
|
Merge branch 'PythonImprovements' into pytest
|
2019-11-22 15:42:27 +01:00 |
Martin Diehl
|
fad679a9a5
|
need to catch IOError
|
2019-11-22 15:19:20 +01:00 |
Martin Diehl
|
6e0b2a4fab
|
following prospector rules
|
2019-11-22 13:16:53 +01:00 |
Martin Diehl
|
dac63f7d92
|
subfolders not needed
|
2019-11-22 12:55:56 +01:00 |
Martin Diehl
|
77e410d7d1
|
follow prospector rules
|
2019-11-22 12:17:44 +01:00 |
Martin Diehl
|
a26a5738dd
|
polishing
|
2019-11-21 21:48:54 +01:00 |
Martin Diehl
|
e0f3fe3cc0
|
ported from hand written test class
|
2019-11-21 21:01:01 +01:00 |
Martin Diehl
|
a3376a35b7
|
testing mechanics module with pytest
|
2019-11-21 20:00:28 +01:00 |
Martin Diehl
|
cf88c1f907
|
correct syntax for integer comparison
|
2019-11-21 19:49:46 +01:00 |
Martin Diehl
|
a5ae82fe90
|
handle deprecation warning in python 3.8
|
2019-11-21 19:47:27 +01:00 |
Martin Diehl
|
7a7eea47b5
|
correct handling of arrays
all strains measures except for logarithmic had wrong off-diagonal
components
|
2019-11-21 19:46:05 +01:00 |
Test User
|
2e834cc3c1
|
[skip ci] updated version information after successful test of v2.0.3-1073-g6f3cb071
|
2019-11-02 22:45:34 +01:00 |
Franz Roters
|
6f3cb071ec
|
Merge remote-tracking branch 'remotes/origin/DADF5-improvements' into development
|
2019-11-02 20:32:34 +01:00 |
Franz Roters
|
1b7a9fd9e9
|
[skip ci] just one slip system family
|
2019-10-31 17:20:17 +01:00 |
Martin Diehl
|
fb286af354
|
[skip sc] first draft
|
2019-10-31 10:47:40 +01:00 |
Martin Diehl
|
1c10459a5a
|
also use fast operation order
|
2019-10-30 21:09:17 +01:00 |
Test User
|
6a0bb8be8e
|
[skip ci] updated version information after successful test of v2.0.3-1023-g368d4deb
|
2019-10-30 19:15:00 +01:00 |
Martin Diehl
|
8a85123abc
|
4 space indent is python standard
|
2019-10-30 18:05:44 +01:00 |
Martin Diehl
|
ffb112b0d8
|
Merge branch 'development' into DADF5-improvements
|
2019-10-30 17:16:54 +01:00 |
Martin Diehl
|
368d4debda
|
calculate average nodal position directly
no need to average and have second memory access
|
2019-10-30 14:49:08 +01:00 |
Martin Diehl
|
40507846c9
|
cell displacement are between nodes which start at (0,0,0)
|
2019-10-30 14:47:42 +01:00 |
Martin Diehl
|
1d2d7d1ea3
|
remove public variables
they make code unreadable and unmaintainable
|
2019-10-29 23:24:12 +01:00 |
Martin Diehl
|
0c6b7e1112
|
not nice, but working ...
|
2019-10-29 23:15:02 +01:00 |
Martin Diehl
|
402e681cf5
|
initialization of arrays for fourier transform more reasonable
- padding entries in real data array need to be zero
- all values of the fourier data arrays are explicitly set
|
2019-10-29 16:18:58 +01:00 |
Martin Diehl
|
1ae33cf215
|
avoid one loop and use filtered frequencies
|
2019-10-29 09:15:35 +01:00 |
Martin Diehl
|
f451d19c1e
|
forall is obsolete
some calculation simplified
|
2019-10-28 21:27:57 +01:00 |
Martin Diehl
|
c47f516769
|
do not correct fluctuations
|
2019-10-28 21:16:43 +01:00 |
Martin Diehl
|
ed8834e371
|
maybe we can do some guessing for CPFEM ..
|
2019-10-28 13:38:30 +01:00 |
Martin Diehl
|
d1f719d3cf
|
separation of "age" and "forward" not useful
|
2019-10-28 13:36:36 +01:00 |
Martin Diehl
|
8de6fcfc24
|
unifying names
|
2019-10-28 13:29:32 +01:00 |
Martin Diehl
|
ab4a98fb53
|
make use of HDF5 and structure data
|
2019-10-28 13:17:05 +01:00 |
Martin Diehl
|
b733bd3038
|
polar decomposition
|
2019-10-28 11:18:26 +01:00 |
navyanthkusam
|
fca288ae8a
|
performance improvement
this mapping is faster for large volumes
|
2019-10-25 14:47:36 +02:00 |
Martin Diehl
|
10f2c53256
|
clearly distiguish
- DAMASK as a materialpoint model (CPFEM, not fitting name)
- solver
|
2019-10-25 08:30:12 +02:00 |
Martin Diehl
|
07d8379313
|
further untangling
|
2019-10-25 07:55:23 +02:00 |