![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | check_normal (nor_x, nor_y, nor_z, material, element, face, nel_glo, normalxyz, mat_el_fac, yon) |
Verifies if 2 different faces are opposite or not. | |
subroutine check_normal | ( | real*8 | nor_x, |
real*8 | nor_y, | ||
real*8 | nor_z, | ||
integer*4 | material, | ||
integer*4 | element, | ||
integer*4 | face, | ||
integer*4 | nel_glo, | ||
real*8, dimension(nel_glo,3) | normalxyz, | ||
integer*4, dimension(nel_glo,3) | mat_el_fac, | ||
integer*4 | yon | ||
) |
Verifies if 2 different faces are opposite or not.
[in] | nor_x | x-comp of the normal vector for the current element |
[in] | nor_y | y-comp of the normal vector for the current element |
[in] | nor_z | z-comp of the normal vector for the current element |
[in] | material | block id for the neigh. element |
[in] | element | element id for the neigh. element |
[in] | face | face id for the neigh. element |
[in] | nel_glo | number of global element dg |
[in] | nomalxyz | nomals for dg elements |
[in] | mat_el_fac | id for dg elements |
[out] | yon | 1 if the normals are opposite 0 otherwise |
Definition at line 35 of file CHECK_NORMAL.f90.
Referenced by write_file_dgfs().