Pratheek Shanthraj
|
a14070bad4
|
changed up handling of delta states, and some bug fixes
|
2015-06-01 16:02:27 +00:00 |
Pratheek Shanthraj
|
1330dae432
|
cleaning up, removing unused variables and variable initialisation
|
2015-04-21 15:16:13 +00:00 |
Martin Diehl
|
470fc2dce3
|
comparison for zero should be abs:
a == 0.0_pReal becomes abs(a) <= tiny(a)
a /= 0.0_pReal becomes abs(a) > tiny(a)
remove unused variables
|
2015-04-11 08:25:23 +00:00 |
Martin Diehl
|
d7b36c2c30
|
gfortran complaint about implicit casting,floating point comparison, and unused imported variables.
additionally changed use of math_invert33 to math_inv33 if det is not needed
|
2015-04-10 19:09:26 +00:00 |
Pratheek Shanthraj
|
0b59519a2a
|
updated damage models:
- coupling to plasticity handled within damage module instead of plasticity module
- anisotropic models more stable
|
2015-01-29 13:56:09 +00:00 |
Luv Sharma
|
460c0d73fa
|
Making use of extended plastic state with pointers, removed helper functions.
|
2015-01-04 19:26:33 +00:00 |
Pratheek Shanthraj
|
3f8678c7c4
|
plastic dot states evaluated at effective stress not damaged stress
|
2014-12-09 18:23:48 +00:00 |
Philip Eisenlohr
|
c34252c71c
|
changed constitutive_* prefix for plasticity laws to plastic_* to be consistent with novel thermal_, damage_, vacancy_, etc. laws.
|
2014-12-08 15:55:30 +00:00 |