Go to the source code of this file.
|
subroutine | parcom2 (X1, X2, X3, NPOIN, NPLAN, ICOM, IAN, MESH) |
|
◆ parcom2()
subroutine parcom2 |
( |
double precision, dimension(npoin,nplan), intent(inout) |
X1, |
|
|
double precision, dimension(npoin,nplan), intent(inout) |
X2, |
|
|
double precision, dimension(npoin,nplan), intent(inout) |
X3, |
|
|
integer, intent(in) |
NPOIN, |
|
|
integer, intent(in) |
NPLAN, |
|
|
integer, intent(in) |
ICOM, |
|
|
integer, intent(in) |
IAN, |
|
|
type(bief_mesh), intent(inout) |
MESH |
|
) |
| |
- Parameters
-
[in] | icom | IAN Number of vectors to be condidered (1, 2 or 3) |
[in] | ICOM | Communication mode = 1 : VALUE WITH MAXIMUM ABSOLUTE VALUE TAKEN = 2 : CONTRIBUTIONS ADDED = 3 : MAXIMUM CONTRIBUTION RETAINED = 4 : MINIMUM CONTRIBUTION RETAINED |
[in] | MESH | Mesh structure |
[in] | NPLAN | Number of planes in the 3d mesh of prisms |
[in] | NPOIN | Number of points |
[in,out] | X1 | Vector to be completed |
[in,out] | X2 | Vector to be completed |
[in,out] | X3 | Vector to be completed |
[in] | npoin | IAN Number of vectors to be condidered (1, 2 or 3) |
[in] | ICOM | Communication mode = 1 : VALUE WITH MAXIMUM ABSOLUTE VALUE TAKEN = 2 : CONTRIBUTIONS ADDED = 3 : MAXIMUM CONTRIBUTION RETAINED = 4 : MINIMUM CONTRIBUTION RETAINED |
[in] | MESH | Mesh structure |
[in] | NPLAN | Number of planes in the 3d mesh of prisms |
[in] | NPOIN | Number of points |
[in,out] | X1 | Vector to be completed |
[in,out] | X2 | Vector to be completed |
[in,out] | X3 | Vector to be completed |
[in] | nplan | IAN Number of vectors to be condidered (1, 2 or 3) |
[in] | ICOM | Communication mode = 1 : VALUE WITH MAXIMUM ABSOLUTE VALUE TAKEN = 2 : CONTRIBUTIONS ADDED = 3 : MAXIMUM CONTRIBUTION RETAINED = 4 : MINIMUM CONTRIBUTION RETAINED |
[in] | MESH | Mesh structure |
[in] | NPLAN | Number of planes in the 3d mesh of prisms |
[in] | NPOIN | Number of points |
[in,out] | X1 | Vector to be completed |
[in,out] | X2 | Vector to be completed |
[in,out] | X3 | Vector to be completed |
[in] | ian | IAN Number of vectors to be condidered (1, 2 or 3) |
[in] | ICOM | Communication mode = 1 : VALUE WITH MAXIMUM ABSOLUTE VALUE TAKEN = 2 : CONTRIBUTIONS ADDED = 3 : MAXIMUM CONTRIBUTION RETAINED = 4 : MINIMUM CONTRIBUTION RETAINED |
[in] | MESH | Mesh structure |
[in] | NPLAN | Number of planes in the 3d mesh of prisms |
[in] | NPOIN | Number of points |
[in,out] | X1 | Vector to be completed |
[in,out] | X2 | Vector to be completed |
[in,out] | X3 | Vector to be completed |
Definition at line 7 of file parcom2.f.