12#ifndef ARCANE_CORE_IGETVARIABLESVALUESPARALLELOPERATION_H
13#define ARCANE_CORE_IGETVARIABLESVALUESPARALLELOPERATION_H
Declarations of Arcane's general types.
Operations to access variable values from another subdomain.
virtual void getVariableValues(VariableItemReal &variable, Int64ConstArrayView unique_ids, Int32ConstArrayView sub_domain_ids, RealArrayView values)=0
Retrieves the values of a variable on remote entities.
virtual void getVariableValues(VariableItemReal &variable, Int64ConstArrayView unique_ids, RealArrayView values)=0
Retrieves the values of a variable on remote entities.
Interface of the parallelism manager for a subdomain.
ItemVariableScalarRefT< Real > VariableItemReal
Real type quantity.
-- 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.
ConstArrayView< Int64 > Int64ConstArrayView
C equivalent of a 1D array of 64-bit integers.
ArrayView< Real > RealArrayView
C equivalent of a 1D array of reals.