Salome HOME
Updated GUI documentation
[tools/solverlab.git] / CoreFlows / swig / CoreFlows.i
index b8964dedd7c156f04597ccfac233333c26ea7a1b..26cadc0e449453d71dce2cb843ec248fcb86921b 100755 (executable)
@@ -4,6 +4,13 @@
 %include std_vector.i
 %include std_map.i
 
+/* %include slepc4py.i */
+
+#ifdef MPI4PY_ROOT_DIR
+%include mpi4py.i
+%mpi4py_typemap(Comm, MPI_Comm);
+#endif
+
 %apply bool& INOUT {bool &stop}
 
 namespace std {
@@ -24,6 +31,7 @@ namespace std {
 #include "StationaryDiffusionEquation.hxx"
 #include "SinglePhase.hxx"
 #include "Fluide.h"
+#include "StiffenedGas.hxx"
 
 %}
 
@@ -37,4 +45,5 @@ namespace std {
 %include "StationaryDiffusionEquation.hxx"
 %include "SinglePhase.hxx"
 %include "Fluide.h"
+%include "StiffenedGas.hxx"