Go to the source code of this file.
|
subroutine | filp11 (F, C, XSOM, YSOM, NSOM, X, Y, NPOIN) |
|
◆ filp11()
subroutine filp11 |
( |
double precision, dimension(*), intent(inout) |
F, |
|
|
double precision, intent(in) |
C, |
|
|
double precision, dimension(nsom), intent(in) |
XSOM, |
|
|
double precision, dimension(nsom), intent(in) |
YSOM, |
|
|
integer, intent(in) |
NSOM, |
|
|
double precision, dimension(*), intent(in) |
X, |
|
|
double precision, dimension(*), intent(in) |
Y, |
|
|
integer, intent(in) |
NPOIN |
|
) |
| |
- Parameters
-
[in] | nsom | C The constant value |
[in,out] | F | The function |
[in] | NPOIN | Number of points |
[in] | NSOM | Number of vertices in the polygon |
[in] | X | Abscissae of points in the mesh |
[in] | XSOM | Abscissae of points in the polygon |
[in] | Y | Ordinates of points in the mesh |
[in] | YSOM | Ordinates of points in the polygon |
[in] | npoin | C The constant value |
[in,out] | F | The function |
[in] | NPOIN | Number of points |
[in] | NSOM | Number of vertices in the polygon |
[in] | X | Abscissae of points in the mesh |
[in] | XSOM | Abscissae of points in the polygon |
[in] | Y | Ordinates of points in the mesh |
[in] | YSOM | Ordinates of points in the polygon |
Definition at line 7 of file filp11.f.