| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical(kind=C_BOOL), | public | :: | Has_damageBC | = | PETSC_FALSE | ||
| logical(kind=C_BOOL), | public, | dimension(3) | :: | Has_displacementBC | = | [PETSC_FALSE, PETSC_FALSE, PETSC_FALSE] | |
| real(kind=C_DOUBLE), | public | :: | boundaryDamage | = | 0.0_kr | ||
| real(kind=C_DOUBLE), | public, | dimension(3) | :: | boundaryDisplacement | = | [0.0_kr, 0.0_kr, 0.0_kr] | |
| real(kind=C_DOUBLE), | public, | dimension(3) | :: | boundaryforce | = | [0.0_kr, 0.0_kr, 0.0_kr] | |
| integer(kind=C_INT32_T), | public | :: | comm | ||||
| real(kind=C_DOUBLE), | public, | dimension(3) | :: | displacementLowerBound | = | [MEF90NINFINITY, MEF90NINFINITY, MEF90NINFINITY] | |
| real(kind=C_DOUBLE), | public, | dimension(3) | :: | displacementUpperBound | = | [MEF90INFINITY, MEF90INFINITY, MEF90INFINITY] | |
| character(kind=c_char, len=MEF90MXSTRLEN), | public | :: | name | = | "NULL" | ||
| character(kind=c_char, len=MEF90MXSTRLEN), | public | :: | prefix | ||||
| real(kind=C_DOUBLE), | public | :: | pressureForce | = | 0.0_kr |
MEF90Object_setFromOptions: generic version of the setFromOptions method for all MEF90Objects, which just prints the object if -verbose is set to a high value Can be overridden in classes if they have options to set.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90Object), | intent(inout) | :: | self | |||
| 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 |
MEF90DefMechFaceSetOptionsView: the default viewer for a MEF90DefMechFaceSetOptions_Type
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90DefMechFaceSetOptions_Type), | intent(in) | :: | self | |||
| type(tPetscViewer), | intent(in) | :: | viewer | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |