12#ifndef ARCANE_UTILS_IAMRTRANSPORTFUNCTOR_H
13#define ARCANE_UTILS_IAMRTRANSPORTFUNCTOR_H
Arcane configuration file.
Declarations of types on entities.
Declarations of types used in Arcane.
Base class for 1D data vectors.
Interface of a functor with argument.
virtual ~IAMRTransportFunctor()
Frees resources.
virtual void executeFunctor(Array< Cell > &old_items, AMROperationType op)=0
Executes the associated method.
virtual void executeFunctor(Array< ItemInternal * > &old_items, AMROperationType op)=0
Executes the associated method.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --