Return to the automatic energy scale (the largest gate energy over the elements).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(RefinementIndicator3D_t), | intent(inout) | :: | this |
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