Martin Diehl
9e05b2fcf0
using new name
2019-03-07 22:20:38 +01:00
Martin Diehl
b03208bc69
unused function
2019-03-07 22:19:08 +01:00
Martin Diehl
3b8b83fbd9
FLOAT is not defined anymore
2019-03-07 22:18:29 +01:00
Martin Diehl
a80b57c96b
forgotten during removal of vacancy/porosity/hydrogen
2019-03-07 20:51:14 +01:00
Martin Diehl
215598ade9
consistent formatting: always indent by 2 spaces
2019-03-07 20:39:33 +01:00
Martin Diehl
81b971374b
no need to use pInt
2019-03-07 19:34:27 +01:00
Martin Diehl
98843587e5
Merge branch 'FWBW-default-2' into development
2019-03-07 18:37:58 +01:00
Martin Diehl
d17c1a6d17
comment was wrong
2019-03-07 18:37:22 +01:00
Martin Diehl
7a083c4098
[skip ci] more general names and procedure
2019-03-07 11:02:27 +01:00
Martin Diehl
4ee484b6e7
correct scaling for fluctuations
2019-03-07 07:14:45 +01:00
Martin Diehl
21bbba1575
cleaning
2019-03-07 07:09:00 +01:00
Martin Diehl
ae3de821b4
bugfix: synchronizatopm of dPdF_min and dPdF_max was not correct
...
-before: using componenwise min/max among different processors
-now: identify the processor that holds the minimum/maximum of the
norm
2019-03-07 07:01:09 +01:00
Martin Diehl
ccb62da24a
kind-ID does not need to coincide with the number of bytes
2019-03-06 16:33:39 +01:00
Martin Diehl
a965c46025
improved functions for floating point comparison
...
- less stric tolerance for comparison to zero
- better readable
- avoid "merge" on optional arguments (not safe)
- "equal" and "notEqual" are now symmetric (assignment of <= and < is
arbitrary)
2019-03-06 15:57:42 +01:00
Martin Diehl
51f8b1961f
simplify integer precision handling
...
essentially, it should be ok to always use the default integer (which is
32 bit unless using MSC.Marc) and use 64 bit integer only for special cases where an overflow
could happen
2019-03-06 15:52:52 +01:00
Martin Diehl
05eb80d38c
pLongInt was not used
2019-03-06 15:49:31 +01:00
Martin Diehl
c9e7311b42
no need to use pInt here
2019-03-06 15:47:48 +01:00
Martin Diehl
977f61452b
compiler-independent defintion of real and integer kinds
...
real(8) does not neccessarily mean a real with 8 byte (but for gfortran
and ifort it does)
2019-03-06 15:25:47 +01:00
Franz Roters
19da2b911d
flux subroutine for Abaqus
...
related comments
2019-02-27 09:23:05 +01:00
Martin Diehl
b7ee4318b7
copy and paste error
2019-02-27 07:22:59 +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
7903e2b65f
dependencies got mixed up
2019-02-23 11:31:53 +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
b1bb68d523
cleaning
2019-02-22 21:07:00 +01:00
Martin Diehl
ad0ed4fdec
bugfix: wrong state was allocated
2019-02-22 21:06:37 +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
af4ea76006
using central allocation facilities
2019-02-22 15:21:48 +01:00
Martin Diehl
aa2bd4fc4c
Merge branch 'development' into New-Thermal
2019-02-22 10:17:34 +01:00
Martin Diehl
db9016d146
avoid repeated loops
2019-02-22 10:02:43 +01:00
Martin Diehl
4d45038358
better readable
2019-02-22 09:21:04 +01:00
Martin Diehl
5e369aa220
avoid use of new variables in deprecated code
2019-02-22 08:32:12 +01:00
Martin Diehl
beb73c7882
not needed
2019-02-22 07:37:08 +01:00
Martin Diehl
da8a1d5973
leaner interface
2019-02-21 21:32:22 +01:00
Martin Diehl
6938864c4b
pointers allow easier access to state variables
2019-02-21 20:37:49 +01:00
Martin Diehl
d686384d17
let lattice.f90 do the job
2019-02-21 19:18:06 +01:00
Martin Diehl
21d0ef2fb5
use microstructure/dependent state
...
introduced only partly, otherwise the uncommon calling sequence in nonlocal leads
to a change in behavior
2019-02-21 05:55:03 +01:00
Martin Diehl
cb2d2b02dc
re-ordered and cleaned
2019-02-21 00:24:35 +01:00
Martin Diehl
3fa699ad22
indices were mixed up
2019-02-20 20:17:55 +01:00
Martin Diehl
2d51c0595b
don't parse material.config any more
2019-02-20 19:03:20 +01:00
Martin Diehl
6f135ea632
no random-multiplication anymore
...
from our current understanding, the implementation of random nucleation
was strongly dependent on the numerical method and the time stepping
2019-02-20 17:58:11 +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
838faca819
using structure for output
...
avoids waste of memory in case of multiple instances
avoids explicit dependence on ip and el
2019-02-20 13:32:08 +01:00
Martin Diehl
e6e019e48a
transition to param structure
2019-02-20 09:13:50 +01:00
Martin Diehl
d29b37f517
provide slip system components as functions
2019-02-20 07:53:34 +01:00
Martin Diehl
a896ed91f8
simplified/not needed
2019-02-20 07:33:19 +01:00
Martin Diehl
d0b0e3be3b
simplified
2019-02-20 00:41:44 +01:00
Martin Diehl
649750a1c9
let lattice to the work
2019-02-19 23:55:59 +01:00
Martin Diehl
e8ac2d0d97
limiting inter-module dependencies
2019-02-19 10:47:12 +01:00
Martin Diehl
41899f6d33
using more parameters from smart structure
2019-02-19 10:31:14 +01:00
Martin Diehl
6bcd4a77d2
complex pointer structure for state
2019-02-19 09:43:48 +01:00
Martin Diehl
1a5711e246
using more parameters from parameter structure
2019-02-18 22:55:31 +01:00
Martin Diehl
ae9d8e4e8d
cleaning
2019-02-18 10:28:08 +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
690fef6f06
avoid publicly avaialbe data, rather provide setters and getters
2019-02-17 20:38:57 +01:00
Martin Diehl
44e41465d0
use functions from lattice to calculate slip systems
...
don't rely on internal coding for collinear systems
2019-02-17 17:56:01 +01:00
Martin Diehl
c4b3ac3afb
slip system definition for bcc still needed
2019-02-17 17:04:26 +01:00
Martin Diehl
d3e6430b94
only used internally
2019-02-17 14:30:58 +01:00
Martin Diehl
553b1c7743
stress tensor was accidentally still converted
2019-02-17 13:16:00 +01:00
Martin Diehl
7ad866b90f
not needed any more
2019-02-17 12:16:12 +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
Franz Roters
db9d5c898a
[skip ci] typo
2019-02-17 10:08:02 +01:00
Martin Diehl
0f319e2cf6
fixed state size and output size
2019-02-16 23:18:53 +01:00
Martin Diehl
c7abe55944
was not needed
2019-02-16 22:09:06 +01:00
Martin Diehl
2584f85760
parameters are stored in parameter structure
2019-02-16 18:38:13 +01:00
Martin Diehl
0ba8ebff1e
Merge remote-tracking branch 'origin/development' into 32_NewStyleNonlocal-3
2019-02-16 18:12:38 +01:00
Martin Diehl
63e2ea7d8f
was not use (anymore)
2019-02-16 12:49:28 +01:00
Martin Diehl
77d60be127
avoid superfluous reporting
2019-02-16 11:30:56 +01:00
Martin Diehl
efe9823e62
clearer logic for preprocessor statements
2019-02-16 10:43:02 +01:00
Martin Diehl
af83427e8c
Merge branch 'development' into 53-separate-mesh-for-different-solvers-3
2019-02-16 10:25:42 +01:00
Martin Diehl
61032b5fd8
wrong jump position
...
probably a copy and paste error
2019-02-16 10:24:12 +01:00
Martin Diehl
9a3921ea84
ifdef statements grouped together
...
unless they belong to a group of functions, like opening files or
interpreting lines
2019-02-16 10:20:53 +01:00
Martin Diehl
0fd5476883
doxygen interprets comment as doc string
2019-02-16 06:42:08 +01:00
Martin Diehl
afdaac47af
avoid disturbing reporting
2019-02-15 22:54:38 +01:00
Martin Diehl
d78bf18483
simplified output
2019-02-15 07:25:25 +01:00
Martin Diehl
1567b0ee94
was not used
2019-02-15 07:03:52 +01:00
Martin Diehl
bc0bc06aea
polishing
2019-02-13 10:16:06 +01:00
Martin Diehl
5b0cdf294d
delta state is needed
...
not sure if the offset handling is correct
2019-02-13 10:11:25 +01:00
Martin Diehl
dc6f18c3f8
cleaning
2019-02-13 10:03:28 +01:00
Martin Diehl
d366651873
file reading not required anymore
2019-02-13 09:57:12 +01:00
Martin Diehl
47a9d88a15
read vector-parameters
2019-02-13 09:19:37 +01:00
Martin Diehl
3ca34c8f80
simplified
2019-02-13 09:09:30 +01:00
Martin Diehl
a421525d15
preparing storage of output parameters
2019-02-13 08:06:22 +01:00
Martin Diehl
f34c10a477
sdot_0 already available as parameter
2019-02-13 07:36:36 +01:00
Martin Diehl
b3e705e628
polishing, fixed typo
2019-02-13 07:34:16 +01:00
Martin Diehl
aa8d218ce7
was never used
2019-02-13 07:28:28 +01:00
Martin Diehl
6a0d739d48
use parameters from param structure
2019-02-13 07:24:48 +01:00
Martin Diehl
61baa66c38
avoid code duplication
2019-02-13 07:22:37 +01:00
Martin Diehl
9574dfae2d
avoiding repeated reading of material.config
2019-02-13 07:04:13 +01:00
Martin Diehl
55cef533f1
conversion 3x3-matrix <-> 6-vector not helpful
2019-02-13 00:00:07 +01:00