|
Nek5000
SEM for Incompressible NS
|
routines for direct solves with Gaussian elimination (LU decomposition). More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | lu (A, N, NDIM, IR, IC) |
| the first subroutine to compute the matrix inverse More... | |
| subroutine | solve (F, A, K, N, NDIM, IR, IC) |
| second part of the matrix inverse More... | |
routines for direct solves with Gaussian elimination (LU decomposition).
Definition in file gauss.F90.
| subroutine lu | ( | real(dp), dimension(ndim,*) | A, |
| integer | N, | ||
| integer | NDIM, | ||
| integer, dimension(*) | IR, | ||
| integer, dimension(*) | IC | ||
| ) |
1.8.8