Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(DGModel2D_t), | intent(inout) | :: | this |
subroutine Free_DGModel2D_t(this)
implicit none
class(DGModel2D_t),intent(inout) :: this
call this%solution%Free()
call this%workSol%Free()
call this%dSdt%Free()
call this%solutionGradient%Free()
call this%flux%Free()
call this%source%Free()
call this%fluxDivergence%Free()
endsubroutine Free_DGModel2D_t