Salome HOME
Modifications to properly handle parallel compute for 2D
[modules/smesh.git] / src / SMESH_I / SMESH_ParallelMesh_i.cxx
index 6e8bad1a6f84cd3ea61e257e740dd00588d15f33..3302fbaa078c039d36c24bf5b2f5a262ab2d9253 100644 (file)
@@ -81,6 +81,25 @@ void SMESH_ParallelMesh_i::SetParallelismMethod(CORBA::Long aMethod){
   DownCast()->SetParallelismMethod(aMethod);
 }
 
+//=============================================================================
+/*!
+ * \brief Get the parallell dimension
+ */
+//=============================================================================
+
+CORBA::Long SMESH_ParallelMesh_i::GetParallelismDimension(){
+  return DownCast()->GetParallelismDimension();
+}
+
+//=============================================================================
+/*!
+ * \brief Set the parallell dimension
+ */
+//=============================================================================
+void SMESH_ParallelMesh_i::SetParallelismDimension(CORBA::Long aDim){
+  DownCast()->SetParallelismDimension(aDim);
+}
+
 //=============================================================================
 /*!
  * \brief Get the number of threads for a parallel computation