Martin Diehl
|
1c10459a5a
|
also use fast operation order
|
2019-10-30 21:09:17 +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 |
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
|
aace0d3fae
|
including fixed tests
|
2019-10-24 22:20:50 +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 |
Martin Diehl
|
2652c5358b
|
tests do not use aliases anymore
|
2019-10-24 11:59:12 +02:00 |
Martin Diehl
|
c0c0831c92
|
multiple keyword are more confusing then helpful
|
2019-10-24 06:37:28 +02:00 |
Martin Diehl
|
50769b52a5
|
don't continue if calculation did not converge
|
2019-10-24 06:32:46 +02:00 |
Martin Diehl
|
0483fc7b3f
|
small functions with one task are better
|
2019-10-24 06:16:42 +02:00 |
Martin Diehl
|
a90e48175c
|
hopefully nonlocalfcc stops failing
|
2019-10-23 23:10:26 +02:00 |
Martin Diehl
|
534073358e
|
arguments are better than public variables
|
2019-10-23 23:06:47 +02:00 |
Martin Diehl
|
67228b46a6
|
modularize
|
2019-10-23 22:50:01 +02:00 |
Martin Diehl
|
52190382ac
|
cleaning
|
2019-10-23 22:42:46 +02:00 |
Martin Diehl
|
dfe65e406d
|
restart for commercial FE solvers untested
better no code than unreliable code. If functionality is needed,
implement it without the use of publicly writeable variables
|
2019-10-23 22:13:31 +02:00 |
Martin Diehl
|
8a4a5a8bef
|
Merge remote-tracking branch 'origin/development' into age-separately-2
|
2019-10-23 22:05:30 +02:00 |
Martin Diehl
|
e1d820bff1
|
does not support restart
|
2019-10-23 22:04:50 +02:00 |
Martin Diehl
|
90a47f0e31
|
MSC.Marc does not work with -O
Intel MPSS is missing in that case. This is probably due to some of the
linker options in include_linux64
|
2019-10-23 21:51:09 +02:00 |
Martin Diehl
|
60a19c020d
|
cleaning
|
2019-10-23 21:17:56 +02:00 |
Philip Eisenlohr
|
894b646283
|
corrected name of U,V; fixed Mises_strain factor from 3/2 to 2/3;
|
2019-10-23 15:03:24 +02:00 |
Martin Diehl
|
2d08eb68b1
|
bugfix for (3x3) version of Cauchy
|
2019-10-23 14:39:52 +02:00 |
Martin Diehl
|
578cbf9bbf
|
bugfixes:
- vonMises calculation was wrong
- wrong type of data used in some add_XXX
|
2019-10-21 18:07:35 +02:00 |
Test User
|
734d936a78
|
[skip ci] updated version information after successful test of v2.0.3-957-gccbcc0d0
|
2019-10-21 12:56:07 +02:00 |
Martin Diehl
|
ac0149e55e
|
not needed (is initialized to 0)
|
2019-10-21 11:48:35 +02:00 |
Sharan Roongta
|
ccbcc0d010
|
Merge branch 'labeled-systems' into development
|
2019-10-21 10:45:25 +02:00 |
Martin Diehl
|
61712f59b9
|
old, undocumented scripts do not exist anymore
|
2019-10-20 23:54:53 +02:00 |