eap 8abf245a59 /*!
+     * Returns nodes of given face (counted from zero) for given volumic element.
+     */
+    long_array GetElemFaceNodes(in long elemId, in short faceIndex);
+
+    /*!
+     * Returns an element based on all given nodes.
+     */
+    long FindElementByNodes(in long_array nodes);
2010-03-30 12:27:31 +00:00
..
2009-02-17 05:27:49 +00:00
2009-02-17 05:27:49 +00:00
/*!
2010-03-30 12:27:31 +00:00
2009-02-17 05:27:49 +00:00