Salome HOME
Modifications to properly handle parallel compute for 2D
[modules/smesh.git] / src / SMESH_I / SMESH_ParallelMesh_i.hxx
index 51ae0c93f4291ba471ecdfcfe94fd79bd85100c6..a5c9a407a1b8925d8c8171cab48545a42a6af70b 100644 (file)
@@ -53,6 +53,9 @@ class SMESH_I_EXPORT SMESH_ParallelMesh_i:
   CORBA::Long GetParallelismMethod();
   void SetParallelismMethod(CORBA::Long aMethod);
 
+  CORBA::Long GetParallelismDimension();
+  void SetParallelismDimension(CORBA::Long aDim);
+
   CORBA::Long GetNbThreads();
   void SetNbThreads(CORBA::Long nbThreads);