Martin Diehl
|
8a9d3f8d6d
|
avoid code duplication
|
2019-12-02 20:09:27 +01:00 |
Martin Diehl
|
83453d10ef
|
use rotation class for consistent handling of rotations
|
2019-12-02 16:37:22 +01:00 |
Martin Diehl
|
be099e38c2
|
might be of use
|
2019-12-02 16:22:27 +01:00 |
Martin Diehl
|
8189b50509
|
same functionality but tested
|
2019-12-02 12:58:23 +01:00 |
Martin Diehl
|
2969a53338
|
not used/needed anymore
|
2019-12-02 12:54:45 +01:00 |
Martin Diehl
|
f85ee7d7fb
|
plasticity is postResults-free
|
2019-12-02 12:39:44 +01:00 |
Martin Diehl
|
2b3b26087f
|
consistent names
|
2019-12-01 20:07:16 +01:00 |
Martin Diehl
|
05aa38cc71
|
using short names
|
2019-12-01 15:05:49 +01:00 |
Martin Diehl
|
bb152a171a
|
consistent naming among plasticity laws
|
2019-12-01 10:32:45 +01:00 |
Martin Diehl
|
1cf1da5bcc
|
consistent naming
|
2019-12-01 09:35:44 +01:00 |
Martin Diehl
|
33c090d2ac
|
pointers for better readability
|
2019-12-01 08:55:24 +01:00 |
Martin Diehl
|
afad2f2dce
|
short and consistent naming
|
2019-12-01 08:39:30 +01:00 |
Martin Diehl
|
df4b642400
|
polishing
|
2019-12-01 08:33:04 +01:00 |
Martin Diehl
|
07fb915a7e
|
postResults not needed anymore
|
2019-12-01 08:27:56 +01:00 |
Martin Diehl
|
c7d675a1e9
|
not needed anymore
|
2019-11-30 16:03:18 +01:00 |
Martin Diehl
|
d93fb12e8c
|
remove extra output
current implementation was not very general, no separation of different
dislocation types.
if output is needed, re-implemenation is straight forward
|
2019-11-30 14:36:54 +01:00 |
Martin Diehl
|
530f2d3c08
|
Merge branch 'no-crystallite' into almost-no-postResults
|
2019-11-25 21:51:15 +01:00 |
Martin Diehl
|
67c8d3899d
|
crystallite output fully removed
|
2019-11-25 08:44:44 +01:00 |
Martin Diehl
|
127a29ab1a
|
cleaning
|
2019-11-24 13:42:19 +01:00 |
Martin Diehl
|
97474e05a8
|
not needed anymore
|
2019-11-24 11:01:04 +01:00 |
Martin Diehl
|
e20477099e
|
no crystallite output
|
2019-11-24 09:46:46 +01:00 |
Martin Diehl
|
50b48b8bf7
|
IP neighbourhood deprecated
trivial for grid and, hence, not written out.
Test for marc/abaqus/mesh would make more sense
|
2019-11-24 07:54:34 +01:00 |
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
|
1c10459a5a
|
also use fast operation order
|
2019-10-30 21:09:17 +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
|
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 |
Martin Diehl
|
cf8b16c066
|
better have one function per task
but separating ageing and forward for the solver is not trivial due to
guessing
|
2019-10-25 07:31:09 +02:00 |
Martin Diehl
|
eb4cad17b5
|
avoid public variables
|
2019-10-25 00:53:48 +02:00 |
Martin Diehl
|
378729f5c4
|
clearer structure
|
2019-10-25 00:42:59 +02:00 |
Martin Diehl
|
9db5cbb667
|
trying to get rid of a global "restartWrite" variable
|
2019-10-24 22:50:30 +02:00 |
Martin Diehl
|
3d44e7598e
|
works only for MSC.Marc
|
2019-10-24 13:57:14 +02:00 |
Martin Diehl
|
0bc4326618
|
better have one function per task
|
2019-10-24 13:46:36 +02:00 |
Martin Diehl
|
7c0bb2fdf8
|
consistent description
|
2019-10-24 13:37:40 +02:00 |
Martin Diehl
|
71def397d5
|
no need to age before writing restart data
|
2019-10-24 13:14:40 +02:00 |
Martin Diehl
|
176f6028cd
|
CPFE2 writes current variables (like grid solvers)
|
2019-10-24 13:06:42 +02:00 |
Martin Diehl
|
c1cf64bf00
|
was not used/tested
|
2019-10-24 12:15:22 +02:00 |