Home
last modified time | relevance | path

Searched defs:FaceElementOrientation (Results 1 – 1 of 1) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DElementDescription.F905035 SUBROUTINE FaceElementOrientation(Element, RevertSign, FaceIndex, Nodes) subroutine
5039 TYPE(Element_t), INTENT(IN) :: Element !< A 3-D/2-D element having 2-D/1-D faces
5040 LOGICAL, INTENT(OUT) :: RevertSign(:) !< Face-wise information about the sign reversions
5041 INTEGER, OPTIONAL, INTENT(IN) :: FaceIndex !< Check just one face that is specified here
5044 TYPE(Mesh_t), POINTER :: Mesh
5045 LOGICAL :: Parallel
5047 INTEGER, POINTER :: FaceMap(:,:), Ind(:)
5048 INTEGER, TARGET :: TetraFaceMap(4,3)
5049 INTEGER :: FaceIndices(4)
5050 INTEGER :: j, q, first_face, last_face
[all …]