![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | get_area_face (x1, x2, x3, x4, y1, y2, y3, y4, z1, z2, z3, z4, surf, ielem) |
Computes area of a face (quad). | |
subroutine get_area_face | ( | real*8, intent(in) | x1, |
real*8, intent(in) | x2, | ||
real*8, intent(in) | x3, | ||
real*8, intent(in) | x4, | ||
real*8, intent(in) | y1, | ||
real*8, intent(in) | y2, | ||
real*8, intent(in) | y3, | ||
real*8, intent(in) | y4, | ||
real*8, intent(in) | z1, | ||
real*8, intent(in) | z2, | ||
real*8, intent(in) | z3, | ||
real*8, intent(in) | z4, | ||
real*8, intent(out) | surf, | ||
integer*4, intent(in) | ielem | ||
) |
Computes area of a face (quad).
[in] | x1 | vertex x-coordinate defining a face of the element ielem |
[in] | x2 | vertex x-coordinate defining a face of the element ielem |
[in] | x3 | vertex x-coordinate defining a face of the element ielem |
[in] | x4 | vertex x-coordinate defining a face of the element ielem |
[in] | y1 | vertex y-coordinate defining a face of the element ielem |
[in] | y2 | vertex y-coordinate defining a face of the element ielem |
[in] | y3 | vertex y-coordinate defining a face of the element ielem |
[in] | y4 | vertex y-coordinate defining a face of the element ielem |
[in] | z1 | vertex z-coordinate defining a face of the element ielem |
[in] | z2 | vertex z-coordinate defining a face of the element ielem |
[in] | z3 | vertex z-coordinate defining a face of the element ielem |
[in] | z4 | vertex z-coordinate defining a face of the element ielem |
[in] | index | of the element |
[out] | surf | area of a face of the hex ielem |
Definition at line 38 of file GET_AREA_FACE.f90.
Referenced by setup_dg().