blob: 4b45494d3f8c33e40e8b22ed0fcf59f829523525 [file] [log] [blame]
c---------------------------------------------------------------------
c---------------------------------------------------------------------
subroutine adi
c---------------------------------------------------------------------
c---------------------------------------------------------------------
call compute_rhs
call x_solve
call y_solve
call z_solve
call add
return
end