14#include "Lima/lima++.h"
15#include "Lima/malipp2.h"
17#include "arcane/cea/LimaMalippT.h"
23_directLimaPartitionMalipp2(ITimerMng* timer_mng,IPrimaryMesh* mesh,
24 const String& filename, Real length_multiplier)
26 LimaMalippReader<Lima::MaliPPReader2> reader(mesh->traceMng());
27 auto rt = reader.readMeshFromFile(timer_mng,mesh,filename,length_multiplier);
eReturnType
Types des codes de retour d'une lecture ou écriture.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-