Martin Diehl
|
63f9078f04
|
don' hardcode output unit
replaced remaining write(6,..), flush(6) with write(OUTPUT_UNIT,...),
flush(OUTPUT_UNIT)
|
2020-09-22 12:15:36 +02:00 |
Martin Diehl
|
4a913c83e5
|
simplified print and format strings
|
2020-09-17 22:57:56 +02:00 |
Martin Diehl
|
b497ec4371
|
use print instead of write
https://www.scivision.dev/print-vs-write-fortran/
|
2020-09-13 13:01:38 +02:00 |
Martin Diehl
|
b499578a95
|
prefix should be name of the module
poor substitute for namespace
|
2020-09-13 10:39:17 +02:00 |
Martin Diehl
|
d176a89c78
|
ensure defined initital state
|
2020-09-07 13:20:00 +02:00 |
Sharan Roongta
|
7754a1ea56
|
Restructuring for material.yaml
|
2020-08-15 16:08:46 +02:00 |
Martin Diehl
|
432609ec14
|
cleaning
|
2020-07-03 16:45:11 +02:00 |
Sharan Roongta
|
699af6a3f1
|
avoid variable name conflict with a module name
|
2020-07-02 01:25:24 +02:00 |
Sharan Roongta
|
c5bd45bf57
|
use submodule property; simplifying
|
2020-07-01 22:20:22 +02:00 |
Sharan Roongta
|
57e4d01a6b
|
Merge branch 'development' into YAML-compatible-debug
|
2020-07-01 13:40:56 +02:00 |
Martin Diehl
|
640bc7b190
|
[skip ci] polishing
|
2020-06-29 15:09:13 +02:00 |
Sharan Roongta
|
14a4dc5184
|
Merge branch 'YAML-compatible-numerics' into YAML-compatible-debug
|
2020-06-27 21:48:59 +02:00 |
Sharan Roongta
|
77e7e3d3c4
|
polishing
|
2020-06-26 20:12:05 +02:00 |
Sharan Roongta
|
6f9f494654
|
minor polishing
|
2020-06-26 12:22:33 +02:00 |
Sharan Roongta
|
c987f55f69
|
DAMASK structure updated; define debug parameters when used by a module
|
2020-06-18 16:40:39 +02:00 |
Sharan Roongta
|
19c44d5e97
|
Read numerics.yaml once
|
2020-06-16 18:47:19 +02:00 |
Martin Diehl
|
71d4de269a
|
better store data locally
|
2020-03-17 00:39:32 +01:00 |
Martin Diehl
|
e4792e56fb
|
store data where it is needed
avoid globals, even if they are read only
|
2020-03-16 21:39:53 +01:00 |
Martin Diehl
|
6701af6425
|
better readable, tested, and following standard notation
|
2020-03-01 23:00:06 +01:00 |
Martin Diehl
|
dc7e7e5bcc
|
less writing, same functionality
|
2020-02-14 23:21:58 +01:00 |
Martin Diehl
|
348a91d503
|
Merge branch 'MiscImprovements' of magit1.mpie.de:/damask/DAMASK into MiscImprovements
|
2020-01-29 13:17:58 +01:00 |
Martin Diehl
|
3f96c12e06
|
avoid code duplication
|
2020-01-29 11:09:57 +01:00 |
Martin Diehl
|
bd67d2bb6a
|
new mappings have clear name, not (1,2)
|
2020-01-23 13:16:45 +01:00 |
Martin Diehl
|
34af10fac1
|
using default string length
|
2019-12-21 12:39:54 +01:00 |
Martin Diehl
|
83cf062318
|
better define only once
|
2019-12-21 11:19:33 +01:00 |
Martin Diehl
|
4b6388fbb2
|
always use HDF5 output
|
2019-12-18 20:05:51 +01:00 |
Martin Diehl
|
ac0149e55e
|
not needed (is initialized to 0)
|
2019-10-21 11:48:35 +02:00 |
Martin Diehl
|
97127f9034
|
following standard: Output first
|
2019-09-20 18:28:46 -07:00 |
Martin Diehl
|
53283d5c01
|
using newer interface
|
2019-09-20 18:20:33 -07:00 |
Martin Diehl
|
6370dd1a43
|
white space adjustments
|
2019-06-15 18:27:38 +02:00 |
Martin Diehl
|
86205f5081
|
gfortran complaints about repeated dimension attribute
we need to decide whether we want to repeat the declaration of the
interface or not
|
2019-05-18 09:54:16 +02:00 |
Martin Diehl
|
34bcd38240
|
cleanup
|
2019-05-18 07:43:41 +02:00 |
Martin Diehl
|
2258bfb221
|
RGC as submodule
submodules inherit use-associated entities and implicit none/private
statements
|
2019-05-18 07:23:46 +02:00 |
Martin Diehl
|
ed8af98d69
|
don't clutter with use statements
|
2019-05-18 06:54:45 +02:00 |
Martin Diehl
|
39a75c2015
|
phasing out postResults
starting with RGC because it is rarely used and removing it here allows
to go ahead with the submodule structure for homogenization
|
2019-05-16 10:23:23 +02:00 |
Martin Diehl
|
346c7c4a7f
|
one implicit none is enough
|
2019-05-14 23:12:32 +02:00 |
Franz Roters
|
89dbe1ad03
|
[skip ci] mismatch tensor is dimensionless
|
2019-05-13 17:33:45 +02:00 |
Martin Diehl
|
6e96a57781
|
write all outputs to HDF5
not 100% sure about the units
|
2019-05-12 15:14:29 +02:00 |
Martin Diehl
|
2f27c64c39
|
homogenization output active
|
2019-04-30 23:05:21 +02:00 |
Martin Diehl
|
badfba8c6f
|
simplify includes
following python suggestions to include only once at the top of a module
|
2019-04-30 22:53:32 +02:00 |
Martin Diehl
|
eb7db3acbd
|
trying to use variables as in the DAMASK paper
|
2019-04-30 22:47:49 +02:00 |
Martin Diehl
|
8a9baf6d78
|
preparing output of mech_homog to HDF5
|
2019-04-30 18:45:38 +02:00 |
Martin Diehl
|
489a24afd8
|
consistent names
|
2019-04-05 20:58:56 +02:00 |