ia_add_tether_forces Subroutine

private subroutine ia_add_tether_forces(atc, ierr)

Calculates forces & energy due to all tethers. Will add to energy_tether & 'forces`. Tether forces are not subject to periodic boundary conditions.

Arguments

Type IntentOptional AttributesName
type(atmcfg_t), intent(inout) :: atc
integer, intent(out) :: ierr

Calls

proc~~ia_add_tether_forces~~CallsGraph proc~ia_add_tether_forces ia_add_tether_forces proc~ia_get_tether_force ia_get_tether_force proc~ia_add_tether_forces->proc~ia_get_tether_force proc~teth_rigid teth_rigid proc~ia_get_tether_force->proc~teth_rigid proc~teth_harm teth_harm proc~ia_get_tether_force->proc~teth_harm

Called by

proc~~ia_add_tether_forces~~CalledByGraph proc~ia_add_tether_forces ia_add_tether_forces proc~ia_calc_forces ia_calc_forces proc~ia_calc_forces->proc~ia_add_tether_forces proc~calc_drift calc_drift proc~calc_drift->proc~ia_calc_forces proc~integrate_em integrate_em proc~integrate_em->proc~calc_drift proc~se_fval se_fval proc~se_fval->proc~calc_drift proc~bds_run bds_run proc~bds_run->proc~integrate_em proc~run run proc~run->proc~bds_run program~main main program~main->proc~run

Contents

None