lubksb Subroutine

private subroutine lubksb(a, n, np, indx, b)

Arguments

Type IntentOptional AttributesName
real(kind=p), intent(inout) :: a(np,np)
integer, intent(in) :: n
integer, intent(in) :: np
integer, intent(in) :: indx(n)
real(kind=p), intent(inout) :: b(n)

Called by

proc~~lubksb~~CalledByGraph proc~lubksb lubksb proc~inv inv proc~inv->proc~lubksb proc~modimplicit_set_time_step ModImplicit_set_time_step proc~modimplicit_set_time_step->proc~inv

Contents

None