Martin Diehl
3de605d782
better name
2019-10-19 16:06:01 +02:00
Martin Diehl
de912c22b4
Merge branch 'development' into HDF5-spectral-displacements
2019-10-18 12:54:12 +02:00
Martin Diehl
b9027e3257
checking size of unallocated array does not work
2019-10-17 08:40:05 +02:00
Martin Diehl
b386dc73b2
enable to non-transposed tensor data
...
usually, we store per data per cell, i.e. len(shape(x)) == 3 means x is
a tensor.
Due to the use of transposed tensors (due to column-major storage order
in Fortran), we usually want to store the transpose of (3x3) tensors.
Now the default can be changed
2019-10-17 07:46:20 +02:00
Martin Diehl
bf35589d66
DOI was pointint to the correction
2019-10-11 12:31:46 +02:00
Martin Diehl
0b29d08109
bump to DADF5 v0.3
...
contains displacements (for grid solver)
2019-10-03 19:02:17 +02:00
Martin Diehl
fd3f8e2cc7
fixed precision even if compiler flag is not set
2019-09-29 15:59:10 -07:00
Martin Diehl
47e0d83562
taking care of compiler hints
2019-06-13 22:24:51 +02:00
Martin Diehl
b2409d6998
cleaning
2019-06-11 13:34:55 +02:00
Martin Diehl
eb8c41b3b5
cleaning
2019-06-06 10:43:08 +02:00
Martin Diehl
a5c6e4b17c
do not clutter the code with use statements
2019-05-28 12:06:21 +02:00
Martin Diehl
c4f07a9ad9
need to correct tensor order
2019-05-18 22:03:59 +02:00
Vitesh Shah
9b698cbdf5
correct description of subroutines
2019-05-08 17:56:20 +02:00
Vitesh Shah
1060b13c1f
Corrected the comment
2019-05-08 16:50:46 +02:00
Martin Diehl
f873d84e5c
enable HDF5 out for non-MPI
2019-05-05 15:40:27 +02:00
Martin Diehl
ebf01dee4f
store grid/size at geometry group
...
as outlined in the DAMASK results paper
2019-05-03 06:46:22 +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
3c8d96c54c
enable more complex attributes
2019-04-11 15:44:08 +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
7c30be47b0
mapping for materialpoint/homogenization
...
HDF5 file writing active for MSC.Marc/Abaqus (optional)
2019-04-05 16:53:41 +02:00
Martin Diehl
049cd96bbf
introduced constituent mapping
...
this mapping will be used to find for a given location in the mesh the
constituent (phase/crystallite) results
2019-04-05 14:02:24 +02:00
Martin Diehl
63e6d60949
[skip sc] wip: implementing mapping for HDF5
2019-04-04 16:33:12 +02:00
Martin Diehl
953acf9c71
introducing new mappings
2019-04-04 13:25:29 +02:00
Martin Diehl
280a11c4bc
avoid checking of unitialized variables
2019-04-04 11:49:23 +02:00
Martin Diehl
4cac2448d4
writing more results out
2019-04-04 07:52:36 +02:00
Martin Diehl
383e1befd5
polishing and extending citations
2019-03-09 11:11:40 +01:00
Martin Diehl
63c417fbe0
failed if dataset does not exists
...
empty datasets are not written out
2018-12-18 08:44:11 +01:00
Martin Diehl
27322847a4
reporting command line call
2018-12-17 21:30:30 +01:00
Martin Diehl
d00154299b
missing information on increment cause HDF5 error
...
mistook write() statement with a left-over debug message
2018-12-17 20:13:45 +01:00
Martin Diehl
3f3e23c2c8
polished addAttribute and use it to store meta data
2018-12-17 16:15:16 +01:00
Vitesh Shah
d2c7b33cf6
New files made nonexecutable
2018-12-14 11:39:08 +01:00
Vitesh Shah
7e41ae264d
Made changes with the calling signature
2018-12-14 11:35:41 +01:00
Martin Diehl
fd2d4d856b
cleaned + suggested structure to write data
2018-12-12 07:45:20 +01:00
Martin Diehl
cb28d10d79
dummy structure to write plasticity results
2018-12-12 06:40:57 +01:00
Martin Diehl
ecb00af147
cleaning and separating functions
2018-12-04 23:09:25 +01:00
Martin Diehl
dd6f6bba9d
planning the forwarding of the results
2018-11-18 12:41:05 +01:00
Martin Diehl
dfd624e520
create results file
2018-11-18 11:58:49 +01:00
Martin Diehl
fb5b1bfd8e
compile results module
2018-11-18 11:32:53 +01:00
Martin Diehl
58f2a25ffd
clearer separation of tasks
...
1) general HDF5_utilities (for results, restart, ...)
2) results related helpers (based on HDF5_utilities)
2018-11-15 06:49:31 +01:00