Martin Diehl
|
6ec120d004
|
simplified
- no extra state
- no extra argument
at the cost of less output
|
2020-12-29 14:54:58 +01:00 |
Martin Diehl
|
120118695d
|
encapsulate data
|
2020-12-29 12:38:03 +01:00 |
Martin Diehl
|
1ac5465d65
|
using central functionality
|
2020-12-28 11:03:29 +01:00 |
Martin Diehl
|
d59cb81ca8
|
too early (depends on IP)
|
2020-12-28 10:56:55 +01:00 |
Martin Diehl
|
7d76752281
|
intended hierarchy
|
2020-12-28 10:01:04 +01:00 |
Martin Diehl
|
8ac880c0ad
|
don't clutter with statements that are never used
|
2020-12-23 14:10:26 +01:00 |
Martin Diehl
|
5d9c931008
|
code follows structure
|
2020-12-16 11:27:42 +01:00 |
Sharan Roongta
|
2157bf50cd
|
mech --> mechanics
|
2020-11-17 22:21:35 +01:00 |
Martin Diehl
|
568d1a020c
|
consistent names for counting variables
|
2020-10-27 21:33:30 +01:00 |
Martin Diehl
|
839be90943
|
consistent naming
Nxxxs => the number of xxx
|
2020-10-27 21:27:26 +01:00 |
Martin Diehl
|
68017e49b2
|
consistent name
|
2020-10-24 12:45:21 +02:00 |
Martin Diehl
|
72ba4645cb
|
Merge remote-tracking branch 'origin/development' into general-N_constituents
|
2020-10-12 05:27:11 +02:00 |
Sharan Roongta
|
3e4330d10a
|
partition, not partion
|
2020-10-07 22:15:13 +02:00 |
Martin Diehl
|
9550b0d8a2
|
mandatory N_constituents
|
2020-10-07 17:44:54 +02:00 |
Sharan Roongta
|
40d28456af
|
Merge branch 'development' into variableName=ParameterName
|
2020-09-24 13:13:19 +02:00 |
Sharan Roongta
|
fb908a5f56
|
homogenization modules made consistent
|
2020-09-23 01:33:19 +02:00 |
Martin Diehl
|
41fbc58c1b
|
standard conforming name
|
2020-09-22 13:09:12 +02:00 |
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 |