Go to the source code of this file.
|
| module | damage_local |
| | material subroutine for locally evolving damage field
|
| |
|
| subroutine, public | damage_local::damage_local_init |
| | module initialization More...
|
| |
| logical function, dimension(2), public | damage_local::damage_local_updatestate (subdt, ip, el) |
| | calculates local change in damage field More...
|
| |
| subroutine | damage_local::damage_local_getsourceanditstangent (phiDot, dPhiDot_dPhi, phi, ip, el) |
| | calculates homogenized local damage driving forces More...
|
| |
| subroutine, public | damage_local::damage_local_results (homog, group) |
| | writes results to HDF5 output file More...
|
| |