Go to the source code of this file.
|
subroutine | fluxpr (NSEC, CTRLSC, FLX, VOLNEG, VOLPOS, INFO, TPS, NSEG, NCSIZE, CUMFLO) |
|
◆ fluxpr()
subroutine fluxpr |
( |
integer, intent(in) |
NSEC, |
|
|
integer, dimension(*), intent(in) |
CTRLSC, |
|
|
double precision, dimension(nsec), intent(in) |
FLX, |
|
|
double precision, dimension(nsec), intent(in) |
VOLNEG, |
|
|
double precision, dimension(nsec), intent(in) |
VOLPOS, |
|
|
logical, intent(in) |
INFO, |
|
|
double precision, intent(in) |
TPS, |
|
|
integer, dimension(nsec), intent(in) |
NSEG, |
|
|
integer, intent(in) |
NCSIZE, |
|
|
logical, intent(in) |
CUMFLO |
|
) |
| |
- Parameters
-
[in] | nsec | CTRLSC Numbers of points in the control sections |
[in] | CUMFLO | Key-word: printing cumulated flowrates |
[in] | FLX | Fluxes through control sections |
[in] | INFO | If yes : information is printed |
[in] | NCSIZE | Number of processors |
[in] | NSEC | Number of control sections |
[in] | NSEG | Number of segments |
[in] | TPS | Time |
[in] | VOLNEG | Cumulated negative volume through sections |
[in] | VOLPOS | Cumulated positive volume through sections |
[in] | ncsize | CTRLSC Numbers of points in the control sections |
[in] | CUMFLO | Key-word: printing cumulated flowrates |
[in] | FLX | Fluxes through control sections |
[in] | INFO | If yes : information is printed |
[in] | NCSIZE | Number of processors |
[in] | NSEC | Number of control sections |
[in] | NSEG | Number of segments |
[in] | TPS | Time |
[in] | VOLNEG | Cumulated negative volume through sections |
[in] | VOLPOS | Cumulated positive volume through sections |
Definition at line 7 of file fluxpr.f.