#include "ProcessorGroup.hxx"
#include "MxN_Mapping.hxx"
#include "InterpolationMatrix.hxx"
+#include "TranslationRotationMatrix.hxx"
+#include "Interpolation.hxx"
#include "Interpolation2D.hxx"
#include "Interpolation3DSurf.hxx"
#include "Interpolation3D.hxx"
//computation of the intersection volumes between source and target elements
int source_size= _source_support.getNumberOfElements(MED_EN::MED_CELL,MED_EN::MED_ALL_ELEMENTS);
- vector<map<int,double> > surfaces = interpolator->interpol_maillages(distant_support,_source_support);
+ vector<map<int,double> > surfaces = interpolator->interpolateMeshes(distant_support,_source_support);
delete interpolator;
if (surfaces.size() != source_size)
throw MEDEXCEPTION("uncoherent number of rows in interpolation matrix");
CPPFLAGS+=$(MED2_INCLUDES) $(MPI_INCLUDES) $(LAM_INCLUDES) -I/data/tmpawa/vb144235/lam_install/include -I/data/tmpawa/vb144235/fvm/src -DFVM_HAVE_MPI
+CPPFLAGS+=-I${srcdir}/../INTERP_KERNEL
+
CXXFLAGS+=@CXXTMPDPTHFLAGS@
CPPFLAGS+=$(BOOST_CPPFLAGS)
#LDFLAGS+=$(MED2_LIBS) $(HDF5_LIBS)