| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=MEF90MXSTRLEN), | protected, | dimension(4) | :: | MEF90HookesLawEnumList | = | ['Isotropic ', 'MEF90HookesLaw_Type ', '_MEF90HookesLaw_Type', ' '] |
| enumerator | :: | MEF90HookesLawEnumIsotropic | = | 0 | |
| enumerator | :: | MEF90HookesLawEnumFull | = | 1 |
MEF90GetHookesLaw: Returns a MEF90HookesLaw from set options
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=C_INT32_T), | intent(in) | :: | comm | |||
| character(len=MEF90MXSTRLEN), | intent(in) | :: | prefix | |||
| integer, | intent(in) | :: | dim | |||
| class(MEF90HookesLaw), | intent(out), | allocatable | :: | HookesLaw | ||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |