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)
Constructs an accessor via the trace manager 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
C equivalent of a 1D array of 32-bit integers.