get_abc_s Module Procedure

module procedure get_abc_s module subroutine get_abc_s(bc, dim, id, a, b, c)

Uses

  • proc~~get_abc_s~~UsesGraph proc~get_abc_s get_abc_s module~tools_bc tools_bc proc~get_abc_s->module~tools_bc module~class_dimensions class_dimensions proc~get_abc_s->module~class_dimensions module~class_motion class_motion module~tools_bc->module~class_motion module~class_psblas class_psblas module~class_dimensions->module~class_psblas module~class_motion->module~class_psblas module~class_vector class_vector module~class_motion->module~class_vector module~class_stopwatch class_stopwatch module~class_psblas->module~class_stopwatch module~tools_psblas tools_psblas module~class_psblas->module~tools_psblas module~class_stopwatch->module~tools_psblas psb_base_mod psb_base_mod module~class_stopwatch->psb_base_mod module~class_vector->module~class_psblas psb_prec_mod psb_prec_mod module~tools_psblas->psb_prec_mod module~tools_psblas->psb_base_mod psb_krylov_mod psb_krylov_mod module~tools_psblas->psb_krylov_mod

Arguments

Type IntentOptional AttributesName
class(bc_poly), intent(in) :: bc
type(dimensions), intent(in) :: dim
integer, intent(out) :: id
real(kind=psb_dpk_), intent(inout) :: a(:)
real(kind=psb_dpk_), intent(inout) :: b(:)
real(kind=psb_dpk_), intent(inout) :: c(:)

Calls

proc~~get_abc_s~~CallsGraph proc~get_abc_s get_abc_s interface~get_abc_math get_abc_math proc~get_abc_s->interface~get_abc_math

Called by

proc~~get_abc_s~~CalledByGraph proc~get_abc_s get_abc_s interface~get_abc_s get_abc_s interface~get_abc_s->proc~get_abc_s

Contents

None