Go to the source code of this file.
Data Types | |
type | source_damage_anisobrittle::tparameters |
container type for internal constitutive parameters More... | |
Modules | |
module | source_damage_anisobrittle |
material subroutine incorporating anisotropic brittle damage source mechanism | |
Functions/Subroutines | |
subroutine, public | source_damage_anisobrittle::source_damage_anisobrittle_init |
module initialization More... | |
subroutine, public | source_damage_anisobrittle::source_damage_anisobrittle_dotstate (S, ipc, ip, el) |
calculates derived quantities from state More... | |
subroutine, public | source_damage_anisobrittle::source_damage_anisobrittle_getrateanditstangent (localphiDot, dLocalphiDot_dPhi, phi, phase, constituent) |
returns local part of nonlocal damage driving force More... | |
subroutine, public | source_damage_anisobrittle::source_damage_anisobrittle_results (phase, group) |
writes results to HDF5 output file More... | |
Variables | |
integer, dimension(:), allocatable | source_damage_anisobrittle::source_damage_anisobrittle_offset |
which source is my current source mechanism? More... | |
integer, dimension(:), allocatable | source_damage_anisobrittle::source_damage_anisobrittle_instance |
instance of source mechanism More... | |
type(tparameters), dimension(:), allocatable | source_damage_anisobrittle::param |
containers of constitutive parameters (len Ninstance) More... | |