| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=C_DOUBLE), | public | :: | BulkModulus | = | 0.0_Kr | ||
| real(kind=C_DOUBLE), | public | :: | PoissonRatio | = | 0.3_Kr | ||
| real(kind=C_DOUBLE), | public | :: | YoungsModulus | = | 1.0_Kr | ||
| integer(kind=C_INT32_T), | public | :: | comm | ||||
| real(kind=C_DOUBLE), | public | :: | lambda | = | 0.0_Kr | ||
| real(kind=C_DOUBLE), | public | :: | mu | = | 0.0_Kr | ||
| character(kind=c_char, len=MEF90MXSTRLEN), | public | :: | name | = | "NULL" | ||
| character(kind=c_char, len=MEF90MXSTRLEN), | public | :: | prefix |
| procedure, public :: mult => MEF90HookesLawIsotropic3D_mult | |
| procedure, public :: multmult => MEF90HookesLawIsotropic3D_multmult | |
| procedure, public, pass(self) :: setFromOptions => MEF90HookesLawIsotropic3D_setFromOptions | |
| procedure, public, pass(self) :: view => MEF90Object_view | |
| procedure, public, pass(self) :: view_internal => MEF90HookesLawIsotropic3D_View |
MEF90HookesLawIsotropic3D_view: the default viewer for a MEF90_DefMechAT_Type
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90HookesLawIsotropic3D), | intent(in) | :: | self | |||
| type(tPetscViewer), | intent(in) | :: | viewer | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90HookesLawIsotropic3D), | intent(in) | :: | A | |||
| class(mef90Mat), | intent(in) | :: | phi | |||
| class(mef90Mat), | intent(out), | allocatable | :: | Aphi | ||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90HookesLawIsotropic3D), | intent(in) | :: | A | |||
| class(mef90Mat), | intent(in) | :: | phi | |||
| class(mef90Mat), | intent(in) | :: | psi | |||
| real(kind=C_DOUBLE), | intent(out) | :: | Aphipsi | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |
MEF90HookesLawIsotropic3D_setFromOptions: initializes a MEF90HookesLawIsotropic3D_type from options
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90HookesLawIsotropic3D), | intent(inout) | :: | self | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |