grid_tools  1.13.0
pmat2::udlby Interface Reference

Private Member Functions

subroutine udlby (my, mah1, mah2, mx, a, v)
 Back-substitution step of parallel linear inversion involving Banded matrix and Y-Vectors. More...
 

Detailed Description

Definition at line 72 of file pmat2.f90.

Constructor & Destructor Documentation

◆ udlby()

subroutine pmat2::udlby::udlby ( integer(spi), intent(in)  my,
integer(spi), intent(in)  mah1,
integer(spi), intent(in)  mah2,
integer(spi), intent(in)  mx,
real(sp), dimension(my,-mah1:mah2), intent(in)  a,
real(sp), dimension(mx,my), intent(inout)  v 
)
private

Back-substitution step of parallel linear inversion involving Banded matrix and Y-Vectors.

Parameters
[in]mythe number of rows assumed for A and length of Y-vectors stored in V
[in]mah1the left half-bandwidth of fortran array A
[in]mah2the right half-bandwidth of fortran array A
[in]mxnumber of parallel Y-vectors inverted
[in]aencodes the (L)*(D**-1)*(U) factorization of the linear-system matrix, as supplied by subroutine LDUB or, if N=NA, by LDUB
[in,out]vinput as right-hand-side vectors, output as solution vectors
Author
R. J. Purser, Tsukasa Fujita (JMA)
Date
1994

Definition at line 1040 of file pmat2.f90.


The documentation for this interface was generated from the following file: