Go to the source code of this file.
|
subroutine | filpol (F, C, XSOM, YSOM, NSOM, MESH) |
|
◆ filpol()
subroutine filpol |
( |
type(bief_obj), intent(inout) |
F, |
|
|
double precision, intent(in) |
C, |
|
|
double precision, dimension(*), intent(in) |
XSOM, |
|
|
double precision, dimension(*), intent(in) |
YSOM, |
|
|
integer, intent(in) |
NSOM, |
|
|
type(bief_mesh), intent(in) |
MESH |
|
) |
| |
- Parameters
-
[in] | nsom | C Constant to be prescribed inside the polygon. |
[in,out] | F | The result (vector) |
[in] | MESH | Mesh structure |
[in] | NSOM | Number of vertices in the polygon |
[in] | XSOM | Abscissae of vertices in the polygon |
[in] | YSOM | Ordinates of vertices in the polygon |
Definition at line 7 of file filpol.f.