deriv_2nd Subroutine

public subroutine deriv_2nd(self, delta, scheme, bc_start, bc_end, sym, c_nu, nu0_nu)

Type Bound

tdsops_t

Arguments

Type IntentOptional Attributes Name
class(tdsops_t), intent(inout) :: self
real(kind=dp), intent(in) :: delta
character(len=*), intent(in) :: scheme
integer, intent(in) :: bc_start
integer, intent(in) :: bc_end
logical, intent(in), optional :: sym
real(kind=dp), intent(in), optional :: c_nu
real(kind=dp), intent(in), optional :: nu0_nu

Calls

proc~~deriv_2nd~~CallsGraph proc~deriv_2nd m_tdsops::tdsops_t%deriv_2nd proc~preprocess_dist m_tdsops::tdsops_t%preprocess_dist proc~deriv_2nd->proc~preprocess_dist proc~preprocess_thom m_tdsops::tdsops_t%preprocess_thom proc~deriv_2nd->proc~preprocess_thom

Called by

proc~~deriv_2nd~~CalledByGraph proc~deriv_2nd m_tdsops::tdsops_t%deriv_2nd proc~tdsops_init m_tdsops::tdsops_init proc~tdsops_init->proc~deriv_2nd interface~tdsops_t m_tdsops::tdsops_t interface~tdsops_t->proc~tdsops_init proc~cuda_tdsops_init m_cuda_tdsops::cuda_tdsops_init proc~cuda_tdsops_init->proc~tdsops_init interface~cuda_tdsops_t m_cuda_tdsops::cuda_tdsops_t interface~cuda_tdsops_t->proc~cuda_tdsops_init