12#ifndef ARCANE_CORE_TIEDNODE_H
13#define ARCANE_CORE_TIEDNODE_H
17#include "arcane/utils/Real2.h"
18#include "arcane/core/Item.h"
47 , m_iso_coordinates(iso_coordinates)
67 Integer m_index = NULL_ITEM_LOCAL_ID;
71 Real2 m_iso_coordinates;
Class managing a 2-dimensional real vector.
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.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.