Go to the source code of this file.
|
subroutine | pre2dv (X, Y, SHP, NSEG, IMSEG, X2DV, Y2DV, IKLES, ELEM, NPOIN2, NELEM2, IM, NC2DV) |
|
◆ pre2dv()
subroutine pre2dv |
( |
double precision, dimension(npoin2), intent(in) |
X, |
|
|
double precision, dimension(npoin2), intent(in) |
Y, |
|
|
double precision, dimension(im,3,nc2dv), intent(inout) |
SHP, |
|
|
integer, dimension(nc2dv), intent(inout) |
NSEG, |
|
|
integer, dimension(49,nc2dv), intent(inout) |
IMSEG, |
|
|
double precision, dimension(50,nc2dv), intent(in) |
X2DV, |
|
|
double precision, dimension(50,nc2dv), intent(in) |
Y2DV, |
|
|
integer, dimension(3,nelem2), intent(inout) |
IKLES, |
|
|
integer, dimension(im,nc2dv), intent(inout) |
ELEM, |
|
|
integer, intent(in) |
NPOIN2, |
|
|
integer, intent(in) |
NELEM2, |
|
|
integer, intent(in) |
IM, |
|
|
integer, intent(in) |
NC2DV |
|
) |
| |