set_time_window_coeffs Interface

interface


Called by

interface~~set_time_window_coeffs~~CalledByGraph interface~set_time_window_coeffs set_time_window_coeffs proc~scal_schw_eff_set_time_window scal_schw_eff_set_time_window proc~scal_schw_eff_set_time_window->interface~set_time_window_coeffs interface~scal_schw_eff_set_time_window scal_schw_eff_set_time_window interface~scal_schw_eff_set_time_window->proc~scal_schw_eff_set_time_window

subroutine set_time_window_coeffs(tfac, dtfac_dt, d2tfac_dt2, do_smooth_after_lmax, nmodes) bind(c, name="0")

Arguments

Type IntentOptional AttributesName
real(kind=c_double) :: tfac

The time window factor.

real(kind=c_double) :: dtfac_dt

The first time derivative of the time window factor.

real(kind=c_double) :: d2tfac_dt2

The second time derivative of the time window factor.

integer(kind=c_int) :: do_smooth_after_lmax

Only set the time window for do_smooth_after_lmax.

integer(kind=c_int) :: nmodes

The number of modes.

Description

Interface to the C++ routine set_time_window that sets the time window information in the C++ effective source class.