Martin Diehl
|
57a0d33293
|
consistent names
|
2019-06-15 14:33:20 +02:00 |
Martin Diehl
|
937a84231f
|
material_phase is deprecated
|
2019-06-15 13:57:24 +02:00 |
Martin Diehl
|
083fdb13b4
|
material_phaseAt and material_phaseMemberAt substitute material_phase
|
2019-06-14 09:37:01 +02:00 |
Martin Diehl
|
9c4f92a01c
|
substitute phasememberAt with material_phaseMemberAt
need to be clear where a global variable is defined
|
2019-06-14 09:09:16 +02:00 |
Martin Diehl
|
86a720be8c
|
ensure memory release
|
2019-06-07 12:19:36 +02:00 |
Martin Diehl
|
b77ce718cf
|
mesh_element/theMesh deprecated
|
2019-06-07 07:49:45 +02:00 |
Martin Diehl
|
87bc95e6fb
|
IPvolume is only needed for nonlocal
|
2019-06-06 23:17:02 +02:00 |
Martin Diehl
|
eb8c41b3b5
|
cleaning
|
2019-06-06 10:43:08 +02:00 |
Martin Diehl
|
d76a360fa7
|
use cascaded include (math provides prec)
|
2019-05-11 11:58:54 +02:00 |
Martin Diehl
|
7c771647ad
|
adjustments for easier access to output data
|
2019-04-18 11:55:50 +02:00 |
Martin Diehl
|
89679147e8
|
leaner group structure, centrally handled
|
2019-04-13 09:47:56 +02:00 |
Martin Diehl
|
2fa8691335
|
prefix is added centrally already
|
2019-04-07 14:26:01 +02:00 |
Martin Diehl
|
bfb6ad557f
|
WIP: crystallite HDF5 results
will be stored according to the phase sections
|
2019-04-06 12:08:25 +02:00 |
Martin Diehl
|
7af3e70061
|
no pInt
|
2019-04-06 12:08:25 +02:00 |
Martin Diehl
|
6553fe815e
|
proper indentation
|
2019-04-06 07:56:47 +00:00 |
Martin Diehl
|
bc4b79a3a2
|
writing results out
credits to Vitesh
|
2019-04-04 10:04:44 +02:00 |
Martin Diehl
|
4cac2448d4
|
writing more results out
|
2019-04-04 07:52:36 +02:00 |
Martin Diehl
|
bdaa703d37
|
forall is deprecated, do concurrent not yet established
|
2019-04-03 18:26:43 +02:00 |
Martin Diehl
|
4604e65a42
|
use matmul instead of hand-written functions
- performance is the same
- leaner code
- matmul works (was buggy a few years ago)
|
2019-04-03 08:22:04 +02:00 |
Martin Diehl
|
320f39925a
|
modernized
- no pInt
- consistent indentation by 2 spaces
- no leftovers from old file parsing
|
2019-03-24 11:18:59 +01:00 |
Martin Diehl
|
dac4f5cd22
|
syntax polishing
|
2019-03-17 17:02:08 +01:00 |
Martin Diehl
|
550b6510a5
|
better name
|
2019-03-10 12:05:52 +01:00 |
Martin Diehl
|
714c9b1ecb
|
PGI does not no "do concurrent" (yet)
|
2019-03-10 10:05:47 +01:00 |
Martin Diehl
|
34660599a1
|
dummy HDF5 output for all plasticity laws
|
2019-03-09 20:43:31 +01:00 |
Martin Diehl
|
67dcb6d2d6
|
not needed
|
2019-03-08 19:07:19 +01:00 |
Martin Diehl
|
ce0e84f418
|
was not used anymore
|
2019-03-08 19:07:19 +01:00 |
Martin Diehl
|
05eb80d38c
|
pLongInt was not used
|
2019-03-06 15:49:31 +01:00 |
Martin Diehl
|
56e2c1264b
|
Merge branch 'development' into New-Thermal
|
2019-02-26 07:54:45 +01:00 |
Martin Diehl
|
d83847446d
|
Merge branch '32_NewStyleNonlocal-4' into development
|
2019-02-25 20:06:20 +01:00 |
Martin Diehl
|
93ae5cbd07
|
Merge remote-tracking branch 'origin/development' into 10-consistent-orientation-conversions-3
|
2019-02-22 23:05:36 +01:00 |
Martin Diehl
|
194824fd0f
|
WIP: cleaned
no file reading
getting rid of a number of obsolete dependencies
|
2019-02-22 20:37:41 +01:00 |
Martin Diehl
|
e7268ce109
|
simpler structure:
- do not read file
- use function for allocation
- do not constantly convert (3,3) <-> (6)
|
2019-02-22 15:37:42 +01:00 |
Martin Diehl
|
aa2bd4fc4c
|
Merge branch 'development' into New-Thermal
|
2019-02-22 10:17:34 +01:00 |
Martin Diehl
|
beb73c7882
|
not needed
|
2019-02-22 07:37:08 +01:00 |
Martin Diehl
|
2d51c0595b
|
don't parse material.config any more
|
2019-02-20 19:03:20 +01:00 |
Martin Diehl
|
871ba90654
|
initialization can be done internally
|
2019-02-20 17:50:26 +01:00 |
Martin Diehl
|
eb394b3139
|
same name in all models
|
2019-02-20 14:54:26 +01:00 |
Martin Diehl
|
a896ed91f8
|
simplified/not needed
|
2019-02-20 07:33:19 +01:00 |
Martin Diehl
|
e8ac2d0d97
|
limiting inter-module dependencies
|
2019-02-19 10:47:12 +01:00 |
Martin Diehl
|
435dce220c
|
move stress conversion one level up
should be totally avoided
|
2019-02-18 07:24:56 +01:00 |
Martin Diehl
|
8a30441a52
|
Merge branch 'development' into 32_NewStyleNonlocal-3
|
2019-02-18 07:14:11 +01:00 |
Martin Diehl
|
553b1c7743
|
stress tensor was accidentally still converted
|
2019-02-17 13:16:00 +01:00 |
Martin Diehl
|
cf32e7d1f5
|
use parameter structure and avoid conversion 33<->6
|
2019-02-17 12:15:46 +01:00 |
Franz Roters
|
530f4f2804
|
Merge branch 'New-Damage' into 'development'
New damage
See merge request damask/DAMASK!59
|
2019-02-17 10:09:46 +01:00 |
Martin Diehl
|
d366651873
|
file reading not required anymore
|
2019-02-13 09:57:12 +01:00 |
Martin Diehl
|
3ca34c8f80
|
simplified
|
2019-02-13 09:09:30 +01:00 |
Martin Diehl
|
55cef533f1
|
conversion 3x3-matrix <-> 6-vector not helpful
|
2019-02-13 00:00:07 +01:00 |
Martin Diehl
|
01fe7a9731
|
Merge branch 'development' into New-Damage
|
2019-02-12 23:37:39 +01:00 |
Martin Diehl
|
c9fc7ea982
|
cleaning
trying to find logic with less dependencies on the various
mappings
|
2019-02-12 23:35:22 +01:00 |
Martin Diehl
|
be7f740e65
|
Merge branch 'development' into New-Thermal
|
2019-02-12 22:52:21 +01:00 |