Go to the source code of this file.
|
subroutine | bief_ininds (NPOIN, NPTFR, NELEM, NPMAX, NPTFX, NELMAX, NPLAN, NSEGBOR, NDS, NELEB) |
|
◆ bief_ininds()
subroutine bief_ininds |
( |
integer, intent(in) |
NPOIN, |
|
|
integer, intent(in) |
NPTFR, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NPMAX, |
|
|
integer, intent(in) |
NPTFX, |
|
|
integer, intent(in) |
NELMAX, |
|
|
integer, intent(in) |
NPLAN, |
|
|
integer, intent(in) |
NSEGBOR, |
|
|
integer, dimension(0:81,7), intent(out) |
NDS, |
|
|
integer, intent(in), optional |
NELEB |
|
) |
| |
- Parameters
-
[in] | npoin | [out] NDS Array in bief_mesh structure for storing NUMBERS |
[in] | NELEB | Number of boundary elements |
[in] | NELEM | Number of elements in the mesh |
[in] | NELMAX | Maximum number of elements in the mesh |
[in] | NPLAN | Number of planes |
[in] | NPMAX | Maximum number of nodes in the mesh |
[in] | NPOIN | Number of nodes in the 2d mesh (EXCEPT TETRAHEDRA WHERE IT IS THE TOTAL NUMBER) |
[in] | NPTFR | Number of boundary points |
[in] | NPTFX | Maximum number of boundary points |
[in] | NSEGBOR | Number of boundary segments |
Definition at line 7 of file bief_ininds.f.