22 integer(kind=kint) :: ista
24 if(
associated(couple_value%item))
then
25 deallocate(couple_value%item, stat=ista)
29 if(
associated(couple_value%value))
then
30 deallocate(couple_value%value, stat=ista)
36 couple_value%n_dof = 0
37 nullify(couple_value%item)
38 nullify(couple_value%value)
subroutine, public hecmw_couple_cleanup(couple_value)
integer(kind=kint), parameter, public hecmw_couple_group_undef
integer(kind=kint) function hecmw_comm_get_comm()
subroutine hecmw_abort(comm)