Go to the source code of this file.
|
subroutine | solve_mumps (NPOIN, NSEGB, GLOSEG, MAXSEG, DA, XA, XINC, RHS, INFOGR, TYPEXT, LT) |
|
◆ solve_mumps()
subroutine solve_mumps |
( |
integer, intent(in) |
NPOIN, |
|
|
integer, intent(in) |
NSEGB, |
|
|
integer, dimension(maxseg,2), intent(in) |
GLOSEG, |
|
|
integer, intent(in) |
MAXSEG, |
|
|
double precision, dimension(npoin), intent(inout) |
DA, |
|
|
double precision, dimension(*), intent(inout) |
XA, |
|
|
double precision, dimension(npoin), intent(inout) |
XINC, |
|
|
double precision, dimension(npoin), intent(inout) |
RHS, |
|
|
logical, intent(in) |
INFOGR, |
|
|
character(len=1), intent(in) |
TYPEXT, |
|
|
integer, intent(in) |
LT |
|
) |
| |
- Parameters
-
[in] | npoin | [out] XINC Solution |
[in] | nsegb | [out] XINC Solution |
[in] | maxseg | [out] XINC Solution |
Definition at line 7 of file solve_mumps.F.