12#ifndef ARCANE_CORE_TIEDNODE_H
13#define ARCANE_CORE_TIEDNODE_H
17#include "arcane/utils/Real2.h"
18#include "arcane/core/Item.h"
Class managing a 2-dimensional real vector.
Real2 m_iso_coordinates
Iso-barycentric coordinates of the node.
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.
Integer m_index
Index of the node in the master face's tied nodes list.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.