]> SALOME platform Git repositories - tools/medcoupling.git/blobdiff - src/ParaMEDMEM_Swig/ParaMEDMEMCommon.i
Salome HOME
refactor!: remove adm_local/ directory
[tools/medcoupling.git] / src / ParaMEDMEM_Swig / ParaMEDMEMCommon.i
index dca30940787b3f12dfe9371a5809280dae2a7a13..3613e6e6cd82cad4a6f99d156ccccdbb485f91eb 100644 (file)
@@ -26,6 +26,7 @@
 #include "ProcessorGroup.hxx"
 #include "Topology.hxx"
 #include "MPIProcessorGroup.hxx"
+#include "ByStringMPIProcessorGroup.hxx"
 #include "DEC.hxx"
 #include "InterpKernelDEC.hxx"
 #include "NonCoincidentDEC.hxx"
@@ -51,6 +52,7 @@ using namespace ICoCo;
 %include "ParaMESH.hxx"
 %include "ParaFIELD.hxx"
 %include "MPIProcessorGroup.hxx"
+%include "ByStringMPIProcessorGroup.hxx"
 %include "ComponentTopology.hxx"
 %include "DEC.hxx"
 %include "DisjointDEC.hxx"
@@ -293,6 +295,8 @@ namespace MEDCoupling
       InterpKernelDEC();
       InterpKernelDEC(ProcessorGroup& source_group, ProcessorGroup& target_group);
       InterpKernelDEC(const std::set<int>& src_ids, const std::set<int>& trg_ids); // hide last optional parameter!
+      InterpKernelDEC(ProcessorGroup& generic_group, const std::string& source_group, const std::string& target_group);
+      InterpKernelDEC(ProcessorGroup& generic_group, const std::string& interaction_group);
       virtual ~InterpKernelDEC();
       void release();