Go to the source code of this file.
|
subroutine | hloc (NPOIN, NSEG, NELEM, NUBO, VNOCL, AIRS, DTHAUT, MESH, ELTSEG, IFABOR) |
|
◆ hloc()
subroutine hloc |
( |
integer, intent(in) |
NPOIN, |
|
|
integer, intent(in) |
NSEG, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, dimension(2,*), intent(in) |
NUBO, |
|
|
double precision, dimension(3,*), intent(in) |
VNOCL, |
|
|
double precision, dimension(npoin), intent(in) |
AIRS, |
|
|
double precision, dimension(npoin), intent(out) |
DTHAUT, |
|
|
type(bief_mesh), intent(inout) |
MESH, |
|
|
integer, dimension(nelem,3), intent(in) |
ELTSEG, |
|
|
integer, dimension(nelem,3), intent(in) |
IFABOR |
|
) |
| |
- Parameters
-
[in] | nseg | AIRS Areas of cells in the mesh. |
[out] | DTHAUT | Space step |
[in] | NBOR | Global number of boundary points |
[in] | NPOIN | Number of points |
[in] | NPTFR | Number of boundary points |
[in] | NSEG | Number of segments |
[in] | NUBO | First and second point of segments |
[in] | VNOCL | Normal vector to interface (2 FIRST COMPONENTS) AND SEGMENT LENGTH (3RD COMPONENT) |
[in] | XNEBOR | X-component of normal vector at boundary point |
[in] | YNEBOR | Y-component of normal vector at boundary point |
[in] | npoin | AIRS Areas of cells in the mesh. |
[out] | DTHAUT | Space step |
[in] | NBOR | Global number of boundary points |
[in] | NPOIN | Number of points |
[in] | NPTFR | Number of boundary points |
[in] | NSEG | Number of segments |
[in] | NUBO | First and second point of segments |
[in] | VNOCL | Normal vector to interface (2 FIRST COMPONENTS) AND SEGMENT LENGTH (3RD COMPONENT) |
[in] | XNEBOR | X-component of normal vector at boundary point |
[in] | YNEBOR | Y-component of normal vector at boundary point |
Definition at line 7 of file hloc.f.