Go to the source code of this file.
|
| module | damage_nonlocal |
| | material subroutine for non-locally evolving damage field
|
| |
|
| subroutine, public | damage_nonlocal::damage_nonlocal_init |
| | module initialization More...
|
| |
| subroutine, public | damage_nonlocal::damage_nonlocal_getsourceanditstangent (phiDot, dPhiDot_dPhi, phi, ip, el) |
| | calculates homogenized damage driving forces More...
|
| |
| real(preal) function, dimension(3, 3), public | damage_nonlocal::damage_nonlocal_getdiffusion (ip, el) |
| | returns homogenized non local damage diffusion tensor in reference configuration More...
|
| |
| real(preal) function, public | damage_nonlocal::damage_nonlocal_getmobility (ip, el) |
| | Returns homogenized nonlocal damage mobility. More...
|
| |
| subroutine, public | damage_nonlocal::damage_nonlocal_putnonlocaldamage (phi, ip, el) |
| | updated nonlocal damage field with solution from damage phase field PDE More...
|
| |
| subroutine, public | damage_nonlocal::damage_nonlocal_results (homog, group) |
| | writes results to HDF5 output file More...
|
| |