Go to the source code of this file.
|
subroutine | flux3dlim (FLOW, FLULIM, NPLAN, NSEG2D, NPOIN2, OPT) |
|
◆ flux3dlim()
subroutine flux3dlim |
( |
double precision, dimension(*), intent(inout) |
FLOW, |
|
|
double precision, dimension(nseg2d), intent(in) |
FLULIM, |
|
|
integer, intent(in) |
NPLAN, |
|
|
integer, intent(in) |
NSEG2D, |
|
|
integer, intent(in) |
NPOIN2, |
|
|
integer, intent(in) |
OPT |
|
) |
| |
- Parameters
-
[in] | nseg2d | FLOW Fluxes (size of flow may not exceed NSEG2D*NPLAN, THOUGH THE TOTAL NUMBER OF SEGMENTS IS LARGER) |
[in] | FLULIM | Limiting factor of 2d segments |
[in] | NPLAN | Number of planes |
[in] | NPOIN2 | Number of points in 2d |
[in] | NSEG2D | Number of segments in 2d |
[in] | OPT | 1: horizontal segments 2: HORIZONTAL AND CROSSED SEGMENTS FOR PRISMS 3: HORIZONTAL AND CROSSED SEGMENTS FOR PRISMS CUT INTO TETRAHEDRA |
[in] | nplan | FLOW Fluxes (size of flow may not exceed NSEG2D*NPLAN, THOUGH THE TOTAL NUMBER OF SEGMENTS IS LARGER) |
[in] | FLULIM | Limiting factor of 2d segments |
[in] | NPLAN | Number of planes |
[in] | NPOIN2 | Number of points in 2d |
[in] | NSEG2D | Number of segments in 2d |
[in] | OPT | 1: horizontal segments 2: HORIZONTAL AND CROSSED SEGMENTS FOR PRISMS 3: HORIZONTAL AND CROSSED SEGMENTS FOR PRISMS CUT INTO TETRAHEDRA |
[in] | opt | FLOW Fluxes (size of flow may not exceed NSEG2D*NPLAN, THOUGH THE TOTAL NUMBER OF SEGMENTS IS LARGER) |
[in] | FLULIM | Limiting factor of 2d segments |
[in] | NPLAN | Number of planes |
[in] | NPOIN2 | Number of points in 2d |
[in] | NSEG2D | Number of segments in 2d |
[in] | OPT | 1: horizontal segments 2: HORIZONTAL AND CROSSED SEGMENTS FOR PRISMS 3: HORIZONTAL AND CROSSED SEGMENTS FOR PRISMS CUT INTO TETRAHEDRA |
[in] | npoin2 | FLOW Fluxes (size of flow may not exceed NSEG2D*NPLAN, THOUGH THE TOTAL NUMBER OF SEGMENTS IS LARGER) |
[in] | FLULIM | Limiting factor of 2d segments |
[in] | NPLAN | Number of planes |
[in] | NPOIN2 | Number of points in 2d |
[in] | NSEG2D | Number of segments in 2d |
[in] | OPT | 1: horizontal segments 2: HORIZONTAL AND CROSSED SEGMENTS FOR PRISMS 3: HORIZONTAL AND CROSSED SEGMENTS FOR PRISMS CUT INTO TETRAHEDRA |
Definition at line 7 of file flux3dlim.f.