MEF90DefMechVertexSetOptions_Type Derived Type

type, public, extends(MEF90Object) :: MEF90DefMechVertexSetOptions_Type


Components

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]
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

Type-Bound Procedures

procedure, public, pass(self) :: setFromOptions => MEF90Object_setFromOptions

  • private subroutine MEF90Object_setFromOptions(self, ierr)

    Author
    Blaise Bourdin (2026, bourdin@mcmaster.ca)

    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.

    Arguments

    Type IntentOptional Attributes Name
    class(MEF90Object), intent(inout) :: self
    integer(kind=C_INT32_T), intent(inout) :: ierr

procedure, public, pass(self) :: view => MEF90Object_view

  • private subroutine MEF90Object_view(self, viewer, ierr)

    Author
    Blaise Bourdin (2026, bourdin@mcmaster.ca)

    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

    Arguments

    Type IntentOptional Attributes Name
    class(MEF90Object), intent(in) :: self
    type(tPetscViewer), intent(in) :: viewer
    integer(kind=C_INT32_T), intent(inout) :: ierr

procedure, public, pass(self) :: view_internal => MEF90DefMechVertexSetOptionsView

  • public subroutine MEF90DefMechVertexSetOptionsView(self, viewer, ierr)

    Author
    Blaise Bourdin (2026, bourdin@mcmaster.ca)

    MEF90DefMechVertexSetOptionsView: the default viewer for a MEF90DefMechVertexSetOptions_Type

    Arguments

    Type IntentOptional Attributes Name
    class(MEF90DefMechVertexSetOptions_Type), intent(in) :: self
    type(tPetscViewer), intent(in) :: viewer
    integer(kind=C_INT32_T), intent(inout) :: ierr