Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SEMHex), | intent(inout) | :: | myGeom |
subroutine Free_SEMHex(myGeom)
implicit none
class(SEMHex),intent(inout) :: myGeom
call myGeom%x%Free()
call myGeom%dxds%Free()
call myGeom%dsdx%Free()
call myGeom%nHat%Free()
call myGeom%nScale%Free()
call myGeom%J%Free()
endsubroutine Free_SEMHex