tools_operators_procedures Submodule


Uses

  • module~~tools_operators_procedures~~UsesGraph module~tools_operators_procedures tools_operators_procedures module~tools_operators tools_operators module~tools_operators_procedures->module~tools_operators module~class_psblas class_psblas module~tools_operators->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

Contents


Module Procedures

module procedure pde_sign module function pde_sign(sign, side)

Arguments

Type IntentOptional AttributesName
character(len=1), intent(in) :: sign
real(kind=psb_dpk_), intent(in) :: side

Return Value real(kind=psb_dpk_)

module procedure size_blk module function size_blk(ifirst, imax)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: ifirst

WARNING!!! NBMAX must be a multiple of 4

integer, intent(in) :: imax

WARNING!!! NBMAX must be a multiple of 4

Return Value integer