Go to the source code of this file.
|
subroutine | gtsh31 (SHP, ELT, IKLE, ELTCAR, NPOIN, NELMAX) |
|
◆ gtsh31()
subroutine gtsh31 |
( |
double precision, dimension(4,npoin), intent(inout) |
SHP, |
|
|
integer, dimension(npoin), intent(inout) |
ELT, |
|
|
integer, dimension(nelmax,4), intent(in) |
IKLE, |
|
|
integer, dimension(npoin), intent(in) |
ELTCAR, |
|
|
integer, intent(in) |
NPOIN, |
|
|
integer, intent(in) |
NELMAX |
|
) |
| |
- Parameters
-
[in] | npoin | [out] ELT Element chosen for every point |
[in] | ELTCAR | Starting element for linear and quadratic points |
[in] | IKLE | Connectivity table |
[in] | NELMAX | Maximum number of elements |
[in] | NPOIN | Number of points |
[in] | NSEG | Number of segments |
[out] | SHP | Barycentric coordinates of nodes in their ASSOCIATED ELEMENT "ELT" |
[in] | nelmax | [out] ELT Element chosen for every point |
[in] | ELTCAR | Starting element for linear and quadratic points |
[in] | IKLE | Connectivity table |
[in] | NELMAX | Maximum number of elements |
[in] | NPOIN | Number of points |
[in] | NSEG | Number of segments |
[out] | SHP | Barycentric coordinates of nodes in their ASSOCIATED ELEMENT "ELT" |
Definition at line 7 of file gtsh31.f.