alloc_bc_math Module Procedure

module procedure alloc_bc_math module subroutine alloc_bc_math(bc, id, nbf, a, b, c)

Uses

  • proc~~alloc_bc_math~~UsesGraph proc~alloc_bc_math alloc_bc_math module~tools_bc tools_bc proc~alloc_bc_math->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) :: id
integer, intent(in) :: nbf
real(kind=psb_dpk_), intent(in) :: a(:)
real(kind=psb_dpk_), intent(in) :: b(:)
real(kind=psb_dpk_), intent(in) :: c(:)

Calls

proc~~alloc_bc_math~~CallsGraph proc~alloc_bc_math alloc_bc_math interface~abort_psblas abort_psblas proc~alloc_bc_math->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~~alloc_bc_math~~CalledByGraph proc~alloc_bc_math alloc_bc_math interface~alloc_bc_math alloc_bc_math interface~alloc_bc_math->proc~alloc_bc_math

Contents

None