Go to the source code of this file.
|
subroutine | frmset (NEIGB, NPOIN2, NELEM2, IKLE, RK, RX, RY, RXX, RYY) |
|
◆ frmset()
subroutine frmset |
( |
integer, dimension(npoin2,maxnsp), intent(inout) |
NEIGB, |
|
|
integer, intent(in) |
NPOIN2, |
|
|
integer, intent(in) |
NELEM2, |
|
|
integer, dimension(nelem2,3), intent(in) |
IKLE, |
|
|
double precision, dimension(maxnsp,npoin2), intent(inout) |
RK, |
|
|
double precision, dimension(maxnsp,npoin2), intent(inout) |
RX, |
|
|
double precision, dimension(maxnsp,npoin2), intent(inout) |
RY, |
|
|
double precision, dimension(maxnsp,npoin2), intent(inout) |
RXX, |
|
|
double precision, dimension(maxnsp,npoin2), intent(inout) |
RYY |
|
) |
| |
- Parameters
-
[in] | npoin2 | IKLE Transition between local and global numbering OF THE 2D MESH |
[in] | MAXNSP | Constant for meshfree technique |
[in,out] | NEIGB | Neighbour points for meshfree method |
[in] | NELEM2 | Number of elements in 2d mesh |
[in] | NPOIN2 | Number of points in 2d mesh |
[in,out] | RK | Array used in the meshfree technique |
[in,out] | RX | Array used in the meshfree technique |
[in,out] | RXX | Array used in the meshfree technique |
[in,out] | RY | Array used in the meshfree technique |
[in,out] | RYY | Array used in the meshfree technique |
[in] | nelem2 | IKLE Transition between local and global numbering OF THE 2D MESH |
[in] | MAXNSP | Constant for meshfree technique |
[in,out] | NEIGB | Neighbour points for meshfree method |
[in] | NELEM2 | Number of elements in 2d mesh |
[in] | NPOIN2 | Number of points in 2d mesh |
[in,out] | RK | Array used in the meshfree technique |
[in,out] | RX | Array used in the meshfree technique |
[in,out] | RXX | Array used in the meshfree technique |
[in,out] | RY | Array used in the meshfree technique |
[in,out] | RYY | Array used in the meshfree technique |
- Parameters
-
[in] | NRD | Constant for meshfree technique |
Definition at line 8 of file frmset.f.