Home
last modified time | relevance | path

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

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DElementDescription.F905238 SUBROUTINE FaceElementBasisOrdering(Element, FDofMap, FaceIndex) subroutine
5242 TYPE(Element_t), INTENT(IN) :: Element !< A 3-D element having 2-D faces
5243 INTEGER, INTENT(OUT) :: FDofMap(4,3) !< Face-wise information for the basis permutation
5244 INTEGER, OPTIONAL, INTENT(IN) :: FaceIndex !< Check just one face that is specified here
5246 TYPE(Mesh_t), POINTER :: Mesh
5247 LOGICAL :: Parallel
5248 INTEGER, POINTER :: FaceMap(:,:), Ind(:)
5249 INTEGER, TARGET :: TetraFaceMap(4,3), FaceIndices(4)
5250 INTEGER :: j, q, first_face, last_face