get_abc_math Interface

public interface get_abc_math

Called by

interface~~get_abc_math~~CalledByGraph interface~get_abc_math get_abc_math proc~update_boundary_wall_v update_boundary_wall_v proc~update_boundary_wall_v->interface~get_abc_math proc~get_abc_wall_s get_abc_wall_s proc~get_abc_wall_s->interface~get_abc_math proc~update_boundary_wall_s update_boundary_wall_s proc~update_boundary_wall_s->interface~get_abc_math proc~get_abc_wall_v get_abc_wall_v proc~get_abc_wall_v->interface~get_abc_math proc~get_abc_s get_abc_s proc~get_abc_s->interface~get_abc_math interface~get_abc_wall_s get_abc_wall_s interface~get_abc_wall_s->proc~get_abc_wall_s interface~get_abc_s get_abc_s interface~get_abc_s->proc~get_abc_s interface~get_abc_wall_v get_abc_wall_v interface~get_abc_wall_v->proc~get_abc_wall_v

Contents


Subroutines

public subroutine get_abc_math_s(bc, id, a, b, c)

Arguments

Type IntentOptional AttributesName
type(bc_math), intent(in) :: bc
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(:)

public subroutine get_abc_math_v(bc, id, a, b, c)

Arguments

Type IntentOptional AttributesName
type(bc_math), intent(in) :: bc(:)
integer, intent(out) :: id
real(kind=psb_dpk_), intent(inout) :: a(:)
real(kind=psb_dpk_), intent(inout) :: b(:)
type(vector), intent(inout) :: c(:)