deriv_1st Subroutine

public subroutine deriv_1st(self, delta, scheme, bc_start, bc_end, sym)

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

Calls

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

Called by

proc~~deriv_1st~~CalledByGraph proc~deriv_1st m_tdsops::tdsops_t%deriv_1st proc~tdsops_init m_tdsops::tdsops_init proc~tdsops_init->proc~deriv_1st 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