Go to the source code of this file.
|
subroutine | asseg_3d (FLOW, F, NPOIN3, NPLAN, NSEG2D, GLOSEG, SIZGLO, INIFLO) |
|
◆ asseg_3d()
subroutine asseg_3d |
( |
double precision, dimension(*), intent(in) |
FLOW, |
|
|
double precision, dimension(npoin3), intent(inout) |
F, |
|
|
integer, intent(in) |
NPOIN3, |
|
|
integer, intent(in) |
NPLAN, |
|
|
integer, intent(in) |
NSEG2D, |
|
|
integer, dimension(sizglo,2), intent(in) |
GLOSEG, |
|
|
integer, intent(in) |
SIZGLO, |
|
|
logical, intent(in) |
INIFLO |
|
) |
| |
- Parameters
-
[in] | nseg2d | [out] F F where the fluxes are assembled |
[in] | FLOW | Fluxes (size of flow may not exceed NSEG2D*NPLAN, THOUGH THE TOTAL NUMBER OF SEGMENTS IS LARGER) |
[in] | GLOSEG | Global number of the 2 points of a segment |
[in] | INIFLO | If(yes) f will be initialised at 0. |
[in] | NPLAN | Number of planes |
[in] | NPOIN3 | Number of points |
[in] | NSEG2D | Number of segments in 2d |
[in] | SIZGLO | First dimension of gloseg |
[in] | npoin3 | [out] F F where the fluxes are assembled |
[in] | FLOW | Fluxes (size of flow may not exceed NSEG2D*NPLAN, THOUGH THE TOTAL NUMBER OF SEGMENTS IS LARGER) |
[in] | GLOSEG | Global number of the 2 points of a segment |
[in] | INIFLO | If(yes) f will be initialised at 0. |
[in] | NPLAN | Number of planes |
[in] | NPOIN3 | Number of points |
[in] | NSEG2D | Number of segments in 2d |
[in] | SIZGLO | First dimension of gloseg |
[in] | sizglo | [out] F F where the fluxes are assembled |
[in] | FLOW | Fluxes (size of flow may not exceed NSEG2D*NPLAN, THOUGH THE TOTAL NUMBER OF SEGMENTS IS LARGER) |
[in] | GLOSEG | Global number of the 2 points of a segment |
[in] | INIFLO | If(yes) f will be initialised at 0. |
[in] | NPLAN | Number of planes |
[in] | NPOIN3 | Number of points |
[in] | NSEG2D | Number of segments in 2d |
[in] | SIZGLO | First dimension of gloseg |
[in] | nplan | [out] F F where the fluxes are assembled |
[in] | FLOW | Fluxes (size of flow may not exceed NSEG2D*NPLAN, THOUGH THE TOTAL NUMBER OF SEGMENTS IS LARGER) |
[in] | GLOSEG | Global number of the 2 points of a segment |
[in] | INIFLO | If(yes) f will be initialised at 0. |
[in] | NPLAN | Number of planes |
[in] | NPOIN3 | Number of points |
[in] | NSEG2D | Number of segments in 2d |
[in] | SIZGLO | First dimension of gloseg |
Definition at line 7 of file asseg_3d.f.