12#ifndef ARCANE_CORE_IMESHEXCHANGEMNG_H
13#define ARCANE_CORE_IMESHEXCHANGEMNG_H
Declarations of Arcane's general types.
Interface for managing mesh exchanges between subdomains.
virtual ~IMeshExchangeMng()=default
Frees resources.
virtual IMeshExchanger * exchanger()=0
Current exchanger.
virtual IPrimaryMesh * mesh() const =0
Associated mesh.
virtual IMeshExchanger * beginExchange()=0
Starts an exchange.
virtual void endExchange()=0
Signals that the exchange is finished.
Management of a mesh exchange between subdomains.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --