Go to the source code of this file.
Data Types | |
type | source_damage_isoductile::tparameters |
container type for internal constitutive parameters More... | |
Modules | |
module | source_damage_isoductile |
material subroutine incoprorating isotropic ductile damage source mechanism | |
Functions/Subroutines | |
subroutine, public | source_damage_isoductile::source_damage_isoductile_init |
module initialization More... | |
subroutine, public | source_damage_isoductile::source_damage_isoductile_dotstate (ipc, ip, el) |
calculates derived quantities from state More... | |
subroutine, public | source_damage_isoductile::source_damage_isoductile_getrateanditstangent (localphiDot, dLocalphiDot_dPhi, phi, phase, constituent) |
returns local part of nonlocal damage driving force More... | |
subroutine, public | source_damage_isoductile::source_damage_isoductile_results (phase, group) |
writes results to HDF5 output file More... | |
Variables | |
integer, dimension(:), allocatable | source_damage_isoductile::source_damage_isoductile_offset |
which source is my current damage mechanism? More... | |
integer, dimension(:), allocatable | source_damage_isoductile::source_damage_isoductile_instance |
instance of damage source mechanism More... | |
type(tparameters), dimension(:), allocatable, private | source_damage_isoductile::param |
containers of constitutive parameters (len Ninstance) More... | |