Semi-conformal mesh node. More...
#include <arcane/core/TiedNode.h>
Public Member Functions | |
| TiedNode (Integer aindex, Node anode, Real2 iso_coordinates) | |
| Integer | index () const |
| Index of the node in the master face's tied nodes list. | |
| Node | node () const |
| Tied node. | |
| Real2 | isoCoordinates () const |
| Iso-barycentric coordinates of the node. | |
Semi-conformal mesh node.
A semi-conformal mesh node is defined by the master face it belongs to (see ITiedInterface) and not its iso-barycentric coordinates within that face. These coordinates are always between -1 and 1, and their value depends on the face type. For a 3D quadrilateral face, the definition is that of GeometricUtilities::QuadMapping.
Definition at line 39 of file TiedNode.h.
Definition at line 44 of file TiedNode.h.
|
inline |
Index of the node in the master face's tied nodes list.
Definition at line 56 of file TiedNode.h.
|
inline |
Iso-barycentric coordinates of the node.
Definition at line 62 of file TiedNode.h.
Referenced by Arcane::MeshUtils::writeMeshConnectivity().
|
inline |
Tied node.
Definition at line 59 of file TiedNode.h.
Referenced by Arcane::MeshUtils::writeMeshConnectivity().