set_bc_math_map Module Procedure

module procedure set_bc_math_map module subroutine set_bc_math_map(bc, i, a, b, c)

Uses

  • proc~~set_bc_math_map~~UsesGraph proc~set_bc_math_map set_bc_math_map module~tools_bc tools_bc proc~set_bc_math_map->module~tools_bc module~class_motion class_motion module~tools_bc->module~class_motion module~class_vector class_vector module~class_motion->module~class_vector module~class_psblas class_psblas module~class_motion->module~class_psblas module~class_vector->module~class_psblas 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 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_math), intent(inout) :: bc
integer, intent(in) :: i
real(kind=psb_dpk_), intent(in) :: a
real(kind=psb_dpk_), intent(in) :: b
real(kind=psb_dpk_), intent(in) :: c

Calls

proc~~set_bc_math_map~~CallsGraph proc~set_bc_math_map set_bc_math_map interface~abort_psblas abort_psblas proc~set_bc_math_map->interface~abort_psblas proc~abort_psblas abort_psblas interface~abort_psblas->proc~abort_psblas psb_abort psb_abort proc~abort_psblas->psb_abort

Called by

proc~~set_bc_math_map~~CalledByGraph proc~set_bc_math_map set_bc_math_map interface~set_bc_math_map set_bc_math_map interface~set_bc_math_map->proc~set_bc_math_map

Contents

None