Salome HOME
Modifications to properly handle parallel compute for 2D
[modules/smesh.git] / idl / SMESH_Mesh.idl
index 8ef9a454b0fb7018dc6e1278cff14c83e0e923c2..142252a4c1d9d43cd19ea52bc02f09523d297af8 100644 (file)
@@ -1109,6 +1109,9 @@ module SMESH
     long GetParallelismMethod();
     void SetParallelismMethod(in long aMethod);
 
+    long GetParallelismDimension();
+    void SetParallelismDimension(in long aDim);
+
     // Parameters for MutliThreading
     long GetNbThreads();
     void SetNbThreads(in long nbThreads);