ClearEnergyScale_RefinementIndicator3D_t Subroutine

public subroutine ClearEnergyScale_RefinementIndicator3D_t(this)

Return to the automatic energy scale (the largest gate energy over the elements).

Arguments

TypeIntentOptionalAttributesName
class(RefinementIndicator3D_t), intent(inout) :: this

Contents


Source Code

  subroutine ClearEnergyScale_RefinementIndicator3D_t(this)
    !! Return to the automatic energy scale (the largest gate energy over the elements).
    implicit none
    class(RefinementIndicator3D_t),intent(inout) :: this

    this%energyScale = 0.0_prec
    this%energyScaleIsSet = .false.

  endsubroutine ClearEnergyScale_RefinementIndicator3D_t