| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=C_INT32_T), | public | :: | comm | ||||
| logical(kind=C_BOOL), | public | :: | isHybrid | = | PETSC_FALSE | ||
| character(kind=c_char, len=MEF90MXSTRLEN), | public | :: | name | = | "NULL" | ||
| character(kind=c_char, len=MEF90MXSTRLEN), | public | :: | prefix | ||||
| integer, | public | :: | quadratureOrder | = | 0 | ||
| class(mef90Mat), | public, | allocatable | :: | strain | |||
| character(len=MEF90MXSTRLEN), | public | :: | type | = | '' |
D2EEDNone: Compute the second derivative of the positive and negative part of the elastic energy density (positive and negative stress) evaluated at the strain tensor Strain. without a split, D2EEDPlus = HookesLaw, D2EEDMinus = 0
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90DefMechSplitNone), | intent(in) | :: | self | |||
| class(MEF90HookesLaw), | intent(in) | :: | HookesLaw | |||
| class(mef90Mat), | intent(in) | :: | phi | |||
| class(mef90Mat), | intent(in) | :: | psi | |||
| real(kind=C_DOUBLE), | intent(out) | :: | D2EEDPlus | |||
| real(kind=C_DOUBLE), | intent(out) | :: | D2EEDMinus | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |
DEEDNone: Compute the derivative of the positive and negative part of the elastic energy density (positive and negative stress) evaluated at the strain tensor Strain. without a split, we have DEEDPlus = HookesLaw Strain DEEDMinus = 0
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90DefMechSplitNone), | intent(in) | :: | self | |||
| class(MEF90HookesLaw), | intent(in) | :: | HookesLaw | |||
| class(mef90Mat), | intent(in) | :: | phi | |||
| real(kind=C_DOUBLE), | intent(out) | :: | DEEDPlus | |||
| real(kind=C_DOUBLE), | intent(out) | :: | DEEDMinus | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |
EEDNone: Compute the positive and negative part of the elastic energy density associated with a strain tensor without a split, we have EEDPlus = 1/2 HookesLaw Strain \cdot Strain EEDMinus = 0
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90DefMechSplitNone), | intent(in) | :: | self | |||
| class(MEF90HookesLaw), | intent(in) | :: | HookesLaw | |||
| class(mef90Mat), | intent(in) | :: | phi | |||
| real(kind=C_DOUBLE), | intent(out) | :: | EEDPlus | |||
| real(kind=C_DOUBLE), | intent(out) | :: | EEDMinus | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |
MEF90DefMechSplitNone_setFromOptions: the default constructor for a MEF90DefMechSplitNone
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90DefMechSplitNone), | intent(inout) | :: | self | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |
setupNONE: the setup routine for a MEF90DefMechSplitNone, which does nothing since there is no split
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90DefMechSplitNone), | intent(inout) | :: | self | |||
| class(mef90Mat), | intent(in) | :: | Strain | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |
MEF90Object_view: Views a MEF90Object and flagged it as viewed so that it is not viewed multiple times when -verbose is set to a high value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90Object), | intent(in) | :: | self | |||
| type(tPetscViewer), | intent(in) | :: | viewer | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |
MEF90DefMechSplitNone_view: view a MEF90DefMechSplitNone
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90DefMechSplitNone), | intent(in) | :: | self | |||
| type(tPetscViewer), | intent(in) | :: | viewer | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |