Martin Diehl
|
89679147e8
|
leaner group structure, centrally handled
|
2019-04-13 09:47:56 +02:00 |
Martin Diehl
|
1036c76ae0
|
to transpose already when constructing the interaction matrix
|
2019-04-13 00:46:27 +02:00 |
Martin Diehl
|
ffdd3955a3
|
implicit none is not needed
|
2019-04-13 00:44:00 +02:00 |
Martin Diehl
|
0c6fde97f9
|
wrong positions for point visualization
- now the cell centers are at the centers of the cells for cell
visualization
|
2019-04-13 00:42:05 +02:00 |
Martin Diehl
|
0335207956
|
complex orientation initialization conflicts with phase field
- easier to do as pre processing (python)
- ensures same solution independently of random number
|
2019-04-13 00:37:51 +02:00 |
Philip Eisenlohr
|
3a7408a213
|
averaging possible for rotations and orientations; Rodrigues 3Dvector output only at top-level; code reordering
|
2019-04-12 09:03:47 -04:00 |
Philip Eisenlohr
|
3d6eb76da3
|
equivalentOrientations accepts scalar argument to directly return single rotation object (not single element list)
|
2019-04-11 19:07:41 -04:00 |
Philip Eisenlohr
|
2190c3ef46
|
fixed serious disorientation bug; sorted transformation functions
|
2019-04-11 18:32:07 -04:00 |
Philip Eisenlohr
|
b8285d5749
|
restored orientation averaging capability
|
2019-04-11 17:23:04 -04:00 |
Vitesh Shah
|
a59c5c30c9
|
some cleanup
|
2019-04-11 18:48:28 +02:00 |
Vitesh Shah
|
057bee92af
|
adding C_ref to HDF5 file doesnt work
|
2019-04-11 18:43:20 +02:00 |
Vitesh Shah
|
a5b3fa565f
|
Some incorrect variable names fixed
|
2019-04-11 18:36:28 +02:00 |
Vitesh Shah
|
8609c959df
|
grid_mech_polarisation works
|
2019-04-11 15:51:34 +02:00 |
Martin Diehl
|
12efa108d6
|
store grid and size
store it temporarly at "mappings", later on they will be attached to the
(no yet existing) coordinates
|
2019-04-11 15:44:34 +02:00 |
Martin Diehl
|
3c8d96c54c
|
enable more complex attributes
|
2019-04-11 15:44:08 +02:00 |
Martin Diehl
|
8e295cbadf
|
no need to create type for native data types
|
2019-04-11 12:48:39 +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
|
8d90cfb600
|
unused variables
|
2019-04-11 06:46:31 +02:00 |
Test User
|
43a59a5e9f
|
[skip ci] updated version information after successful test of v2.0.3-130-gda034f97
|
2019-04-10 22:53:31 +02:00 |
Franz Roters
|
da034f971c
|
Merge branch 'HDF5-out-3' into 'development'
Hdf5 out 3
See merge request damask/DAMASK!70
|
2019-04-10 20:39:37 +02:00 |
Vitesh Shah
|
1852f580ad
|
grid_mech_FEM works
|
2019-04-10 18:19:10 +02:00 |
Martin Diehl
|
5989075009
|
working for grid_mech_spectral_basic
|
2019-04-10 13:23:57 +02:00 |
Test User
|
21f308deec
|
[skip ci] updated version information after successful test of v2.0.3-100-g6270e6f8
|
2019-04-10 12:24:40 +02:00 |
Franz Roters
|
6270e6f89c
|
Merge branch 'first-submodule' into 'development'
First submodule
See merge request damask/DAMASK!69
|
2019-04-10 10:11:02 +02:00 |
Martin Diehl
|
019d1a9c5c
|
[skip ci] reference was wrong
|
2019-04-08 22:23:40 +02:00 |
Martin Diehl
|
c2cb8e2033
|
HDF5/results need rotation
|
2019-04-07 17:46:35 +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
|
2fa8691335
|
prefix is added centrally already
|
2019-04-07 14:26:01 +02:00 |
Martin Diehl
|
7d0ebc4ded
|
implicit none only needed once per module
|
2019-04-07 14:24:46 +02:00 |
Martin Diehl
|
b2e293057a
|
write rotation to results file
|
2019-04-07 14:02:24 +02:00 |
Martin Diehl
|
d6d3f7aad7
|
write rotation as quaternion to HDF5 in named type
|
2019-04-07 13:26:23 +02:00 |
Martin Diehl
|
0b2c6c69c2
|
number ID as prefix to section names
enables unique and consistent section names for output
|
2019-04-07 13:20:44 +02:00 |
Martin Diehl
|
5c7a54a886
|
Merge branch 'development' into HDF5-out-3
|
2019-04-06 12:08:38 +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
|
1aed224c3b
|
numerically more stable
avoids division by zero
|
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
|
7af3e70061
|
no pInt
|
2019-04-06 12:08:25 +02:00 |
Martin Diehl
|
0bfc3ee1be
|
Merge branch 'development' into first-submodule
|
2019-04-06 11:29:37 +02:00 |
Test User
|
a0c1822b9d
|
[skip ci] updated version information after successful test of v2.0.3-92-g20a71511
|
2019-04-06 11:24:31 +02:00 |
Martin Diehl
|
b185c0ef40
|
Merge branch 'development' into HDF5-out-3
|
2019-04-06 08:07:43 +00:00 |
Martin Diehl
|
ab5a29b559
|
explicit import
for some reasons, ifort does not resolve the specific subroutine for the
writeDataset interace otherwise
|
2019-04-06 08:01:10 +00:00 |
Martin Diehl
|
6553fe815e
|
proper indentation
|
2019-04-06 07:56:47 +00:00 |
Martin Diehl
|
20a7151167
|
test working for grid FEM
|
2019-04-06 07:09:46 +00:00 |
Martin Diehl
|
b52d5ab20b
|
some more outputs
mainly done by Vitesh, copied it from other branch
|
2019-04-05 22:23:02 +02:00 |
Martin Diehl
|
ccaea6b9d9
|
Merge branch 'development' into HDF5-out-3
|
2019-04-05 21:50:19 +02:00 |
Martin Diehl
|
8cc2a540f1
|
fixed test
using old keyword
|
2019-04-05 21:49:24 +02:00 |
Martin Diehl
|
72b30729bb
|
submodule for homogenization
first draft, RGC not included because of name clash with isostrain
|
2019-04-05 21:46:00 +02:00 |