ia_tether_setup Subroutine

public subroutine ia_tether_setup(num_tether_types, tether_styles, tether_params)

Sets up parameters for tether potentials

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: num_tether_types

Number of tether types

integer, intent(in), dimension(:):: tether_styles

Styles for each type

real(kind=rp), intent(inout), dimension(:,:):: tether_params

Parameters for each type, depending on style


Called by

proc~~ia_tether_setup~~CalledByGraph proc~ia_tether_setup ia_tether_setup proc~ia_setup ia_setup proc~ia_setup->proc~ia_tether_setup proc~run run proc~run->proc~ia_setup program~main main program~main->proc~run

Contents

None