]> 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 624ffadd86b51ac2cf07af69a8008c7b5337a650..3613e6e6cd82cad4a6f99d156ccccdbb485f91eb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2023  CEA, EDF
+// Copyright (C) 2017-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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();