12#ifndef ARCANE_DOF_GHOSTLAYERFROMCONNECTIVITYCOMPUTER_H
13#define ARCANE_DOF_GHOSTLAYERFROMCONNECTIVITYCOMPUTER_H
17#include "arcane/utils/ArrayView.h"
18#include "arcane/utils/ITraceMng.h"
21#include "arcane/core/IExtraGhostItemsBuilder.h"
22#include "arcane/core/IItemConnectivity.h"
24#include "arcane/mesh/DoFFamily.h"
25#include "arcane/mesh/ItemConnectivity.h"
26#include "arcane/mesh/IItemConnectivityGhostPolicy.h"
61 : m_connectivity(NULL)
85 void _computeSharedItems();
Declarations of Arcane's general types.
virtual ~GhostLayerFromConnectivityComputer()
GhostLayerFromConnectivityComputer(IItemConnectivity *item_to_dofs)
Interface to manage connectivity.
1D vector of data with reference semantics.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.
ConstArrayView< Int32 > Int32ConstArrayView
C equivalent of a 1D array of 32-bit integers.
ConstArrayView< Int64 > Int64ConstArrayView
C equivalent of a 1D array of 64-bit integers.