interpl_mid Subroutine

public subroutine interpl_mid(self, scheme, from_to, bc_start, bc_end, sym)

Type Bound

tdsops_t

Arguments

Type IntentOptional Attributes Name
class(tdsops_t), intent(inout) :: self
character(len=*), intent(in) :: scheme
character(len=*), intent(in) :: from_to
integer, intent(in) :: bc_start
integer, intent(in) :: bc_end
logical, intent(in), optional :: sym

Calls

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

Called by

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