| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| procedure(E_PotentialFunction), | public, | nopass, pointer | :: | ElasticPotential | => | null() | |
| procedure(P_PotentialFunction), | public, | nopass, pointer | :: | YieldFunction | => | null() | |
| procedure(P_PotentialFunction), | public, | nopass, pointer | :: | PlasticPotential | => | null() | |
| type(FEMDomain_), | public | :: | femdomain | ||||
| real(kind=real64), | public, | allocatable | :: | YieldFunction_params(:,:) | |||
| real(kind=real64), | public, | allocatable | :: | PlasticPotential_params(:,:) | |||
| real(kind=real64), | public, | allocatable | :: | ElasticPotential_params(:,:) | |||
| real(kind=real64), | public, | allocatable | :: | CauchyStress_field(:,:,:) | |||
| real(kind=real64), | public, | allocatable | :: | Strain_field(:,:,:) | |||
| real(kind=real64), | public, | allocatable | :: | PlasticStrain_field(:,:,:) | |||
| real(kind=real64), | public, | allocatable | :: | dCauchyStress_field(:,:,:) | |||
| real(kind=real64), | public, | allocatable | :: | dStrain_field(:,:,:) | |||
| real(kind=real64), | public, | allocatable | :: | PlasticStrain_field_n(:,:,:) | |||
| real(kind=real64), | public, | allocatable | :: | displacement(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(EP_Domain_), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(EP_Domain_), | intent(in) | :: | this | |||
| character(len=*), | intent(in) | :: | name |