X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=CoreFlows%2Fswig%2FCoreFlows.i;h=26cadc0e449453d71dce2cb843ec248fcb86921b;hb=HEAD;hp=b8964dedd7c156f04597ccfac233333c26ea7a1b;hpb=2eae44c090c9a0c768e8a8b37e6b3eb875c14f15;p=tools%2Fsolverlab.git diff --git a/CoreFlows/swig/CoreFlows.i b/CoreFlows/swig/CoreFlows.i index b8964de..26cadc0 100755 --- a/CoreFlows/swig/CoreFlows.i +++ b/CoreFlows/swig/CoreFlows.i @@ -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"