12#ifndef ARCANE_MESH_MESHNODEMERGER_H
13#define ARCANE_MESH_MESHNODEMERGER_H
17#include "arcane/utils/TraceAccessor.h"
18#include "arcane/mesh/MeshGlobal.h"
63 bool allow_non_corresponding_face =
false);
67 IMesh* m_mesh =
nullptr;
72 std::map<Node,Node> m_nodes_correspondance;
73 std::map<Face,Face> m_faces_correspondance;
TraceAccessor(ITraceMng *m)
Construit un accesseur via le gestionnaire de trace m.
void mergeNodes(Int32ConstArrayView nodes_local_id, Int32ConstArrayView nodes_to_merge_local_id, bool allow_non_corresponding_face=false)
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
ConstArrayView< Int32 > Int32ConstArrayView
Equivalent C d'un tableau à une dimension d'entiers 32 bits.