| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=C_INT32_T), | public | :: | comm | ||||
| character(kind=c_char, len=MEF90MXSTRLEN), | public | :: | name | = | "NULL" | ||
| character(kind=c_char, len=MEF90MXSTRLEN), | public | :: | prefix |
| procedure, public :: mult => MEF90HookesLawZero_mult | |
| procedure, public :: multmult => MEF90HookesLawZero_multmult | |
| procedure, public :: setFromOptions => MEF90HookesLawZero_setFromOptions | |
| procedure, public, pass(self) :: view => MEF90Object_view | |
| procedure, public :: view_internal => MEF90HookesLawZero_View |
MEF90HookesLawZero_view: the default viewer for a MEF90_DefMechAT_Type
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90HookesLawZero), | intent(in) | :: | self | |||
| type(tPetscViewer), | intent(in) | :: | viewer | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90HookesLawZero), | 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(MEF90HookesLawZero), | 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 |
MEF90HookesLawZero_setFromOptions: initializes a MEF90HookesLawZero from options
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90HookesLawZero), | intent(inout) | :: | self | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |