Martin Diehl
|
57a0d33293
|
consistent names
|
2019-06-15 14:33:20 +02:00 |
Martin Diehl
|
7a76740c31
|
using new names
|
2019-06-14 08:51:23 +02:00 |
Martin Diehl
|
0f531d5dee
|
clearer name
|
2019-06-14 08:42:12 +02:00 |
Martin Diehl
|
9dfe71aa06
|
better readable
|
2019-06-10 09:42:23 +02:00 |
Martin Diehl
|
f22fcc7271
|
further removal of mesh
|
2019-06-07 10:20:56 +02:00 |
Martin Diehl
|
042ff7e491
|
microstructure is only a property of the discretization
will be used only by material.f90 once crystallite is removed
|
2019-06-07 07:44:34 +02:00 |
Martin Diehl
|
2a35a78d93
|
phase out mesh_elem and theMesh
|
2019-06-07 07:38:48 +02:00 |
Martin Diehl
|
cfc1dcf04b
|
mesh_elem and theMesh are deprecated
|
2019-06-06 22:49:17 +02:00 |
Martin Diehl
|
9e8bc7d9b1
|
better names
|
2019-06-06 11:08:58 +02:00 |
Martin Diehl
|
2f40f7a727
|
separating
|
2019-06-06 08:34:01 +02:00 |
Martin Diehl
|
9b37c62e15
|
mesh_element is deprecated (meaningless name)
|
2019-06-05 10:05:59 +02:00 |
Martin Diehl
|
ce9d6a5077
|
Merge branch 'development' into grid-mesh-cleanup
|
2019-05-30 23:52:37 +02:00 |
Martin Diehl
|
01e3b646c2
|
don't clutter the code with useless stuff
we only need to be more strict about prefixing
functions/subroutines/variables to see in which module they reside
|
2019-05-16 22:56:48 +02:00 |
Martin Diehl
|
028bdcff22
|
less compiler complaints
|
2019-05-16 22:24:42 +02:00 |
Franz Roters
|
d29967d8b2
|
Merge remote-tracking branch 'remotes/origin/improve-Lp-guessing' into development
|
2019-05-15 08:10:46 +02:00 |
Martin Diehl
|
3be5c6a5bc
|
Merge remote-tracking branch 'origin/development' into grid-mesh-cleanup
|
2019-05-14 11:13:09 +02:00 |
Martin Diehl
|
a8b9b5d1c9
|
homogenizationAt array had wrong shape for MPI (too large)
|
2019-05-14 08:11:23 +02:00 |
Martin Diehl
|
8dea95879c
|
specific for nonlocal, can be calculated during post processing
|
2019-05-14 07:22:29 +02:00 |
Martin Diehl
|
23cf134d6c
|
cleaning 2
|
2019-05-08 22:41:09 +02:00 |
Martin Diehl
|
4eef54f4d2
|
Merge branch 'development' into improve-Lp-guessing
|
2019-04-30 10:43:47 +02:00 |
Philip Eisenlohr
|
d74599d39a
|
Merge branch 'HDF5-postprocessing' into 'development'
Hdf5 postprocessing
See merge request damask/DAMASK!72
|
2019-04-29 23:24:42 +02:00 |
Martin Diehl
|
7c771647ad
|
adjustments for easier access to output data
|
2019-04-18 11:55:50 +02:00 |
Martin Diehl
|
c4784e6673
|
better readable
|
2019-04-13 15:34:51 +02:00 |
Martin Diehl
|
89679147e8
|
leaner group structure, centrally handled
|
2019-04-13 09:47:56 +02:00 |
Martin Diehl
|
52555d8c3c
|
key words don't contain small letters
moved more variables from numerics to crystallite
|
2019-04-11 11:27:03 +02:00 |
Martin Diehl
|
8f7239b75d
|
repetition not needed
- implicit none at the beginning of the module is enough
|
2019-04-11 07:35:58 +02:00 |
Martin Diehl
|
67eb39255a
|
keep connected data together
- avoids dependencies
- easier to read and modify
|
2019-04-11 07:24:04 +02:00 |
Martin Diehl
|
c3925b3497
|
small polishing
|
2019-04-07 14:47:21 +02:00 |
Martin Diehl
|
0b70f01e04
|
polishing
|
2019-04-07 14:28:08 +02:00 |
Martin Diehl
|
5075e1c2fb
|
constituent (ex crystallite) results are stored in HDF5
currently, not the best code but new structure for crystallite data will
fix that
output of orientations still missing
|
2019-04-06 12:08:25 +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
|
453eb538f7
|
preparing for PGI compiler
|
2019-04-03 16:24:15 +00:00 |
Martin Diehl
|
9759d3d041
|
forall is deprecated
- performance-wise, there should be no difference for the small loops we
have
- still, the on-liner syntax was much nicer
|
2019-04-03 13:25:01 +02:00 |
Martin Diehl
|
e33807aab3
|
fixed indentation
|
2019-04-03 12:54:07 +02:00 |
Martin Diehl
|
1d31c5c2db
|
pInt not needed
|
2019-04-03 12:32:30 +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
|
60f4f9f39c
|
norm2 for PGI
|
2019-03-10 10:05:47 +01:00 |
Martin Diehl
|
2394880741
|
Tstar renamed to S (following the DAMASK paper)
|
2019-03-09 11:11:40 +01:00 |
Martin Diehl
|
05eb80d38c
|
pLongInt was not used
|
2019-03-06 15:49:31 +01:00 |
Philip Eisenlohr
|
6e9b745ca1
|
shorterned line to avoid compile time truncation warning
|
2019-02-26 21:22:14 -05:00 |
Philip Eisenlohr
|
ff5ac56cfb
|
shortened too long lines
|
2019-02-26 15:31:47 -05:00 |
Philip Eisenlohr
|
cfb2770b93
|
merged and added correction to FreeSurface.config example
|
2019-02-26 13:56:49 -05:00 |
Philip Eisenlohr
|
cb9543dff7
|
more elaborate debug labelling
|
2019-02-26 13:47:46 -05:00 |
Martin Diehl
|
56e2c1264b
|
Merge branch 'development' into New-Thermal
|
2019-02-26 07:54:45 +01:00 |
Martin Diehl
|
6fab99bca5
|
Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development
|
2019-02-25 20:10:38 +01:00 |
Martin Diehl
|
d83847446d
|
Merge branch '32_NewStyleNonlocal-4' into development
|
2019-02-25 20:06:20 +01:00 |
Martin Diehl
|
7115382729
|
not used anymore
|
2019-02-24 10:08:09 +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
|
435dce220c
|
move stress conversion one level up
should be totally avoided
|
2019-02-18 07:24:56 +01:00 |