Martin Diehl
e9087f83fe
small improvements
...
checking size of arguments (not shape)
length of lattice structure not limited to 3 any more
2019-01-25 14:01:17 +01:00
Satya Gupta
1c4dc2e05f
material_allocatePlasticState now takes care of setting offsetDeltaState
2019-01-24 19:18:11 -05:00
Martin Diehl
aaea11d96b
make similarity of state/param structure clear
2019-01-13 17:03:49 +01:00
Martin Diehl
996d686a89
slip suffix not needed for slip only models
2019-01-07 08:15:27 +01:00
Martin Diehl
995122504e
cross comparing
2019-01-07 08:04:02 +01:00
Martin Diehl
e06fc036c5
have dotState after Lp/Li
2019-01-07 07:36:11 +01:00
Martin Diehl
4037085f6c
whitespace not needed
2019-01-07 07:24:02 +01:00
Martin Diehl
705d55a3a5
re-enabled sanity checks + slight adjustments to layout
2019-01-07 07:20:13 +01:00
Martin Diehl
aa5d3bf9a3
simplifications
2019-01-07 07:07:55 +01:00
Martin Diehl
15d1789a19
following best practise from phenopowerlaw
2019-01-06 21:55:33 +01:00
Martin Diehl
2000eff578
re-enabled debug
2018-12-30 15:39:48 +01:00
Martin Diehl
fa88065591
small polishing
2018-12-25 14:20:01 +01:00
Martin Diehl
e5ef7edbd2
kinetics similar to phenopowerlaw
2018-12-22 15:22:41 +01:00
Martin Diehl
b46a5b3135
save space
2018-12-22 14:47:02 +01:00
Martin Diehl
c97a46826a
simplified
2018-12-22 14:42:10 +01:00
Martin Diehl
8a27431c6d
bugfix
...
bracket falsely removed in last commit
2018-12-22 13:28:16 +01:00
Martin Diehl
b3d14b00b6
cleaning
2018-12-21 23:07:31 +01:00
Martin Diehl
9094bb9a64
private functions at the end
2018-12-21 22:41:39 +01:00
Martin Diehl
2476dd4d8b
shearRates more similar to kinetics
2018-12-19 07:47:13 +01:00
Martin Diehl
89196b953f
simplified
2018-12-19 06:57:28 +01:00
Martin Diehl
0e4dede606
slowly approaching style of phenopowerlaw
2018-12-18 09:52:13 +01:00
Martin Diehl
36c7157ee9
vectorized
2018-12-17 08:33:46 +01:00
Martin Diehl
20671b8ed3
cleaning
2018-12-13 09:51:43 +01:00
Martin Diehl
416d3411c1
leaner APIs
2018-12-13 09:34:40 +01:00
Martin Diehl
98cc79d629
ph not needed any more
2018-12-13 09:14:57 +01:00
Martin Diehl
d99778dd96
further cleaning
2018-12-13 08:43:26 +01:00
Martin Diehl
a7351deab0
simplified
2018-12-13 08:36:01 +01:00
Martin Diehl
6b5131e0f3
no need to have as a separate state
2018-12-13 07:06:12 +01:00
Martin Diehl
dfafddec57
simplifying
2018-12-13 06:59:56 +01:00
Martin Diehl
bfad81848a
kinetics similar to phenopowerlaw
2018-11-26 22:36:32 +01:00
Martin Diehl
c63d297145
copied from phenopowerlaw
2018-11-26 07:10:43 +01:00
Martin Diehl
8f59a40f48
using new parameter structure for output
2018-11-26 01:34:38 +01:00
Martin Diehl
4c46f3daa5
adopting argument parsing to Phenopowerlaw
2018-11-26 00:14:27 +01:00
Martin Diehl
9f81fa8e9a
prevent segmentation fault
...
post_results better readable
2018-11-25 21:39:59 +01:00
Martin Diehl
6f93f8de04
starting to introduce parallel structure for new style parameter reading
2018-11-25 19:37:46 +01:00
Martin Diehl
917453d191
polishing
2018-11-25 11:14:09 +01:00
Martin Diehl
c0ce95183c
can be easily calculated during post processing
...
and does not have to be a state
2018-11-25 10:59:36 +01:00
Martin Diehl
c7fb868b40
state layout was broken
2018-11-23 07:01:04 +01:00
Martin Diehl
6df68d9428
no need do constantly convert 3x3 matrix <-> 6 vector
2018-11-23 06:04:39 +01:00
Martin Diehl
8b4781cf28
no need to repeat code
2018-11-23 05:37:31 +01:00
Martin Diehl
716065c0cd
Merge branch 'development' into 30_parsePhasePartOnce
2018-06-27 21:43:09 +02:00
Martin Diehl
d177afa9e1
unallocated array
2018-06-19 22:59:18 +02:00
Martin Diehl
32d481020f
Merge branch 'development' into 30_parsePhasePartOnce
2018-06-16 14:49:57 +02:00
Martin Diehl
9c12ce5539
more general name (should include parsing of debug and numerics)
2018-06-14 06:39:49 +02:00
Philip Eisenlohr
bd97bc8c39
Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development
2018-06-12 14:33:15 -04:00
Philip Eisenlohr
bedc17b1c6
nicer formatting
2018-06-12 14:33:08 -04:00
Martin Diehl
91d9c11612
material.config is read in centrally
...
moving data from material to config_material. use statements need to
change. All aspects of reading from file will be removed from the
individual modules
2018-06-10 18:01:52 +02:00
Martin Diehl
60cdffacd6
integer kind need to match for array constructor
...
hence, a=[a,b] requires a and b of the same kind
2018-05-27 08:09:32 +02:00
Martin Diehl
bcaab1c068
restored working behavior
2018-05-26 12:07:13 +02:00
Martin Diehl
1bad719abe
undefined variables can be removed, style as in other plastic modules
2018-05-24 07:51:43 +02:00