Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(pf_magpicard_t), | intent(inout) | :: | this | |||
class(pf_level_t), | intent(inout) | :: | lev |
subroutine magpicard_destroy(this, lev)
class(pf_magpicard_t), intent(inout) :: this
class(pf_level_t), intent(inout) :: lev
deallocate(this%dtsdc, this%commutators)
call lev%ulevel%factory%destroy_array(this%omega, lev%nnodes-1, &
lev%index, lev%shape)
call lev%ulevel%factory%destroy_array(this%time_ev_op, lev%nnodes-1, &
lev%index, lev%shape)
end subroutine magpicard_destroy