Go to the source code of this file.
|
subroutine | solve_mumps_par (NPOIN, NSEGB, GLOSEG, MAXSEG, DA, XA, XINC, RHS, TYPEXT, KNOLG, NPOIN_TOT) |
|
◆ solve_mumps_par()
subroutine solve_mumps_par |
( |
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, |
|
|
character(len=1), intent(in) |
TYPEXT, |
|
|
integer, dimension(*), intent(in) |
KNOLG, |
|
|
integer, intent(in) |
NPOIN_TOT |
|
) |
| |
- Parameters
-
[in] | npoin | NPOIN Number of points in the processor. |
[in] | nsegb | NPOIN Number of points in the processor. |
[in] | maxseg | NPOIN Number of points in the processor. |
[in] | npoin_tot | NPOIN Number of points in the processor. |
Definition at line 8 of file solve_mumps_par.F.