15#include "arcane/materials/EnvItemVector.h"
24MATERIALS_BEGIN_NAMESPACE
32LoopFunctorEnvPartSimdCell LoopFunctorEnvPartSimdCell::
33create(
const EnvCellVector& env)
35 return LoopFunctorEnvPartSimdCell(env.pureItems(),env.impureItems());
41LoopFunctorEnvPartSimdCell LoopFunctorEnvPartSimdCell::
42create(IMeshEnvironment* env)
44 return LoopFunctorEnvPartSimdCell(env->pureItems(),env->impureItems());
50MATERIALS_END_NAMESPACE