save_nts_element Subroutine

public subroutine save_nts_element(nts_elem_nod, nts_amo, old_nts_elem_nod, old_nts_amo, surface_nod, sur_nod_inf, stick_slip, old_stick_slip)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: nts_elem_nod(:,:)
real(kind=real64), intent(in) :: nts_amo(:,:)
integer, intent(inout), allocatable:: old_nts_elem_nod(:,:)
real(kind=real64), intent(inout), allocatable:: old_nts_amo(:,:)
integer, intent(in) :: surface_nod(:)
integer, intent(in) :: sur_nod_inf(:,:)
integer, intent(in) :: stick_slip(:)
integer, intent(inout), allocatable:: old_stick_slip(:)

Contents

None